diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationKey.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationKey.md index 164ba17c7ccaa..c90754ff796e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationKey.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgapplicationkey Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgApplicationKey --- @@ -591,7 +591,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -625,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -657,7 +658,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationPassword.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationPassword.md index 17082edddff18..96daf06a87e27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationPassword.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgapplicationpassword Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgApplicationPassword --- @@ -103,7 +103,7 @@ DisplayName : Created in PowerShell EndDateTime : 26/11/2022 12:03:31 pm Hint : Q_e KeyId : c82bb763-741b-4575-9d9d-df7e766f6999 -SecretText : Q_e8Q~ZDWJD.bkgajbREp-VFFUayCuEk8b1hDcr9 +SecretText : StartDateTime : 26/5/2022 1:03:31 pm AdditionalProperties : {[@odata.context, https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.passwordCredential]} @@ -136,7 +136,7 @@ DisplayName : Created in PowerShell EndDateTime : 26/11/2022 1:00:00 pm Hint : TiA KeyId : 082bf20f-63d6-4970-bb4e-55e504f50d8b -SecretText : TiA8Q~Zs7ej1cGtlW0qnmuFi~JlxXTZew_tU1bGA +SecretText : StartDateTime : 26/5/2022 2:00:00 pm AdditionalProperties : {[@odata.context, https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.passwordCredential]} @@ -561,6 +561,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalKey.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalKey.md index 2d21acd661836..1c4b8d642af85 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalKey.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgserviceprincipalkey Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgServicePrincipalKey --- @@ -587,7 +587,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -621,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -653,7 +654,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalPassword.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalPassword.md index 0acb56b74533f..4d280ece80b97 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalPassword.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgserviceprincipalpassword Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgServicePrincipalPassword --- @@ -510,6 +510,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalTokenSigningCertificate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalTokenSigningCertificate.md index c5448f7dfd6f7..a1b80f31229a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalTokenSigningCertificate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalTokenSigningCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgserviceprincipaltokensigningcertificate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgServicePrincipalTokenSigningCertificate --- @@ -535,6 +535,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Clear-MgApplicationVerifiedPublisher.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Clear-MgApplicationVerifiedPublisher.md index 644a8bfbfe89c..2f0ff24e447a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Clear-MgApplicationVerifiedPublisher.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Clear-MgApplicationVerifiedPublisher.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/clear-mgapplicationverifiedpublisher Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgApplicationVerifiedPublisher --- @@ -13,7 +13,7 @@ title: Clear-MgApplicationVerifiedPublisher ## SYNOPSIS -Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. +Unset the verifiedPublisher previously set on an agentIdentityBlueprint, removing all verified publisher properties. For more information, see Publisher verification. > [!NOTE] @@ -48,7 +48,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. +Unset the verifiedPublisher previously set on an agentIdentityBlueprint, removing all verified publisher properties. For more information, see Publisher verification. ## EXAMPLES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -404,7 +405,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Clear-MgApplicationVerifiedPublisher](https://learn.microsoft.com/powershell/module/microsoft.graph.applications/clear-mgapplicationverifiedpublisher) -- [Graph API Reference](https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/agentidentityblueprint-unsetverifiedpublisher?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberGroup.md index 0231f6c03e3f3..8605a9d83d36a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/confirm-mgapplicationmembergroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgApplicationMemberGroup --- @@ -476,6 +476,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberObject.md index f709a19783423..7087a851eb2d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/confirm-mgapplicationmemberobject Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgApplicationMemberObject --- @@ -468,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberGroup.md index 26a77201b9719..38f4639abcd91 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/confirm-mgserviceprincipalmembergroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgServicePrincipalMemberGroup --- @@ -83,9 +83,9 @@ Because Microsoft 365 groups cannot contain other groups, membership in a Micros | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, GroupMember.Read.All, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, Device.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, User.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, Device.ReadWrite.All, Device.Read.All, Application.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.All, | ## PARAMETERS @@ -483,6 +483,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberObject.md index b84b543da3841..890bc7ee68a5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/confirm-mgserviceprincipalmemberobject Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgServicePrincipalMemberObject --- @@ -75,9 +75,9 @@ Invoke action checkMemberObjects | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, User.Read, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, | +| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, Directory.Read.All, User.Read, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Application.ReadWrite.All, Device.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, User.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, Device.ReadWrite.All, Device.Read.All, Application.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.All, | ## PARAMETERS @@ -475,6 +475,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationJobSchemaDirectory.md index 69446306d54ea..8a71e376e0771 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/find-mgapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Find-MgApplicationSynchronizationJobSchemaDirectory --- @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationTemplateSchemaDirectory.md index 208244097c494..2b4524ddc42c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/find-mgapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Find-MgApplicationSynchronizationTemplateSchemaDirectory --- @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgServicePrincipalSynchronizationJobSchemaDirectory.md index ab7c8d2532913..d14d3b62153aa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/find-mgserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Find-MgServicePrincipalSynchronizationJobSchemaDirectory --- @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md index 7cea55daca2d6..d7652df7a20da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/find-mgserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md index acfea4569f01e..77e33edf45042 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplication Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplication --- @@ -14,6 +14,7 @@ title: Get-MgApplication ## SYNOPSIS Get the properties and relationships of an application object. +This API can be used to get agentIdentityBlueprint objects as well by their ID. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaApplication](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplication?view=graph-powershell-beta) @@ -57,14 +58,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Get the properties and relationships of an application object. +This API can be used to get agentIdentityBlueprint objects as well by their ID. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdentityBlueprint.Read.All, | | Delegated (personal Microsoft account) | Application.Read.All, Application.ReadWrite.All, | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprint.Read.All, | ## EXAMPLES ### Example 1: Get a list of applications @@ -652,6 +654,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicy.md index bec2712912bb7..91ab1028f722d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationAppManagementPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicyByRef.md index 60204b471e2dc..0f451aa19028f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationappmanagementpolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationAppManagementPolicyByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicyCount.md index 2fd10a253b365..10254161e6df9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationAppManagementPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationappmanagementpolicycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationAppManagementPolicyCount --- @@ -340,6 +340,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationByAppId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationByAppId.md index 31e80e8f06099..2327ed47cde4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationByAppId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationbyappid Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationByAppId --- @@ -14,6 +14,7 @@ title: Get-MgApplicationByAppId ## SYNOPSIS Get the properties and relationships of an application object. +This API can be used to get agentIdentityBlueprint objects as well by their ID. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaApplicationByAppId](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByAppId?view=graph-powershell-beta) @@ -46,14 +47,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Get the properties and relationships of an application object. +This API can be used to get agentIdentityBlueprint objects as well by their ID. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdentityBlueprint.Read.All, | | Delegated (personal Microsoft account) | Application.Read.All, User.Read, Application.ReadWrite.All, | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprint.Read.All, | ## EXAMPLES ### Example 1: Retrieve an application by its appId and only specific properties @@ -362,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationById.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationById.md index 4476a1f0aae6c..3d5a20770c5b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationById.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationById.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationbyid Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationById --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationByUniqueName.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationByUniqueName.md index e6f0e74c7c5e5..5c381ce598d87 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationByUniqueName.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationbyuniquename Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationByUniqueName --- @@ -14,6 +14,7 @@ title: Get-MgApplicationByUniqueName ## SYNOPSIS Get the properties and relationships of an application object. +This API can be used to get agentIdentityBlueprint objects as well by their ID. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaApplicationByUniqueName](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByUniqueName?view=graph-powershell-beta) @@ -46,14 +47,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Get the properties and relationships of an application object. +This API can be used to get agentIdentityBlueprint objects as well by their ID. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdentityBlueprint.Read.All, | | Delegated (personal Microsoft account) | Application.Read.All, User.Read, Application.ReadWrite.All, | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprint.Read.All, | ## PARAMETERS @@ -349,6 +351,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationCount.md index 21493b56d5e07..f418c7a1d3ecb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationCount --- @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdentityBlueprint.Read.All, | | Delegated (personal Microsoft account) | Application.Read.All, User.Read, Application.ReadWrite.All, | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprint.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationCreatedOnBehalfOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationCreatedOnBehalfOf.md index bc9f0387cf7c4..81afb352cd215 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationCreatedOnBehalfOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationCreatedOnBehalfOf.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationcreatedonbehalfof Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationCreatedOnBehalfOf --- @@ -344,6 +344,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationDelta.md index f376e0969ea96..d741471d2de17 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationdelta Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md index 5dd46b6167795..c666c932f42a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationextensionproperty Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationExtensionProperty --- @@ -574,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionPropertyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionPropertyCount.md index 5ec3cffaaa21b..32cfa20a643ec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionPropertyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionPropertyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationextensionpropertycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationExtensionPropertyCount --- @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md index 5e1f1851e6164..fba04b0d680a4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationfederatedidentitycredential Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationFederatedIdentityCredential --- @@ -69,16 +69,16 @@ Read the properties and relationships of a federatedIdentityCredential object as | Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | ## EXAMPLES -### Example 1: Code snippet +### Example: List federated identity credentials for an application ```powershell Import-Module Microsoft.Graph.Applications -Get-MgApplicationFederatedIdentityCredential -ApplicationId $applicationId -FederatedIdentityCredentialId $federatedIdentityCredentialId +Get-MgApplicationFederatedIdentityCredential -ApplicationId $applicationId ``` -This example shows how to use the Get-MgApplicationFederatedIdentityCredential Cmdlet. +This example will### example: list federated identity credentials for an application ## PARAMETERS @@ -575,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredentialByName.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredentialByName.md index d20becff8455a..f69d322d6babf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredentialByName.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredentialByName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationfederatedidentitycredentialbyname Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationFederatedIdentityCredentialByName --- @@ -373,6 +373,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredentialCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredentialCount.md index 6d57f96ce9d00..72b3780e46c43 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredentialCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredentialCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationfederatedidentitycredentialcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationFederatedIdentityCredentialCount --- @@ -349,6 +349,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationHomeRealmDiscoveryPolicy.md index f7f9a420d1fd1..a5c652f6d8876 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationHomeRealmDiscoveryPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationhomerealmdiscoverypolicy Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationHomeRealmDiscoveryPolicy --- @@ -554,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationHomeRealmDiscoveryPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationHomeRealmDiscoveryPolicyCount.md index 263d2416aa8dd..409d5d31582ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationHomeRealmDiscoveryPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationHomeRealmDiscoveryPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationhomerealmdiscoverypolicycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationHomeRealmDiscoveryPolicyCount --- @@ -341,6 +341,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationLogo.md index 39c0355ba023c..d86f172e375c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationLogo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationlogo Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationLogo --- @@ -342,6 +342,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationMemberGroup.md index ba85b60f1dc7a..700f59b96caba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationmembergroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationMemberGroup --- @@ -476,6 +476,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationMemberObject.md index 6b612c50b98d9..c49b4c7ffe747 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationmemberobject Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationMemberObject --- @@ -470,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwner.md index 35e835526c802..720ef9652ed97 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationowner Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsAppRoleAssignment.md index 4a00f1213a1c2..ca202d95cb637 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownerasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerAsAppRoleAssignment --- @@ -577,6 +577,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsEndpoint.md index a674fe082c0c4..3105ece54e4ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownerasendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerAsEndpoint --- @@ -577,6 +577,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsServicePrincipal.md index 67987174ccda9..ecc492a28f2b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownerasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerAsServicePrincipal --- @@ -577,6 +577,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsUser.md index 852f9966f3e93..914c7ecc97a3f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerAsUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownerasuser Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerAsUser --- @@ -577,6 +577,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md index ceeca549c4541..435cf23885767 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownerbyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCount.md index 433ca9a512a97..a622daec190b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownercount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerCount --- @@ -371,6 +371,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsAppRoleAssignment.md index 5a8caf8471567..fe9b41f1390dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownercountasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerCountAsAppRoleAssignment --- @@ -364,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsEndpoint.md index 3d7eafd4bb5f0..6bcfe3fa1df5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownercountasendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerCountAsEndpoint --- @@ -364,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsServicePrincipal.md index 596427c32e6c4..73901fb0ad070 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownercountasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerCountAsServicePrincipal --- @@ -364,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsUser.md index 4f25a3eb79eb1..fbfd3d6699c53 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerCountAsUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationownercountasuser Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationOwnerCountAsUser --- @@ -364,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronization.md index 9be392d6d8b90..3dc85e6ac17c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronization Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronization --- @@ -342,6 +342,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationAccessToken.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationAccessToken.md index 4657eee2121c9..37f0bd1c76f90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationAccessToken.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationAccessToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationaccesstoken Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationAccessToken --- @@ -529,6 +529,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJob.md index 9eed7256b456e..9142afa3efca6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationJob --- @@ -554,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobBulkUpload.md index fcd49be5aeb82..d8ef14e30e961 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationJobBulkUpload --- @@ -365,6 +365,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobBulkUploadContent.md index 412c3ed5bf15b..ce163bf747bbd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationJobBulkUploadContent --- @@ -362,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobCount.md index 6a5036dc63ad8..9f3d5b8bb3ebb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationjobcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationJobCount --- @@ -340,6 +340,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchema.md index dc7253b07129a..83f1a0a5d5a76 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationJobSchema --- @@ -365,6 +365,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchemaDirectory.md index 9c1c0c4ed5c8e..42bc7b7a44092 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationJobSchemaDirectory --- @@ -582,6 +582,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchemaDirectoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchemaDirectoryCount.md index 01eb442f40475..20caf6ca3cec6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchemaDirectoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationJobSchemaDirectoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationjobschemadirectorycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationJobSchemaDirectoryCount --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationSecretCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationSecretCount.md index d1ea38c1d8fef..4a0b61aac60d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationSecretCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationSecretCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationsecretcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationSecretCount --- @@ -340,6 +340,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplate.md index a46f2ef45409a..635b82715872b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationTemplate --- @@ -562,6 +562,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateCount.md index 2cfb2e798d978..ab2bbb8e9a98c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationtemplatecount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationTemplateCount --- @@ -349,6 +349,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchema.md index ca6b22d4b94a3..cb85e1e3d5065 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationTemplateSchema --- @@ -373,6 +373,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchemaDirectory.md index 9cdf69f34404e..a391927b442d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationTemplateSchemaDirectory --- @@ -582,6 +582,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount.md index f61e29dc31793..2c9530cdda2c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationsynchronizationtemplateschemadirectorycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md index b2b532e0e0612..9575ed8f7aaf6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationTemplate --- @@ -537,6 +537,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplateCount.md index 837b8f6e94631..2d8ee7ff1eee9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationtemplatecount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationTemplateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md index 95102e4e5401d..7f45aa3ea6271 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicy Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationTokenIssuancePolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md index 37bc5219b9875..33e61e1856a4b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationTokenIssuancePolicyByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyCount.md index dba4f9631f9fc..0733f12c485ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationtokenissuancepolicycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationTokenIssuancePolicyCount --- @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md index 9288b08ad7bae..7f31d23f05164 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationtokenlifetimepolicy Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationTokenLifetimePolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md index 33e8ff84543ed..e7486db6b7f3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationtokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationTokenLifetimePolicyByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyCount.md index bd66a7f7db3fa..dcbe4895f6be2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgapplicationtokenlifetimepolicycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgApplicationTokenLifetimePolicyCount --- @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md index 1e7c3be21dc0c..cebe8db85c791 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mggroupapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupAppRoleAssignment --- @@ -598,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignmentCount.md index 50c7d589b8739..4166ab25754eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgGroupAppRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mggroupapproleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupAppRoleAssignmentCount --- @@ -370,6 +370,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipal.md index 4753068a5328f..ce7b3f3004181 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipal --- @@ -14,6 +14,7 @@ title: Get-MgServicePrincipal ## SYNOPSIS Retrieve the properties and relationships of a servicePrincipal object. +This API can be used to get agentIdentityBlueprintPrincipal objects as well by their ID. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaServicePrincipal](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipal?view=graph-powershell-beta) @@ -57,14 +58,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Retrieve the properties and relationships of a servicePrincipal object. +This API can be used to get agentIdentityBlueprintPrincipal objects as well by their ID. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.Read.All, AgentIdentity.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.Read.All, AgentIdentity.Read.All, | ## EXAMPLES ### Example 1: Get all service principals from the directory @@ -661,6 +663,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppManagementPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppManagementPolicy.md index e077489230bb3..91721370aee47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalAppManagementPolicy --- @@ -553,6 +553,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppManagementPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppManagementPolicyCount.md index 214769d74465c..8cbf389986323 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppManagementPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppManagementPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalappmanagementpolicycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalAppManagementPolicyCount --- @@ -340,6 +340,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md index 8f5fa6e40da8e..649134cbb7c43 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignedto Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalAppRoleAssignedTo --- @@ -566,6 +566,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedToCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedToCount.md index 6cf472b8ef4c3..cf34f8a6ef3c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedToCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignedtocount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalAppRoleAssignedToCount --- @@ -347,6 +347,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md index be29de0655213..1910e97d9b5d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalAppRoleAssignment --- @@ -611,6 +611,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignmentCount.md index 25df78e5627f9..9f110a7d9b428 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalapproleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalAppRoleAssignmentCount --- @@ -371,6 +371,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalByAppId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalByAppId.md index 31de56833d2f9..cd6d8271be811 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalByAppId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalbyappid Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalByAppId --- @@ -14,6 +14,7 @@ title: Get-MgServicePrincipalByAppId ## SYNOPSIS Retrieve the properties and relationships of a servicePrincipal object. +This API can be used to get agentIdentityBlueprintPrincipal objects as well by their ID. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaServicePrincipalByAppId](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalByAppId?view=graph-powershell-beta) @@ -46,14 +47,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Retrieve the properties and relationships of a servicePrincipal object. +This API can be used to get agentIdentityBlueprintPrincipal objects as well by their ID. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.Read.All, AgentIdentity.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.Read.All, AgentIdentity.Read.All, | ## PARAMETERS @@ -349,6 +351,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalById.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalById.md index 4a06a3523d7a1..dc0e9d24c9315 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalById.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalById.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalbyid Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalById --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md index 9aa175961f097..9f7025802ec38 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalclaimmappingpolicy Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalClaimMappingPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md index b14a7d01dfbf2..daca4e8779856 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalclaimmappingpolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalClaimMappingPolicyByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyCount.md index 66e8603160ea7..86f67138236de 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalclaimmappingpolicycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalClaimMappingPolicyCount --- @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCount.md index c184284b6a32e..fe68e92a43683 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalCount --- @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.Read.All, AgentIdentity.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.Read.All, AgentIdentity.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObject.md index 6dd6d5596a7c1..9093cc0233093 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalcreatedobject Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalCreatedObject --- @@ -570,6 +570,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectAsServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectAsServicePrincipal.md index 55318c82c69b6..8b995121b0248 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalcreatedobjectasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalCreatedObjectAsServicePrincipal --- @@ -554,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectCount.md index 4938b355dbab9..e6a7d156ab946 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalcreatedobjectcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalCreatedObjectCount --- @@ -347,6 +347,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal.md index 318f5b54cfe56..e2168f129653d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalcreatedobjectcountasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal --- @@ -341,6 +341,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md index 8c4344761034e..ece8ffc32e79b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaldelegatedpermissionclassification Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalDelegatedPermissionClassification --- @@ -568,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassificationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassificationCount.md index c85938d7a6fdb..cf1988e382422 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassificationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassificationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaldelegatedpermissionclassificationcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalDelegatedPermissionClassificationCount --- @@ -349,6 +349,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md index 183efdf01172c..6d4b135a79093 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaldelta Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalEndpoint.md index 4055c420cc978..3505ecfd5998f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalEndpoint --- @@ -552,6 +552,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalEndpointCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalEndpointCount.md index 1c871e63e3792..da9e26a09cbc1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalEndpointCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalEndpointCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalendpointcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalEndpointCount --- @@ -339,6 +339,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md index 3f5c28063987e..67adedba15de1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalhomerealmdiscoverypolicy Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalHomeRealmDiscoveryPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md index ea0476178a646..589a2d96ee58f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalhomerealmdiscoverypolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount.md index 714116182b5b9..1767d93187c0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalhomerealmdiscoverypolicycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount --- @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberGroup.md index 4e51ba25a1beb..8a0becb22c855 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmembergroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberGroup --- @@ -483,6 +483,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberObject.md index 244f3c3bc7ef8..9a8aef2344b7e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberobject Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberObject --- @@ -77,9 +77,9 @@ Only users and role-enabled groups can be members of directory roles. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, User.Read, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, | +| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, Directory.Read.All, User.Read, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Application.ReadWrite.All, Device.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, User.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, Device.ReadWrite.All, Device.Read.All, Application.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.All, | ## PARAMETERS @@ -477,6 +477,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md index 4ef5a1ac4efc6..25142dead3e3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOf.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberof Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberOf --- @@ -595,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsAdministrativeUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsAdministrativeUnit.md index fc1f349b7d3d8..aea30547ea18e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberofasadministrativeunit Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberOfAsAdministrativeUnit --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsDirectoryRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsDirectoryRole.md index 46f554e0247a0..7f954c5e6d401 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsDirectoryRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsDirectoryRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberofasdirectoryrole Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberOfAsDirectoryRole --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsGroup.md index acdf74317e93c..c908f9ce70461 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberofasgroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberOfAsGroup --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCount.md index a06d1b9a54a39..2b19f167685a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberofcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberOfCount --- @@ -371,6 +371,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit.md index cef6717f33eca..02c020806faa5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberofcountasadministrativeunit Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsDirectoryRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsDirectoryRole.md index f9c7854173f5e..f0dd93fed7484 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsDirectoryRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsDirectoryRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberofcountasdirectoryrole Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberOfCountAsDirectoryRole --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsGroup.md index 4fafd91d35bad..3accf16d7f010 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalMemberOfCountAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalmemberofcountasgroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalMemberOfCountAsGroup --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md index 9074ab92a28b0..d34e639a796b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaloauth2permissiongrant Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOauth2PermissionGrant --- @@ -571,6 +571,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrantCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrantCount.md index 2c9dbb8f022c4..5873c2f49c003 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrantCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOauth2PermissionGrantCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaloauth2permissiongrantcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOauth2PermissionGrantCount --- @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObject.md index 77f5135be0ad7..a2365bc7d8118 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobject Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObject --- @@ -571,6 +571,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment.md index 355b50d066e87..ef8851ece1287 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment --- @@ -554,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsApplication.md index 6b51f3f6ef930..d7c603d340051 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectasapplication Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectAsApplication --- @@ -554,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsEndpoint.md index e0a25b0020c10..9e4e0352aae60 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectasendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectAsEndpoint --- @@ -554,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsGroup.md index fa6ca41ddec20..89a27bbf0804b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectasgroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectAsGroup --- @@ -553,6 +553,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsServicePrincipal.md index 57973ede71836..d7368d88f15a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectAsServicePrincipal --- @@ -554,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCount.md index 56fa388a0b2d8..365c774ee51dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectCount --- @@ -347,6 +347,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment.md index 7e029d0515459..2ece38eed9d1c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectcountasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment --- @@ -341,6 +341,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsApplication.md index 993aa96613d57..4bdea1ff7d5c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectcountasapplication Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectCountAsApplication --- @@ -340,6 +340,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsEndpoint.md index 66b0ea4f570a5..9d42ce84a9c24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectcountasendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectCountAsEndpoint --- @@ -340,6 +340,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsGroup.md index 7f53421ac1d99..611ace7c02553 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectcountasgroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectCountAsGroup --- @@ -340,6 +340,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal.md index 13f07ac2929a2..9d206e40332af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownedobjectcountasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal --- @@ -341,6 +341,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md index d79ef000f2ed6..4e518ac8c933b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalowner Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsAppRoleAssignment.md index 0ab4014e1d8be..0ae0969c107f6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownerasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerAsAppRoleAssignment --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsEndpoint.md index faafd5dc8327f..6295ff32d0a59 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownerasendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerAsEndpoint --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsServicePrincipal.md index 2e5df8248e088..800ed4806cd28 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownerasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerAsServicePrincipal --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsUser.md index 603d28c79c220..cdb85ddfd15cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerAsUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownerasuser Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerAsUser --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md index 55577b3c833f9..7f58bea2a0fd2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownerbyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCount.md index 046829c833c56..5750aa0863c6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownercount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerCount --- @@ -371,6 +371,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsAppRoleAssignment.md index 9a257422049fe..ff2d2bcd25246 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownercountasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerCountAsAppRoleAssignment --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsEndpoint.md index 91f53f6f935df..679eb1e529879 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownercountasendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerCountAsEndpoint --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsServicePrincipal.md index d6f28ea9cb54e..65fdeb3941c29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownercountasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerCountAsServicePrincipal --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsUser.md index bc4e2b67e1e64..c9013df65fc34 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalOwnerCountAsUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalownercountasuser Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalOwnerCountAsUser --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfiguration.md index 0b8e65123f5f8..745960f193b8e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalremotedesktopsecurityconfiguration Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalRemoteDesktopSecurityConfiguration --- @@ -368,6 +368,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md index 1b90c1545c7c4..6e7f972d4d495 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup --- @@ -575,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount.md index 75939f98cf44a..b4423f78bf85c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroupcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount --- @@ -349,6 +349,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronization.md index 9c080ca22357d..8a1dbb940e84e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronization Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronization --- @@ -342,6 +342,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationAccessToken.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationAccessToken.md index bec4755c2f9f0..5782d496be69e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationAccessToken.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationAccessToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationaccesstoken Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationAccessToken --- @@ -507,6 +507,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJob.md index f72258e4b95ec..1c5af7238c85d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationJob --- @@ -574,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobBulkUpload.md index 16215ca62db84..b95f7aaa7814c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationJobBulkUpload --- @@ -364,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobBulkUploadContent.md index e956191b5d082..0ed52e2fb8742 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationJobBulkUploadContent --- @@ -361,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobCount.md index 3e2e5a100e32c..5349f7c973d0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationjobcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationJobCount --- @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchema.md index d4f2afebbdc8b..3d5d46ad469d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationJobSchema --- @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchemaDirectory.md index 235d4cf39b0bb..8d9f332e4a5fb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationJobSchemaDirectory --- @@ -581,6 +581,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount.md index d9d542d598ac7..10c730dc8d391 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationjobschemadirectorycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount --- @@ -362,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationSecretCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationSecretCount.md index 72aab91d0cec8..29ac9289eb397 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationSecretCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationSecretCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationsecretcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationSecretCount --- @@ -340,6 +340,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplate.md index 7249b3392a443..5dd8ff4371673 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationTemplate --- @@ -562,6 +562,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateCount.md index 3f63ae57d2e8e..6559f9b9a1956 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationtemplatecount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationTemplateCount --- @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchema.md index a6b695104083e..b898480fba779 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationTemplateSchema --- @@ -372,6 +372,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md index 0e76175f12f92..41e4db8195604 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -581,6 +581,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount.md index 40b3fafe2cf00..8a3eaea9af9eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipalsynchronizationtemplateschemadirectorycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount --- @@ -362,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicy.md index 5c16946fdf385..1b64049c6eb65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltokenissuancepolicy Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTokenIssuancePolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicyByRef.md index cd6ee86500e73..772bcfbed7998 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTokenIssuancePolicyByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicyCount.md index df14302cc1efa..25d52771d45ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenIssuancePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltokenissuancepolicycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTokenIssuancePolicyCount --- @@ -340,6 +340,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicy.md index fc0d775eaf222..49d07aaa092f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltokenlifetimepolicy Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTokenLifetimePolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicyByRef.md index 2528284948fd6..2a722612268bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTokenLifetimePolicyByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicyCount.md index 6d93baf621dc7..94e95dfe905b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTokenLifetimePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltokenlifetimepolicycount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTokenLifetimePolicyCount --- @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md index 5c6105cc797bc..124f367951af0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOf.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberof Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTransitiveMemberOf --- @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit.md index cfd9353d81cc1..f078ece2fd345 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberofasadministrativeunit Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole.md index f7ee84ac3ddf8..26234c457eb8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberofasdirectoryrole Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsGroup.md index 62dc5b27ae057..594694bfe83d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberofasgroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTransitiveMemberOfAsGroup --- @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCount.md index a07e793cd720f..26fd3b874d2e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberofcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTransitiveMemberOfCount --- @@ -371,6 +371,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit.md index 3e4508f2ea373..323b4ea02c27c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberofcountasadministrativeunit Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole.md index 12ec87050fdd8..ba55da92739ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberofcountasdirectoryrole Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsGroup.md index 67f3d690c6bb3..72851b77d82e2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalTransitiveMemberOfCountAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipaltransitivememberofcountasgroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServicePrincipalTransitiveMemberOfCountAsGroup --- @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md index 9e6329e2e909a..b8ad3f4774101 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mguserapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserAppRoleAssignment --- @@ -601,6 +601,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -625,7 +626,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgUserAppRoleAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mguserapproleassignment) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/agentuser-list-approleassignments?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignmentCount.md index 03e720070b1be..a755b939e0f0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgUserAppRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mguserapproleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserAppRoleAssignmentCount --- @@ -370,6 +370,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterApplicationSynchronizationJobSchemaOperator.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterApplicationSynchronizationJobSchemaOperator.md index 2f42d4c795ed7..8cfec79211475 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterApplicationSynchronizationJobSchemaOperator.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterApplicationSynchronizationJobSchemaOperator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgfilterapplicationsynchronizationjobschemaoperator Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFilterApplicationSynchronizationJobSchemaOperator --- @@ -495,6 +495,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator.md index 6f779d6115fbf..d2520b0cd6a4b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgfilterapplicationsynchronizationtemplateschemaoperator Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator --- @@ -503,6 +503,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator.md index 75a0ce77f6f03..7382365a59be2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgfilterserviceprincipalsynchronizationjobschemaoperator Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator --- @@ -515,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator.md index 6f3f34a4286b1..d5803a0bfc32e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgfilterserviceprincipalsynchronizationtemplateschemaoperator Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator --- @@ -502,6 +502,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionApplicationSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionApplicationSynchronizationJobSchema.md index 52bad3ce456cb..782013edf3dd5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionApplicationSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionApplicationSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgfunctionapplicationsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFunctionApplicationSynchronizationJobSchema --- @@ -495,6 +495,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionApplicationSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionApplicationSynchronizationTemplateSchema.md index 7c299352a1450..538718aa89764 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionApplicationSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionApplicationSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgfunctionapplicationsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFunctionApplicationSynchronizationTemplateSchema --- @@ -503,6 +503,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionServicePrincipalSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionServicePrincipalSynchronizationJobSchema.md index 3e0df536f2bcc..17f972379c428 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionServicePrincipalSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionServicePrincipalSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgfunctionserviceprincipalsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFunctionServicePrincipalSynchronizationJobSchema --- @@ -515,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema.md index bea8d1cb75779..21691521240a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgfunctionserviceprincipalsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema --- @@ -502,6 +502,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgInstantiateApplicationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgInstantiateApplicationTemplate.md index 675a4f594feec..d6fd0431c9489 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgInstantiateApplicationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgInstantiateApplicationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mginstantiateapplicationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgInstantiateApplicationTemplate --- @@ -524,6 +524,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseApplicationSynchronizationJobSchemaExpression.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseApplicationSynchronizationJobSchemaExpression.md index b43982e594f69..ef4fe7f50ab38 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseApplicationSynchronizationJobSchemaExpression.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseApplicationSynchronizationJobSchemaExpression.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgparseapplicationsynchronizationjobschemaexpression Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgParseApplicationSynchronizationJobSchemaExpression --- @@ -605,6 +605,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression.md index 6c800bed3aa4a..1478774a5af16 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgparseapplicationsynchronizationtemplateschemaexpression Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression --- @@ -607,6 +607,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression.md index 0a1b4586d7e74..5e3273a78c694 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgparseserviceprincipalsynchronizationjobschemaexpression Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression --- @@ -614,6 +614,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression.md index bf404a015180a..461dd48e76ce9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/invoke-mgparseserviceprincipalsynchronizationtemplateschemaexpression Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression --- @@ -614,6 +614,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Microsoft.Graph.Applications.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Microsoft.Graph.Applications.md index 258ae170ab32d..bf3ea32683de0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Microsoft.Graph.Applications.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Microsoft.Graph.Applications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Applications -Module Guid: c6dd7a75-f3af-448f-a369-59c1ba4103c8 +Module Guid: 90ecfcca-6acb-454c-a881-d799a6337980 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.applications/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplication.md index 988e19c515956..b0b15b7c2c63a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplication Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplication --- @@ -14,6 +14,7 @@ title: New-MgApplication ## SYNOPSIS Create a new application object. +This API can also create an agentIdentityBlueprint object when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint. > [!NOTE] > To view the beta release of this cmdlet, view [New-MgBetaApplication](/powershell/module/Microsoft.Graph.Beta.Applications/New-MgBetaApplication?view=graph-powershell-beta) @@ -28,18 +29,19 @@ New-MgApplication [-ResponseHeadersVariable ] [-AddIns ] [-AppRoles ] [-ApplicationTemplateId ] [-AuthenticationBehaviors ] - [-Certification ] [-CreatedDateTime ] - [-CreatedOnBehalfOf ] [-DefaultRedirectUri ] - [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] - [-DisplayName ] [-ExtensionProperties ] + [-Certification ] [-CreatedByAppId ] + [-CreatedDateTime ] [-CreatedOnBehalfOf ] + [-DefaultRedirectUri ] [-DeletedDateTime ] [-Description ] + [-DisabledByMicrosoftStatus ] [-DisplayName ] + [-ExtensionProperties ] [-FederatedIdentityCredentials ] [-GroupMembershipClaims ] [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] - [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] - [-Oauth2RequirePostResponse] [-OptionalClaims ] - [-Owners ] + [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-Oauth2RequirePostResponse] + [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] [-PasswordCredentials ] [-PublicClient ] [-PublisherDomain ] @@ -74,14 +76,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new application object. +This API can also create an agentIdentityBlueprint object when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, AgentIdentityBlueprint.Create, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprint.Create, | ## EXAMPLES ### Example 1: Create a new application @@ -372,6 +375,29 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CreatedByAppId + +The appId of the application that created this application. +Set internally by Microsoft Entra ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -CreatedDateTime The date and time the application was registered. @@ -759,6 +785,27 @@ HelpMessage: '' Specifies whether this application supports device authentication without a user. The default is false. +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsDisabled + + + ```yaml Type: System.Management.Automation.SwitchParameter DefaultValue: False @@ -847,6 +894,32 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ManagerApplications + +A collection of application IDs for Microsoft first-party applications designated as managers. +Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. +Limited to a maximum of 10 entries. +Not nullable. +Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. +Not returned by default; must be explicitly requested via $select. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled @@ -1786,6 +1859,9 @@ null if the app wasn't created from an application template. [CertificationExpirationDateTime ]: The timestamp when the current certification for the application expires. [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. + [CreatedByAppId ]: The appId of the application that created this application. +Set internally by Microsoft Entra ID. +Read-only. [CreatedDateTime ]: The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -1894,6 +1970,7 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. + [IsDisabled ]: [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -1912,7 +1989,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -1922,6 +1999,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Usage ]: A string that describes the purpose for which the key can be used; for example, Verify. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for Microsoft first-party applications designated as managers. +Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. +Limited to a maximum of 10 entries. +Not nullable. +Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. +Not returned by default; must be explicitly requested via $select. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [Oauth2RequirePostResponse ]: @@ -2446,7 +2529,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationAppManagementPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationAppManagementPolicyByRef.md index 847d2576e44d8..eaa8f4c2e9183 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationAppManagementPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationAppManagementPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationappmanagementpolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationAppManagementPolicyByRef --- @@ -521,6 +521,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md index b111d2e8060e7..b1bb307bafaf8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationExtensionProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationextensionproperty Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationExtensionProperty --- @@ -726,6 +726,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md index 4f33ac0b9c5a5..e7d2d4fa014a1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationFederatedIdentityCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationfederatedidentitycredential Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationFederatedIdentityCredential --- @@ -84,7 +84,7 @@ Maximum of 20 objects can be added to an application. | Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | ## EXAMPLES -### Example 1: Code snippet +### Example: Create a federated identity credential for an application ```powershell @@ -102,7 +102,7 @@ $params = @{ New-MgApplicationFederatedIdentityCredential -ApplicationId $applicationId -BodyParameter $params ``` -This example shows how to use the New-MgApplicationFederatedIdentityCredential Cmdlet. +This example will### example: create a federated identity credential for an application ## PARAMETERS @@ -686,6 +686,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md index 0b20d6797784d..ca44c4348e15e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationownerbyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationOwnerByRef --- @@ -514,6 +514,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJob.md index 5ed9144ec38cc..75d412807a938 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationSynchronizationJob --- @@ -863,6 +863,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJobOnDemand.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJobOnDemand.md index d1cc1fbc11e46..856bf2f418041 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJobOnDemand.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJobOnDemand.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationsynchronizationjobondemand Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationSynchronizationJobOnDemand --- @@ -513,6 +513,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJobSchemaDirectory.md index bcb392f538794..f5e43629e13b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationSynchronizationJobSchemaDirectory --- @@ -715,6 +715,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationTemplate.md index 726d5b3c66dac..39db83165cbf5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationSynchronizationTemplate --- @@ -814,6 +814,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationTemplateSchemaDirectory.md index 3b761f960e1bb..11e665161cfbd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationSynchronizationTemplateSchemaDirectory --- @@ -715,6 +715,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md index 77f145da57b1e..b1a223501c735 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationtokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationTokenIssuancePolicyByRef --- @@ -517,6 +517,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md index 747737edf6454..fd9b23b123b58 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgApplicationTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgapplicationtokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgApplicationTokenLifetimePolicyByRef --- @@ -519,6 +519,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md index 3799c21a6817d..8729d0f2895a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgGroupAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mggroupapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupAppRoleAssignment --- @@ -782,6 +782,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipal.md index fb38bd5e15ee0..0c8f29e9a64f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipal --- @@ -14,6 +14,7 @@ title: New-MgServicePrincipal ## SYNOPSIS Create a new servicePrincipal object. +This API can also create an agentIdentityBlueprintPrincipal object from an agentIdentityBlueprint when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprintPrincipal. > [!NOTE] > To view the beta release of this cmdlet, view [New-MgBetaServicePrincipal](/powershell/module/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipal?view=graph-powershell-beta) @@ -30,14 +31,14 @@ New-MgServicePrincipal [-ResponseHeadersVariable ] [-AccountEnabled] [-AppOwnerOrganizationId ] [-AppRoleAssignedTo ] [-AppRoleAssignmentRequired] [-AppRoleAssignments ] [-AppRoles ] [-ApplicationTemplateId ] - [-ClaimsMappingPolicies ] + [-ClaimsMappingPolicies ] [-CreatedByAppId ] [-CreatedObjects ] [-CustomSecurityAttributes ] [-DelegatedPermissionClassifications ] [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] [-DisplayName ] [-Endpoints ] [-FederatedIdentityCredentials ] [-HomeRealmDiscoveryPolicies ] [-Homepage ] - [-Id ] [-Info ] + [-Id ] [-Info ] [-IsDisabled] [-KeyCredentials ] [-LoginUrl ] [-LogoutUrl ] [-MemberOf ] [-Notes ] [-NotificationEmailAddresses ] @@ -79,14 +80,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new servicePrincipal object. +This API can also create an agentIdentityBlueprintPrincipal object from an agentIdentityBlueprint when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprintPrincipal. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, AgentIdentityBlueprintPrincipal.Create, AgentIdentity.Create.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.Create, AgentIdentity.CreateAsManager, AgentIdentity.Create.All, | ## EXAMPLES ### Example 1: Create a new service principal object @@ -515,6 +517,29 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CreatedByAppId + +The appId of the application that created this service principal. +Set internally by Microsoft Entra ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -CreatedObjects Directory objects created by this service principal. @@ -869,6 +894,27 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsDisabled + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -KeyCredentials The collection of key credentials associated with the service principal. @@ -1904,6 +1950,9 @@ Required. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedByAppId ]: The appId of the application that created this service principal. +Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. Read-only. @@ -1997,6 +2046,7 @@ For example, https://www.contoso.com/app/privacy For example, https://www.contoso.com/app/support [TermsOfServiceUrl ]: Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice + [IsDisabled ]: [KeyCredentials ]: The collection of key credentials associated with the service principal. Not nullable. Supports $filter (eq, not, ge, le). @@ -2010,7 +2060,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -2117,9 +2167,13 @@ For applications that aren't SAML, don't write or otherwise rely on this propert [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the approved client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2574,7 +2628,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -2685,9 +2739,13 @@ REMOTEDESKTOPSECURITYCONFIGURATION `]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the approved client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md index 8872467c63096..e2094ad1ec993 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignedTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalapproleassignedto Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalAppRoleAssignedTo --- @@ -764,6 +764,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md index 5620aa5addb24..2e9fef33324c7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalAppRoleAssignment --- @@ -764,6 +764,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md index df3418081f35e..6370269702c71 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalClaimMappingPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalclaimmappingpolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalClaimMappingPolicyByRef --- @@ -517,6 +517,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md index 1499abeb2889e..6b5540bdc7db5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalDelegatedPermissionClassification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipaldelegatedpermissionclassification Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalDelegatedPermissionClassification --- @@ -588,6 +588,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalEndpoint.md index 62b6f36e1f816..f845591d5b0d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalEndpoint --- @@ -640,6 +640,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md index c7c93ef05b32f..403d46559fc46 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalhomerealmdiscoverypolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef --- @@ -517,6 +517,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md index ca4593040ef57..363cb941ef2d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalownerbyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalOwnerByRef --- @@ -514,6 +514,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md index afc941e40ccbd..b499db57b116f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup --- @@ -14,7 +14,7 @@ title: New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup ## SYNOPSIS Create a new targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. -You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. +You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguration object on the servicePrincipal. > [!NOTE] > To view the beta release of this cmdlet, view [New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup](/powershell/module/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup?view=graph-powershell-beta) @@ -73,7 +73,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. -You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. +You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguration object on the servicePrincipal. **Permissions** @@ -528,6 +528,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJob.md index cb732c7da6c37..f85fdd1237d01 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalSynchronizationJob --- @@ -891,6 +891,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJobOnDemand.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJobOnDemand.md index 8807a141cba60..0206bae9bd3e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJobOnDemand.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJobOnDemand.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalsynchronizationjobondemand Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalSynchronizationJobOnDemand --- @@ -611,6 +611,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJobSchemaDirectory.md index 95a8573e8334a..799d32faeb837 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalSynchronizationJobSchemaDirectory --- @@ -714,6 +714,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationTemplate.md index 0144c5d04a38e..444cb0168ac8b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalSynchronizationTemplate --- @@ -814,6 +814,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md index 12e4a6d01b557..cd7029c6fb0b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -714,6 +714,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalTokenIssuancePolicyByRef.md index d640b30d9b09e..54db43a4eae25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipaltokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalTokenIssuancePolicyByRef --- @@ -492,6 +492,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalTokenLifetimePolicyByRef.md index acc4088f948f9..c7dbb55af664d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgServicePrincipalTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mgserviceprincipaltokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgServicePrincipalTokenLifetimePolicyByRef --- @@ -84,8 +84,9 @@ You can have multiple tokenLifetimePolicy policies in a tenant but can assign on | Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Applications @@ -95,6 +96,10 @@ $params = @{ New-MgServicePrincipalTokenLifetimePolicyByRef -ServicePrincipalId $servicePrincipalId -BodyParameter $params +``` +This example shows how to use the New-MgServicePrincipalTokenLifetimePolicyByRef Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -514,6 +519,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md index 009ed24b8ad84..5392c0866252d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/New-MgUserAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mguserapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserAppRoleAssignment --- @@ -13,8 +13,7 @@ title: New-MgUserAppRoleAssignment ## SYNOPSIS -Assign an app role to a user, creating an appRoleAssignment object. -To grant an app role assignment to a user, you need three identifiers: +Grant an app role assignment to an agentUser. > [!NOTE] > To view the beta release of this cmdlet, view [New-MgBetaUserAppRoleAssignment](/powershell/module/Microsoft.Graph.Beta.Applications/New-MgBetaUserAppRoleAssignment?view=graph-powershell-beta) @@ -72,8 +71,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Assign an app role to a user, creating an appRoleAssignment object. -To grant an app role assignment to a user, you need three identifiers: +Grant an app role assignment to an agentUser. **Permissions** @@ -761,6 +759,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -785,7 +784,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [New-MgUserAppRoleAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.applications/new-mguserapproleassignment) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/agentuser-post-approleassignments?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplication.md index 97a548260841c..de2a0025c78a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplication Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplication --- @@ -16,6 +16,7 @@ title: Remove-MgApplication Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. +This API can also delete an agentIdentityBlueprint object by its ID. > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaApplication](/powershell/module/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplication?view=graph-powershell-beta) @@ -52,14 +53,15 @@ This cmdlet has the following aliases, Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. +This API can also delete an agentIdentityBlueprint object by its ID. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, AgentIdentityBlueprint.DeleteRestore.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprint.DeleteRestore.All, | ## EXAMPLES ### Example 1: Delete an application @@ -407,6 +409,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef.md index f097cf358f4b4..8344d1fa5f595 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationappmanagementpolicyappmanagementpolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef --- @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationAppManagementPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationAppManagementPolicyByRef.md index a14fd06307e5b..f9edd06a3cd27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationAppManagementPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationAppManagementPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/Remove-MgApplicationAppManagementPolicyByRef Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationAppManagementPolicyByRef --- @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationByAppId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationByAppId.md index 5d55b7b23940a..dfda1fae7e36c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationByAppId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationbyappid Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationByAppId --- @@ -16,6 +16,7 @@ title: Remove-MgApplicationByAppId Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. +This API can also delete an agentIdentityBlueprint object by its ID. > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaApplicationByAppId](/powershell/module/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByAppId?view=graph-powershell-beta) @@ -52,6 +53,7 @@ This cmdlet has the following aliases, Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. +This API can also delete an agentIdentityBlueprint object by its ID. ## PARAMETERS @@ -389,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationByUniqueName.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationByUniqueName.md index e26b9364c01d3..46b321c230f6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationByUniqueName.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationbyuniquename Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationByUniqueName --- @@ -16,6 +16,7 @@ title: Remove-MgApplicationByUniqueName Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. +This API can also delete an agentIdentityBlueprint object by its ID. > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaApplicationByUniqueName](/powershell/module/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByUniqueName?view=graph-powershell-beta) @@ -52,6 +53,7 @@ This cmdlet has the following aliases, Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. +This API can also delete an agentIdentityBlueprint object by its ID. ## PARAMETERS @@ -389,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationExtensionProperty.md index a8a8981c7fcc9..15e413c43bab3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationExtensionProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationextensionproperty Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationExtensionProperty --- @@ -430,6 +430,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationFederatedIdentityCredential.md index 5e5596c666b86..a0fd6e6a27217 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationFederatedIdentityCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationfederatedidentitycredential Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationFederatedIdentityCredential --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationFederatedIdentityCredentialByName.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationFederatedIdentityCredentialByName.md index fc68f1b05e993..73b7e002a0a7f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationFederatedIdentityCredentialByName.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationFederatedIdentityCredentialByName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationfederatedidentitycredentialbyname Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationFederatedIdentityCredentialByName --- @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationKey.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationKey.md index d12d5eca5d206..b1225058a3121 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationKey.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationkey Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationKey --- @@ -13,9 +13,8 @@ title: Remove-MgApplicationKey ## SYNOPSIS -Remove a key credential from an application. -This method along with addKey can be used by an application to automate rolling its expiring keys. -As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. +Remove a key credential from an agentIdentityBlueprint. +This method along with addKey can be used to automate rolling its expiring keys. > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaApplicationKey](/powershell/module/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationKey?view=graph-powershell-beta) @@ -73,9 +72,8 @@ This cmdlet has the following aliases, ## DESCRIPTION -Remove a key credential from an application. -This method along with addKey can be used by an application to automate rolling its expiring keys. -As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. +Remove a key credential from an agentIdentityBlueprint. +This method along with addKey can be used to automate rolling its expiring keys. **Permissions** @@ -548,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -572,7 +571,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Remove-MgApplicationKey](https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationkey) -- [Graph API Reference](https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/agentidentityblueprint-removekey?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationLogo.md index d1f4bf0ac9e57..6ff3d12c2d031 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationLogo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationlogo Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationLogo --- @@ -388,6 +388,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationOwnerByRef.md index f2e5e772a9888..998bd9a3320d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/Remove-MgApplicationOwnerByRef Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationOwnerByRef --- @@ -430,6 +430,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationOwnerDirectoryObjectByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationOwnerDirectoryObjectByRef.md index 49bf88df0faba..1855eb866d833 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationOwnerDirectoryObjectByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationOwnerDirectoryObjectByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationownerdirectoryobjectbyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationOwnerDirectoryObjectByRef --- @@ -430,6 +430,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationPassword.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationPassword.md index dcc4e734a6a2f..8d120ad8b1f27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationPassword.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationpassword Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationPassword --- @@ -515,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronization.md index d938258eddeb0..e84162c6b8741 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationsynchronization Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationSynchronization --- @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJob.md index 158a480311818..b2bfc8984ca1d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationSynchronizationJob --- @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobBulkUpload.md index b9fd03599633b..23cf33b5d50a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationSynchronizationJobBulkUpload --- @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobBulkUploadContent.md index 846229abf759a..99ea40ac99418 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationSynchronizationJobBulkUploadContent --- @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobSchema.md index 220020be14952..fb5ad2dc137db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationSynchronizationJobSchema --- @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobSchemaDirectory.md index 1433108e65bd9..91b38f84e3a25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationSynchronizationJobSchemaDirectory --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplate.md index c38d2f642c07f..31d1313697c76 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationSynchronizationTemplate --- @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplateSchema.md index d024f3b36b382..c7cedb1e8bdb6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationSynchronizationTemplateSchema --- @@ -416,6 +416,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplateSchemaDirectory.md index 059569f2bacea..ae13d0ac2f29e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationSynchronizationTemplateSchemaDirectory --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenIssuancePolicyByRef.md index 9d6fb6de00ee2..0a45003b8140b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/Remove-MgApplicationTokenIssuancePolicyByRef Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationTokenIssuancePolicyByRef --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md index 679e69d6ad68b..75372e9792569 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationtokenissuancepolicytokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenLifetimePolicyByRef.md index 54c53ceb7e2e2..ea70a2448d094 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/Remove-MgApplicationTokenLifetimePolicyByRef Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationTokenLifetimePolicyByRef --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md index 4409b46b99caf..3e66544fa291b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgapplicationtokenlifetimepolicytokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgGroupAppRoleAssignment.md index 4b4ab98c33295..7dc7191c9194a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgGroupAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mggroupapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupAppRoleAssignment --- @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md index 20e6b7d4cec3f..f037d93c8cea1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipal --- @@ -14,6 +14,7 @@ title: Remove-MgServicePrincipal ## SYNOPSIS Delete a servicePrincipal object. +This API can also delete an agentIdentityBlueprintPrincipal object by its ID. > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaServicePrincipal](/powershell/module/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipal?view=graph-powershell-beta) @@ -48,14 +49,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Delete a servicePrincipal object. +This API can also delete an agentIdentityBlueprintPrincipal object by its ID. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, AgentIdentityBlueprintPrincipal.DeleteRestore.All, AgentIdentity.DeleteRestore.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.DeleteRestore.All, AgentIdentity.DeleteRestore.All, | ## EXAMPLES ### Example 1: Code snippet @@ -406,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalAppRoleAssignedTo.md index 7602bdd59f54a..ac850629bdf48 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalAppRoleAssignedTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalapproleassignedto Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalAppRoleAssignedTo --- @@ -428,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalAppRoleAssignment.md index 537187adcfd2b..4662e603d270c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalAppRoleAssignment --- @@ -428,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalByAppId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalByAppId.md index fe4b4992017f5..3c59ee2b272ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalByAppId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalbyappid Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalByAppId --- @@ -14,6 +14,7 @@ title: Remove-MgServicePrincipalByAppId ## SYNOPSIS Delete a servicePrincipal object. +This API can also delete an agentIdentityBlueprintPrincipal object by its ID. > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaServicePrincipalByAppId](/powershell/module/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalByAppId?view=graph-powershell-beta) @@ -48,6 +49,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Delete a servicePrincipal object. +This API can also delete an agentIdentityBlueprintPrincipal object by its ID. ## PARAMETERS @@ -385,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalClaimMappingPolicyByRef.md index e722f993f9b77..889d45b6d95d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalClaimMappingPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/Remove-MgServicePrincipalClaimMappingPolicyByRef Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalClaimMappingPolicyByRef --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md index d1cd9bcd5c86e..b226cddc3f4bc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalclaimmappingpolicyclaimmappingpolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalDelegatedPermissionClassification.md index 27c91f41f3e35..fd4fb58779478 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalDelegatedPermissionClassification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipaldelegatedpermissionclassification Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalDelegatedPermissionClassification --- @@ -428,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalEndpoint.md index 3a2e29303859c..895d66071aec6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalEndpoint --- @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md index b0e9224635545..49a0318ffd646 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md index 4853967a405c5..63777d49420c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalhomerealmdiscoverypolicyhomerealmdiscoverypolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef --- @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalKey.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalKey.md index bbe0eea5c9802..249f4db3aae18 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalKey.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalkey Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalKey --- @@ -544,6 +544,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalOwnerByRef.md index f3dacddfacd18..9bd928863d41e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/Remove-MgServicePrincipalOwnerByRef Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalOwnerByRef --- @@ -434,6 +434,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalOwnerDirectoryObjectByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalOwnerDirectoryObjectByRef.md index 4b9290c45c9d3..82c2b17e90ba6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalOwnerDirectoryObjectByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalOwnerDirectoryObjectByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalownerdirectoryobjectbyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalOwnerDirectoryObjectByRef --- @@ -434,6 +434,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalPassword.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalPassword.md index 9e6d059c15375..d9a54090d0b82 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalPassword.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalpassword Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalPassword --- @@ -511,6 +511,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration.md index 93f6eb9912068..b3eaeb722ba5c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalremotedesktopsecurityconfiguration Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration --- @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md index 2f1924bab9295..c19a87e1abaac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup --- @@ -418,6 +418,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronization.md index e682ba3575e7d..c23b1560fc398 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalsynchronization Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalSynchronization --- @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJob.md index 51cb88b39877a..5a402fad0f365 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalSynchronizationJob --- @@ -430,6 +430,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobBulkUpload.md index 56d559730d8b3..ec0287b511d32 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalSynchronizationJobBulkUpload --- @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobBulkUploadContent.md index f5887c2bd4291..a177f99d832d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalSynchronizationJobBulkUploadContent --- @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobSchema.md index d1f3f27ddebf6..8c22fba7998ee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalSynchronizationJobSchema --- @@ -415,6 +415,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobSchemaDirectory.md index 2ca856fd7e9f0..3061dc245923a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalSynchronizationJobSchemaDirectory --- @@ -428,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplate.md index 53f87d062059b..214d9bb2b4d57 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalSynchronizationTemplate --- @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplateSchema.md index 14569b4239ba3..c1ca7ddaa02cc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalSynchronizationTemplateSchema --- @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md index d56d41782db98..526beabb53c93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -428,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenIssuancePolicyByRef.md index 26dc110eb5b70..7b870a13d6123 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipaltokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalTokenIssuancePolicyByRef --- @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef.md index cc38188891d82..8333a1cf8f874 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipaltokenissuancepolicytokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef --- @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenLifetimePolicyByRef.md index 18941b046cf80..9d0e24ec951d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipaltokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalTokenLifetimePolicyByRef --- @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef.md index d8a637c3678fc..2cce1dd5c03d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mgserviceprincipaltokenlifetimepolicytokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef --- @@ -60,13 +60,18 @@ Remove a tokenLifetimePolicy object from a service principal. | Application | Policy.ReadWrite.ApplicationConfiguration, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Applications Remove-MgServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef -ServicePrincipalId $servicePrincipalId -TokenLifetimePolicyId $tokenLifetimePolicyId +``` +This example shows how to use the Remove-MgServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef Cmdlet. + + ## PARAMETERS ### -Break @@ -424,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgUserAppRoleAssignment.md index 98b7194862492..1a953bcb4ad5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgUserAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/remove-mguserapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserAppRoleAssignment --- @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Restart-MgApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Restart-MgApplicationSynchronizationJob.md index d864b490fe9ef..3be03ac92de68 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Restart-MgApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Restart-MgApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/restart-mgapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgApplicationSynchronizationJob --- @@ -527,6 +527,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Restart-MgServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Restart-MgServicePrincipalSynchronizationJob.md index fd9146bb4e1a8..1ae1b6e6ed340 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Restart-MgServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Restart-MgServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/restart-mgserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgServicePrincipalSynchronizationJob --- @@ -555,6 +555,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationLogo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationLogo.md index 21ffbebd704b5..cae4ce0bb1324 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationLogo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationLogo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/set-mgapplicationlogo Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgApplicationLogo --- @@ -448,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronization.md index 38ddf32ed61a4..bd0e0fd8d5495 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/set-mgapplicationsynchronization Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgApplicationSynchronization --- @@ -799,6 +799,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronizationJobBulkUploadContent.md index 882f9a0e787a5..50d9f886a51ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/set-mgapplicationsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgApplicationSynchronizationJobBulkUploadContent --- @@ -461,6 +461,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronizationSecret.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronizationSecret.md index 7818e6377a5c8..64e5e8e95e08b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronizationSecret.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationSynchronizationSecret.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/set-mgapplicationsynchronizationsecret Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgApplicationSynchronizationSecret --- @@ -473,6 +473,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationVerifiedPublisher.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationVerifiedPublisher.md index 49796dfdd8652..0167a68378e90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationVerifiedPublisher.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgApplicationVerifiedPublisher.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/set-mgapplicationverifiedpublisher Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgApplicationVerifiedPublisher --- @@ -13,7 +13,7 @@ title: Set-MgApplicationVerifiedPublisher ## SYNOPSIS -Set the verifiedPublisher on an application. +Set the the verifiedPublisher on an agentIdentityBlueprint. For more information, including prerequisites to setting a verified publisher, see Publisher verification. > [!NOTE] @@ -72,7 +72,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Set the verifiedPublisher on an application. +Set the the verifiedPublisher on an agentIdentityBlueprint. For more information, including prerequisites to setting a verified publisher, see Publisher verification. ## EXAMPLES @@ -510,6 +510,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -534,7 +535,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Set-MgApplicationVerifiedPublisher](https://learn.microsoft.com/powershell/module/microsoft.graph.applications/set-mgapplicationverifiedpublisher) -- [Graph API Reference](https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/agentidentityblueprint-setverifiedpublisher?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronization.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronization.md index 9430efa096fbd..a009de2cabc05 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronization.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/set-mgserviceprincipalsynchronization Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgServicePrincipalSynchronization --- @@ -799,6 +799,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronizationJobBulkUploadContent.md index 06716dbc291f6..c2858efc15b7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/set-mgserviceprincipalsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgServicePrincipalSynchronizationJobBulkUploadContent --- @@ -460,6 +460,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronizationSecret.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronizationSecret.md index c447622f2203d..3d26adfd0790c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronizationSecret.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Set-MgServicePrincipalSynchronizationSecret.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/set-mgserviceprincipalsynchronizationsecret Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgServicePrincipalSynchronizationSecret --- @@ -514,6 +514,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Start-MgApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Start-MgApplicationSynchronizationJob.md index fd5a165852337..c731abdd035e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Start-MgApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Start-MgApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/start-mgapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Start-MgApplicationSynchronizationJob --- @@ -394,6 +394,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Start-MgServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Start-MgServicePrincipalSynchronizationJob.md index 5dadb860d15fb..700cfc652d503 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Start-MgServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Start-MgServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/start-mgserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Start-MgServicePrincipalSynchronizationJob --- @@ -415,6 +415,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Suspend-MgApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Suspend-MgApplicationSynchronizationJob.md index 5d9f09156ecf1..d1081a4a74e22 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Suspend-MgApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Suspend-MgApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/suspend-mgapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Suspend-MgApplicationSynchronizationJob --- @@ -388,6 +388,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Suspend-MgServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Suspend-MgServicePrincipalSynchronizationJob.md index 2ffa550cf66b4..fc5bbecd6914f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Suspend-MgServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Suspend-MgServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/suspend-mgserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Suspend-MgServicePrincipalSynchronizationJob --- @@ -409,6 +409,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgApplicationProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgApplicationProperty.md index 95be43efd6146..939acb77cc2e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgApplicationProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgApplicationProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/test-mgapplicationproperty Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgApplicationProperty --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgApplicationSynchronizationJobCredential.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgApplicationSynchronizationJobCredential.md index ee125f744340a..2202abcbcffcb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgApplicationSynchronizationJobCredential.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgApplicationSynchronizationJobCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/test-mgapplicationsynchronizationjobcredential Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgApplicationSynchronizationJobCredential --- @@ -614,6 +614,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgServicePrincipalProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgServicePrincipalProperty.md index 08cfb635f42b0..493f9e63625c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgServicePrincipalProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgServicePrincipalProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/test-mgserviceprincipalproperty Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgServicePrincipalProperty --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgServicePrincipalSynchronizationJobCredential.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgServicePrincipalSynchronizationJobCredential.md index 9acac4f0f5c32..8bdd75c845521 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgServicePrincipalSynchronizationJobCredential.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Test-MgServicePrincipalSynchronizationJobCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/test-mgserviceprincipalsynchronizationjobcredential Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgServicePrincipalSynchronizationJobCredential --- @@ -621,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplication.md index b31f810b5f3a9..b8aa533f832cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplication Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplication --- @@ -14,6 +14,7 @@ title: Update-MgApplication ## SYNOPSIS Create a new application object if it doesn't exist, or update the properties of an existing application object. +This API can also create an agentIdentityBlueprint object if it doesn't exist, or update properties of an existing agentIdentityBlueprint, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint. > [!NOTE] > To view the beta release of this cmdlet, view [Update-MgBetaApplication](/powershell/module/Microsoft.Graph.Beta.Applications/Update-MgBetaApplication?view=graph-powershell-beta) @@ -29,18 +30,19 @@ Update-MgApplication -ApplicationId [-ResponseHeadersVariable ] [-AppManagementPolicies ] [-AppRoles ] [-ApplicationTemplateId ] [-AuthenticationBehaviors ] - [-Certification ] [-CreatedDateTime ] - [-CreatedOnBehalfOf ] [-DefaultRedirectUri ] - [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] - [-DisplayName ] [-ExtensionProperties ] + [-Certification ] [-CreatedByAppId ] + [-CreatedDateTime ] [-CreatedOnBehalfOf ] + [-DefaultRedirectUri ] [-DeletedDateTime ] [-Description ] + [-DisabledByMicrosoftStatus ] [-DisplayName ] + [-ExtensionProperties ] [-FederatedIdentityCredentials ] [-GroupMembershipClaims ] [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] - [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] - [-Oauth2RequirePostResponse] [-OptionalClaims ] - [-Owners ] + [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-Oauth2RequirePostResponse] + [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] [-PasswordCredentials ] [-PublicClient ] [-PublisherDomain ] @@ -77,18 +79,19 @@ Update-MgApplication -InputObject [-ResponseHeadersVaria [-AppManagementPolicies ] [-AppRoles ] [-ApplicationTemplateId ] [-AuthenticationBehaviors ] - [-Certification ] [-CreatedDateTime ] - [-CreatedOnBehalfOf ] [-DefaultRedirectUri ] - [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] - [-DisplayName ] [-ExtensionProperties ] + [-Certification ] [-CreatedByAppId ] + [-CreatedDateTime ] [-CreatedOnBehalfOf ] + [-DefaultRedirectUri ] [-DeletedDateTime ] [-Description ] + [-DisabledByMicrosoftStatus ] [-DisplayName ] + [-ExtensionProperties ] [-FederatedIdentityCredentials ] [-GroupMembershipClaims ] [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] - [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] - [-Oauth2RequirePostResponse] [-OptionalClaims ] - [-Owners ] + [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-Oauth2RequirePostResponse] + [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] [-PasswordCredentials ] [-PublicClient ] [-PublisherDomain ] @@ -124,14 +127,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new application object if it doesn't exist, or update the properties of an existing application object. +This API can also create an agentIdentityBlueprint object if it doesn't exist, or update properties of an existing agentIdentityBlueprint, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.ReadWrite.All, AgentIdentityBlueprint.UpdateBranding.All, AgentIdentityBlueprint.UpdateAuthProperties.All, AgentIdentityBlueprint.ReadWrite.All, AgentIdentityBlueprint.AddRemoveCreds.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.ReadWrite.All, AgentIdentityBlueprint.UpdateBranding.All, AgentIdentityBlueprint.UpdateAuthProperties.All, AgentIdentityBlueprint.ReadWrite.All, AgentIdentityBlueprint.AddRemoveCreds.All, | ## EXAMPLES ### Example 1: Update an application @@ -505,6 +509,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CreatedByAppId + +The appId of the application that created this application. +Set internally by Microsoft Entra ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -CreatedDateTime The date and time the application was registered. @@ -1004,6 +1037,33 @@ HelpMessage: '' Specifies whether this application supports device authentication without a user. The default is false. +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsDisabled + + + ```yaml Type: System.Management.Automation.SwitchParameter DefaultValue: False @@ -1116,6 +1176,38 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ManagerApplications + +A collection of application IDs for Microsoft first-party applications designated as managers. +Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. +Limited to a maximum of 10 entries. +Not nullable. +Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. +Not returned by default; must be explicitly requested via $select. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled @@ -2203,6 +2295,9 @@ null if the app wasn't created from an application template. [CertificationExpirationDateTime ]: The timestamp when the current certification for the application expires. [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. + [CreatedByAppId ]: The appId of the application that created this application. +Set internally by Microsoft Entra ID. +Read-only. [CreatedDateTime ]: The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -2311,6 +2406,7 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. + [IsDisabled ]: [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2329,7 +2425,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -2339,6 +2435,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Usage ]: A string that describes the purpose for which the key can be used; for example, Verify. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for Microsoft first-party applications designated as managers. +Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. +Limited to a maximum of 10 entries. +Not nullable. +Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. +Not returned by default; must be explicitly requested via $select. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [Oauth2RequirePostResponse ]: @@ -2856,6 +2958,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -2889,7 +2992,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationByAppId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationByAppId.md index ba7f17e1a6057..81a3602cc67d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationByAppId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationbyappid Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationByAppId --- @@ -14,6 +14,7 @@ title: Update-MgApplicationByAppId ## SYNOPSIS Create a new application object if it doesn't exist, or update the properties of an existing application object. +This API can also create an agentIdentityBlueprint object if it doesn't exist, or update properties of an existing agentIdentityBlueprint, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint. > [!NOTE] > To view the beta release of this cmdlet, view [Update-MgBetaApplicationByAppId](/powershell/module/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByAppId?view=graph-powershell-beta) @@ -29,18 +30,19 @@ Update-MgApplicationByAppId -AppId [-ResponseHeadersVariable ] [-AppManagementPolicies ] [-AppRoles ] [-ApplicationTemplateId ] [-AuthenticationBehaviors ] - [-Certification ] [-CreatedDateTime ] - [-CreatedOnBehalfOf ] [-DefaultRedirectUri ] - [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] - [-DisplayName ] [-ExtensionProperties ] + [-Certification ] [-CreatedByAppId ] + [-CreatedDateTime ] [-CreatedOnBehalfOf ] + [-DefaultRedirectUri ] [-DeletedDateTime ] [-Description ] + [-DisabledByMicrosoftStatus ] [-DisplayName ] + [-ExtensionProperties ] [-FederatedIdentityCredentials ] [-GroupMembershipClaims ] [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] - [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] - [-Oauth2RequirePostResponse] [-OptionalClaims ] - [-Owners ] + [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-Oauth2RequirePostResponse] + [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] [-PasswordCredentials ] [-PublicClient ] [-PublisherDomain ] @@ -67,18 +69,19 @@ Update-MgApplicationByAppId -InputObject [-AppId ] [-AppRoles ] [-ApplicationTemplateId ] [-AuthenticationBehaviors ] - [-Certification ] [-CreatedDateTime ] - [-CreatedOnBehalfOf ] [-DefaultRedirectUri ] - [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] - [-DisplayName ] [-ExtensionProperties ] + [-Certification ] [-CreatedByAppId ] + [-CreatedDateTime ] [-CreatedOnBehalfOf ] + [-DefaultRedirectUri ] [-DeletedDateTime ] [-Description ] + [-DisabledByMicrosoftStatus ] [-DisplayName ] + [-ExtensionProperties ] [-FederatedIdentityCredentials ] [-GroupMembershipClaims ] [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] - [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] - [-Oauth2RequirePostResponse] [-OptionalClaims ] - [-Owners ] + [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-Oauth2RequirePostResponse] + [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] [-PasswordCredentials ] [-PublicClient ] [-PublisherDomain ] @@ -124,6 +127,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new application object if it doesn't exist, or update the properties of an existing application object. +This API can also create an agentIdentityBlueprint object if it doesn't exist, or update properties of an existing agentIdentityBlueprint, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint. ## PARAMETERS @@ -485,6 +489,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CreatedByAppId + +The appId of the application that created this application. +Set internally by Microsoft Entra ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -CreatedDateTime The date and time the application was registered. @@ -984,6 +1017,33 @@ HelpMessage: '' Specifies whether this application supports device authentication without a user. The default is false. +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsDisabled + + + ```yaml Type: System.Management.Automation.SwitchParameter DefaultValue: False @@ -1096,6 +1156,38 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ManagerApplications + +A collection of application IDs for Microsoft first-party applications designated as managers. +Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. +Limited to a maximum of 10 entries. +Not nullable. +Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. +Not returned by default; must be explicitly requested via $select. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled @@ -2183,6 +2275,9 @@ null if the app wasn't created from an application template. [CertificationExpirationDateTime ]: The timestamp when the current certification for the application expires. [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. + [CreatedByAppId ]: The appId of the application that created this application. +Set internally by Microsoft Entra ID. +Read-only. [CreatedDateTime ]: The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -2291,6 +2386,7 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. + [IsDisabled ]: [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2309,7 +2405,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -2319,6 +2415,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Usage ]: A string that describes the purpose for which the key can be used; for example, Verify. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for Microsoft first-party applications designated as managers. +Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. +Limited to a maximum of 10 entries. +Not nullable. +Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. +Not returned by default; must be explicitly requested via $select. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [Oauth2RequirePostResponse ]: @@ -2836,6 +2938,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -2869,7 +2972,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationByUniqueName.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationByUniqueName.md index fc8ebad87620b..c846d74572f6d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationByUniqueName.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationbyuniquename Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationByUniqueName --- @@ -14,6 +14,7 @@ title: Update-MgApplicationByUniqueName ## SYNOPSIS Create a new application object if it doesn't exist, or update the properties of an existing application object. +This API can also create an agentIdentityBlueprint object if it doesn't exist, or update properties of an existing agentIdentityBlueprint, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint. > [!NOTE] > To view the beta release of this cmdlet, view [Update-MgBetaApplicationByUniqueName](/powershell/module/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByUniqueName?view=graph-powershell-beta) @@ -29,18 +30,19 @@ Update-MgApplicationByUniqueName -UniqueName [-ResponseHeadersVariable [-AppManagementPolicies ] [-AppRoles ] [-ApplicationTemplateId ] [-AuthenticationBehaviors ] - [-Certification ] [-CreatedDateTime ] - [-CreatedOnBehalfOf ] [-DefaultRedirectUri ] - [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] - [-DisplayName ] [-ExtensionProperties ] + [-Certification ] [-CreatedByAppId ] + [-CreatedDateTime ] [-CreatedOnBehalfOf ] + [-DefaultRedirectUri ] [-DeletedDateTime ] [-Description ] + [-DisabledByMicrosoftStatus ] [-DisplayName ] + [-ExtensionProperties ] [-FederatedIdentityCredentials ] [-GroupMembershipClaims ] [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] - [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] - [-Oauth2RequirePostResponse] [-OptionalClaims ] - [-Owners ] + [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-Oauth2RequirePostResponse] + [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] [-PasswordCredentials ] [-PublicClient ] [-PublisherDomain ] @@ -67,18 +69,19 @@ Update-MgApplicationByUniqueName -InputObject [-UniqueNa [-AppManagementPolicies ] [-AppRoles ] [-ApplicationTemplateId ] [-AuthenticationBehaviors ] - [-Certification ] [-CreatedDateTime ] - [-CreatedOnBehalfOf ] [-DefaultRedirectUri ] - [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] - [-DisplayName ] [-ExtensionProperties ] + [-Certification ] [-CreatedByAppId ] + [-CreatedDateTime ] [-CreatedOnBehalfOf ] + [-DefaultRedirectUri ] [-DeletedDateTime ] [-Description ] + [-DisabledByMicrosoftStatus ] [-DisplayName ] + [-ExtensionProperties ] [-FederatedIdentityCredentials ] [-GroupMembershipClaims ] [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] - [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] - [-Oauth2RequirePostResponse] [-OptionalClaims ] - [-Owners ] + [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-Oauth2RequirePostResponse] + [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] [-PasswordCredentials ] [-PublicClient ] [-PublisherDomain ] @@ -124,6 +127,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new application object if it doesn't exist, or update the properties of an existing application object. +This API can also create an agentIdentityBlueprint object if it doesn't exist, or update properties of an existing agentIdentityBlueprint, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprint. ## EXAMPLES ### Example 1: Create a new application if it doesn't exist @@ -490,6 +494,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CreatedByAppId + +The appId of the application that created this application. +Set internally by Microsoft Entra ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -CreatedDateTime The date and time the application was registered. @@ -989,6 +1022,33 @@ HelpMessage: '' Specifies whether this application supports device authentication without a user. The default is false. +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsDisabled + + + ```yaml Type: System.Management.Automation.SwitchParameter DefaultValue: False @@ -1101,6 +1161,38 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ManagerApplications + +A collection of application IDs for Microsoft first-party applications designated as managers. +Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. +Limited to a maximum of 10 entries. +Not nullable. +Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. +Not returned by default; must be explicitly requested via $select. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled @@ -2215,6 +2307,9 @@ null if the app wasn't created from an application template. [CertificationExpirationDateTime ]: The timestamp when the current certification for the application expires. [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. + [CreatedByAppId ]: The appId of the application that created this application. +Set internally by Microsoft Entra ID. +Read-only. [CreatedDateTime ]: The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -2323,6 +2418,7 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. + [IsDisabled ]: [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2341,7 +2437,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -2351,6 +2447,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Usage ]: A string that describes the purpose for which the key can be used; for example, Verify. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for Microsoft first-party applications designated as managers. +Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. +Limited to a maximum of 10 entries. +Not nullable. +Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. +Not returned by default; must be explicitly requested via $select. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [Oauth2RequirePostResponse ]: @@ -2868,6 +2970,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -2901,7 +3004,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationExtensionProperty.md index 06e3199c2d678..d8c2865aa5e16 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationExtensionProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationextensionproperty Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationExtensionProperty --- @@ -723,6 +723,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationFederatedIdentityCredential.md index c057e7baf6ae2..b5d443dd23a4c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationFederatedIdentityCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationfederatedidentitycredential Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationFederatedIdentityCredential --- @@ -716,6 +716,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationFederatedIdentityCredentialByName.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationFederatedIdentityCredentialByName.md index bf2085b33808b..5fb7f6eb4cc13 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationFederatedIdentityCredentialByName.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationFederatedIdentityCredentialByName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationfederatedidentitycredentialbyname Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationFederatedIdentityCredentialByName --- @@ -683,6 +683,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJob.md index eca0b494d6311..02cc2d82ce941 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationSynchronizationJob --- @@ -890,6 +890,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobBulkUpload.md index 8852b30bfea5b..02081735296d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationSynchronizationJobBulkUpload --- @@ -490,6 +490,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobSchema.md index 60d6dd51bf7b1..e9993fdbd70e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationSynchronizationJobSchema --- @@ -767,6 +767,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobSchemaDirectory.md index 651009f0dc1cb..4059d4b2d4e96 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationSynchronizationJobSchemaDirectory --- @@ -742,6 +742,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplate.md index 9d1708f036600..8f83a877a2a35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationSynchronizationTemplate --- @@ -851,6 +851,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplateSchema.md index 80f0310790db8..6725c2730942b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationSynchronizationTemplateSchema --- @@ -768,6 +768,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplateSchemaDirectory.md index 6da50773b4604..5685f78d1901c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgApplicationSynchronizationTemplateSchemaDirectory --- @@ -743,6 +743,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgGroupAppRoleAssignment.md index 9a5d100e7663e..4706fd3938681 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgGroupAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mggroupapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupAppRoleAssignment --- @@ -758,6 +758,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipal.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipal.md index ec0de75c91f9e..c74a6dd2d11e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipal.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipal --- @@ -14,6 +14,7 @@ title: Update-MgServicePrincipal ## SYNOPSIS Create a new servicePrincipal object if it doesn't exist, or update the properties of an existing servicePrincipal object. +This API can also create an agentIdentityBlueprintPrincipal object from an agentIdentityBlueprint if it doesn't exist, or update properties of an existing agentIdentityBlueprintPrincipal, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprintPrincipal. > [!NOTE] > To view the beta release of this cmdlet, view [Update-MgBetaServicePrincipal](/powershell/module/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipal?view=graph-powershell-beta) @@ -30,14 +31,14 @@ Update-MgServicePrincipal -ServicePrincipalId [-ResponseHeadersVariable [-AppOwnerOrganizationId ] [-AppRoleAssignedTo ] [-AppRoleAssignmentRequired] [-AppRoleAssignments ] [-AppRoles ] [-ApplicationTemplateId ] - [-ClaimsMappingPolicies ] + [-ClaimsMappingPolicies ] [-CreatedByAppId ] [-CreatedObjects ] [-CustomSecurityAttributes ] [-DelegatedPermissionClassifications ] [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] [-DisplayName ] [-Endpoints ] [-FederatedIdentityCredentials ] [-HomeRealmDiscoveryPolicies ] [-Homepage ] - [-Id ] [-Info ] + [-Id ] [-Info ] [-IsDisabled] [-KeyCredentials ] [-LoginUrl ] [-LogoutUrl ] [-MemberOf ] [-Notes ] [-NotificationEmailAddresses ] @@ -81,14 +82,14 @@ Update-MgServicePrincipal -InputObject [-ResponseHeaders [-AppOwnerOrganizationId ] [-AppRoleAssignedTo ] [-AppRoleAssignmentRequired] [-AppRoleAssignments ] [-AppRoles ] [-ApplicationTemplateId ] - [-ClaimsMappingPolicies ] + [-ClaimsMappingPolicies ] [-CreatedByAppId ] [-CreatedObjects ] [-CustomSecurityAttributes ] [-DelegatedPermissionClassifications ] [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] [-DisplayName ] [-Endpoints ] [-FederatedIdentityCredentials ] [-HomeRealmDiscoveryPolicies ] [-Homepage ] - [-Id ] [-Info ] + [-Id ] [-Info ] [-IsDisabled] [-KeyCredentials ] [-LoginUrl ] [-LogoutUrl ] [-MemberOf ] [-Notes ] [-NotificationEmailAddresses ] @@ -130,14 +131,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new servicePrincipal object if it doesn't exist, or update the properties of an existing servicePrincipal object. +This API can also create an agentIdentityBlueprintPrincipal object from an agentIdentityBlueprint if it doesn't exist, or update properties of an existing agentIdentityBlueprintPrincipal, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprintPrincipal. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, AgentIdentityBlueprintPrincipal.EnableDisable.All, AgentIdentity.ReadWrite.All, AgentIdentity.EnableDisable.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, AgentIdentityBlueprintPrincipal.EnableDisable.All, AgentIdentity.ReadWrite.All, AgentIdentity.EnableDisable.All, | ## EXAMPLES ### Example 1: Update the properties of a service principal @@ -658,6 +660,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CreatedByAppId + +The appId of the application that created this service principal. +Set internally by Microsoft Entra ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -CreatedObjects Directory objects created by this service principal. @@ -1118,6 +1149,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsDisabled + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -KeyCredentials The collection of key credentials associated with the service principal. @@ -2346,6 +2404,9 @@ Required. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedByAppId ]: The appId of the application that created this service principal. +Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. Read-only. @@ -2439,6 +2500,7 @@ For example, https://www.contoso.com/app/privacy For example, https://www.contoso.com/app/support [TermsOfServiceUrl ]: Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice + [IsDisabled ]: [KeyCredentials ]: The collection of key credentials associated with the service principal. Not nullable. Supports $filter (eq, not, ge, le). @@ -2452,7 +2514,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -2559,9 +2621,13 @@ For applications that aren't SAML, don't write or otherwise rely on this propert [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the approved client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -3009,6 +3075,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -3042,7 +3109,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -3153,9 +3220,13 @@ REMOTEDESKTOPSECURITYCONFIGURATION `]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the approved client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalAppRoleAssignedTo.md index 17a503602de11..d7e54a593c3f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalAppRoleAssignedTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalapproleassignedto Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalAppRoleAssignedTo --- @@ -759,6 +759,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalAppRoleAssignment.md index 894045c09c697..12bd83f691b6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalAppRoleAssignment --- @@ -759,6 +759,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalByAppId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalByAppId.md index ffb850f2fb1e7..17fa886b8e082 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalByAppId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalbyappid Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalByAppId --- @@ -14,6 +14,7 @@ title: Update-MgServicePrincipalByAppId ## SYNOPSIS Create a new servicePrincipal object if it doesn't exist, or update the properties of an existing servicePrincipal object. +This API can also create an agentIdentityBlueprintPrincipal object from an agentIdentityBlueprint if it doesn't exist, or update properties of an existing agentIdentityBlueprintPrincipal, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprintPrincipal. > [!NOTE] > To view the beta release of this cmdlet, view [Update-MgBetaServicePrincipalByAppId](/powershell/module/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalByAppId?view=graph-powershell-beta) @@ -30,14 +31,14 @@ Update-MgServicePrincipalByAppId -AppId [-ResponseHeadersVariable ] [-AppRoleAssignedTo ] [-AppRoleAssignmentRequired] [-AppRoleAssignments ] [-AppRoles ] [-ApplicationTemplateId ] - [-ClaimsMappingPolicies ] + [-ClaimsMappingPolicies ] [-CreatedByAppId ] [-CreatedObjects ] [-CustomSecurityAttributes ] [-DelegatedPermissionClassifications ] [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] [-DisplayName ] [-Endpoints ] [-FederatedIdentityCredentials ] [-HomeRealmDiscoveryPolicies ] [-Homepage ] - [-Id ] [-Info ] + [-Id ] [-Info ] [-IsDisabled] [-KeyCredentials ] [-LoginUrl ] [-LogoutUrl ] [-MemberOf ] [-Notes ] [-NotificationEmailAddresses ] @@ -71,14 +72,14 @@ Update-MgServicePrincipalByAppId -InputObject [-AppId ] [-AppRoleAssignedTo ] [-AppRoleAssignmentRequired] [-AppRoleAssignments ] [-AppRoles ] [-ApplicationTemplateId ] - [-ClaimsMappingPolicies ] + [-ClaimsMappingPolicies ] [-CreatedByAppId ] [-CreatedObjects ] [-CustomSecurityAttributes ] [-DelegatedPermissionClassifications ] [-DeletedDateTime ] [-Description ] [-DisabledByMicrosoftStatus ] [-DisplayName ] [-Endpoints ] [-FederatedIdentityCredentials ] [-HomeRealmDiscoveryPolicies ] [-Homepage ] - [-Id ] [-Info ] + [-Id ] [-Info ] [-IsDisabled] [-KeyCredentials ] [-LoginUrl ] [-LogoutUrl ] [-MemberOf ] [-Notes ] [-NotificationEmailAddresses ] @@ -130,6 +131,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new servicePrincipal object if it doesn't exist, or update the properties of an existing servicePrincipal object. +This API can also create an agentIdentityBlueprintPrincipal object from an agentIdentityBlueprint if it doesn't exist, or update properties of an existing agentIdentityBlueprintPrincipal, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprintPrincipal. ## EXAMPLES ### Example 1: Create a new servicePrincipal if it doesn't exist @@ -695,6 +697,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CreatedByAppId + +The appId of the application that created this service principal. +Set internally by Microsoft Entra ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -CreatedObjects Directory objects created by this service principal. @@ -1155,6 +1186,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsDisabled + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -KeyCredentials The collection of key credentials associated with the service principal. @@ -2356,6 +2414,9 @@ Required. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedByAppId ]: The appId of the application that created this service principal. +Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. Read-only. @@ -2449,6 +2510,7 @@ For example, https://www.contoso.com/app/privacy For example, https://www.contoso.com/app/support [TermsOfServiceUrl ]: Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice + [IsDisabled ]: [KeyCredentials ]: The collection of key credentials associated with the service principal. Not nullable. Supports $filter (eq, not, ge, le). @@ -2462,7 +2524,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -2569,9 +2631,13 @@ For applications that aren't SAML, don't write or otherwise rely on this propert [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the approved client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -3019,6 +3085,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -3052,7 +3119,7 @@ Optional. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: The certificate's raw data in byte array converted to Base64 string. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier (GUID) for the key. @@ -3163,9 +3230,13 @@ REMOTEDESKTOPSECURITYCONFIGURATION `]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the approved client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalDelegatedPermissionClassification.md index d91b055c19e78..7ff707d2995b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalDelegatedPermissionClassification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipaldelegatedpermissionclassification Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalDelegatedPermissionClassification --- @@ -590,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalEndpoint.md index abcd4e12a5044..e15b416e58d36 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalendpoint Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalEndpoint --- @@ -668,6 +668,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalRemoteDesktopSecurityConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalRemoteDesktopSecurityConfiguration.md index 2606c84a9b0db..0a3cfab0e3d14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalRemoteDesktopSecurityConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalRemoteDesktopSecurityConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalremotedesktopsecurityconfiguration Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalRemoteDesktopSecurityConfiguration --- @@ -25,7 +25,8 @@ Use this configuration to enable or disable the Microsoft Entra ID Remote Deskto ``` Update-MgServicePrincipalRemoteDesktopSecurityConfiguration -ServicePrincipalId - [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ApprovedClientApps ] [-Id ] [-IsRemoteDesktopProtocolEnabled] [-TargetDeviceGroups ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] @@ -47,7 +48,8 @@ Update-MgServicePrincipalRemoteDesktopSecurityConfiguration -ServicePrincipalId ``` Update-MgServicePrincipalRemoteDesktopSecurityConfiguration -InputObject - [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ApprovedClientApps ] [-Id ] [-IsRemoteDesktopProtocolEnabled] [-TargetDeviceGroups ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] @@ -130,6 +132,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ApprovedClientApps + +The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. +To construct, see NOTES section for APPROVEDCLIENTAPPS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApprovedClientApp[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -BodyParameter remoteDesktopSecurityConfiguration @@ -462,7 +493,6 @@ HelpMessage: '' ### -TargetDeviceGroups The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the approved client application. + BODYPARAMETER ``: remoteDesktopSecurityConfiguration [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: The display name of the approved client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -561,6 +601,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition @@ -582,7 +623,6 @@ INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user TARGETDEVICEGROUPS : The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md index f857a52c0597f..c1088cbc8363a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroup Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup --- @@ -554,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJob.md index 5a06dc2bc0ad0..b46ed0291b786 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalSynchronizationJob --- @@ -899,6 +899,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobBulkUpload.md index 6c4c2c5fe8cbf..8191a19eb6ec3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalSynchronizationJobBulkUpload --- @@ -489,6 +489,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobSchema.md index f518a2afe5a93..6b5ae5b463fe9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalSynchronizationJobSchema --- @@ -773,6 +773,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobSchemaDirectory.md index 7683a2a64c02d..9ce77bc282d03 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalSynchronizationJobSchemaDirectory --- @@ -741,6 +741,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplate.md index 4c4a419ac574d..69b899af0c823 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalSynchronizationTemplate --- @@ -843,6 +843,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplateSchema.md index 70b63d7c9cef8..3ff0c24e9b5dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalSynchronizationTemplateSchema --- @@ -767,6 +767,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md index 923d6ccf3e441..c47fa21d0b313 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mgserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -742,6 +742,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgUserAppRoleAssignment.md index d04d6651b99ab..a1b7b90594456 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Update-MgUserAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/update-mguserapproleassignment Locale: en-US Module Name: Microsoft.Graph.Applications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserAppRoleAssignment --- @@ -758,6 +758,7 @@ INPUTOBJECT ``: Identity Parameter [AppRoleAssignmentId ]: The unique identifier of appRoleAssignment [ApplicationId ]: The unique identifier of application [ApplicationTemplateId ]: The unique identifier of applicationTemplate + [ApprovedClientAppId ]: The unique identifier of approvedClientApp [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy [DelegatedPermissionClassificationId ]: The unique identifier of delegatedPermissionClassification [DirectoryDefinitionId ]: The unique identifier of directoryDefinition diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Add-MgEnvironment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Add-MgEnvironment.md index 8eedfbf35d7e5..ab50871d9b7ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Add-MgEnvironment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Add-MgEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/add-mgenvironment Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgEnvironment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Connect-MgGraph.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Connect-MgGraph.md index 659752f24d4e2..fa446e2435d3d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Connect-MgGraph.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Connect-MgGraph.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/connect-mggraph Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Connect-MgGraph --- @@ -143,17 +143,38 @@ Uses a user created managed identity as a standalone Azure resource. ### Connecting to an environment or cloud PS C:\> Get-MgEnvironment -Name AzureADEndpoint GraphEndpoint Type ----- --------------- ------------- ---- -China https://login.chinacloudapi.cn https://microsoftgraph.chinacloudapi.cn Built-in -Global https://login.microsoftonline.com https://graph.microsoft.com Built-in -USGov https://login.microsoftonline.us https://graph.microsoft.us Built-in -USGovDoD https://login.microsoftonline.us https://dod-graph.microsoft.us Built-in +Name AzureADEndpoint GraphEndpoint Type +---- --------------- ------------- ---- +BleuCloud https://login.sovcloud-identity.fr https://graph.svc.sovcloud.fr Built-in +China https://login.chinacloudapi.cn https://microsoftgraph.chinacloudapi.cn Built-in +DelosCloud https://login.sovcloud-identity.de https://graph.svc.sovcloud.de Built-in +Global https://login.microsoftonline.com https://graph.microsoft.com Built-in +GovSGCloud https://login.sovcloud-identity.sg https://graph.svc.sovcloud.sg Built-in +USGov https://login.microsoftonline.us https://graph.microsoft.us Built-in +USGovDoD https://login.microsoftonline.us https://dod-graph.microsoft.us Built-in PS C:\> Connect-MgGraph -Environment USGov When you use Connect-MgGraph, you can choose to target other environments. By default, Connect-MgGraph targets the global public cloud. +### Connecting to a sovereign cloud with a custom application + +PS C:\> Connect-MgGraph -ClientId "YOUR_APP_CLIENT_ID" -TenantId "YOUR_TENANT_ID" -Environment BleuCloud -Scopes "User.Read.All" + +Sovereign cloud environments (BleuCloud, DelosCloud, GovSGCloud) require a custom application registration. +You cannot use the default Microsoft Graph PowerShell application in these environments. +When registering your application, add an additional redirect URI of `ms-appx-web://Microsoft.AAD.BrokerPlugin/` to support WAM broker-based authentication. +Requires Microsoft.Graph.Authentication v2.36.1 or later. + +### Connecting to a sovereign cloud when WAM authentication hangs + +PS C:\> Set-MgGraphOption -DisableLoginByWAM $true +PS C:\> Connect-MgGraph -ClientId "YOUR_APP_CLIENT_ID" -TenantId "YOUR_TENANT_ID" -Environment BleuCloud + +If the authentication popup hangs or times out when connecting to a sovereign cloud (for example, from a jumpbox), WAM broker-based login may not work in that environment. +Disable WAM to use interactive browser sign-in instead. +You only need to run `Set-MgGraphOption -DisableLoginByWAM $true` once; the setting persists across sessions. + ### Connecting to an environment as a different identity PS C:\> Connect-MgGraph -ContextScope Process diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Disconnect-MgGraph.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Disconnect-MgGraph.md index cc55d97f86271..f20539a49b247 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Disconnect-MgGraph.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Disconnect-MgGraph.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/disconnect-graph Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Disconnect-MgGraph --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Find-MgGraphCommand.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Find-MgGraphCommand.md index a5eae69eb87c6..c9f9286369b00 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Find-MgGraphCommand.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Find-MgGraphCommand.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/find-mggraphcommand Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Find-MgGraphCommand --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Find-MgGraphPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Find-MgGraphPermission.md index 7ab5a792f03db..8623d2f650a11 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Find-MgGraphPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Find-MgGraphPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/find-mggraphpermission Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Find-MgGraphPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgContext.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgContext.md index 24954af864655..4045780adbb0f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgContext.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgContext.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgcontext Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgContext --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgEnvironment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgEnvironment.md index 0b412df801c94..e2ac4ca3de664 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgEnvironment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgenvironment Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEnvironment --- @@ -38,12 +38,15 @@ By default, Connect-MgGraph targets the global public cloud. ### Get-MgEnvironment PS C:\> Get-MgEnvironment -Name AzureADEndpoint GraphEndpoint Type ----- --------------- ------------- ---- -China https://login.chinacloudapi.cn https://microsoftgraph.chinacloudapi.cn Built-in -Global https://login.microsoftonline.com https://graph.microsoft.com Built-in -USGov https://login.microsoftonline.us https://graph.microsoft.us Built-in -USGovDoD https://login.microsoftonline.us https://dod-graph.microsoft.us Built-in +Name AzureADEndpoint GraphEndpoint Type +---- --------------- ------------- ---- +BleuCloud https://login.sovcloud-identity.fr https://graph.svc.sovcloud.fr Built-in +China https://login.chinacloudapi.cn https://microsoftgraph.chinacloudapi.cn Built-in +DelosCloud https://login.sovcloud-identity.de https://graph.svc.sovcloud.de Built-in +Global https://login.microsoftonline.com https://graph.microsoft.com Built-in +GovSGCloud https://login.sovcloud-identity.sg https://graph.svc.sovcloud.sg Built-in +USGov https://login.microsoftonline.us https://graph.microsoft.us Built-in +USGovDoD https://login.microsoftonline.us https://dod-graph.microsoft.us Built-in This command gets list of all environments. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgGraphOption.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgGraphOption.md index f6988c30eca29..04417cab64ba2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgGraphOption.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgGraphOption.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgenvironment Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGraphOption --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgRequestContext.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgRequestContext.md index 7979a0ca3c033..ec8667be75b62 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgRequestContext.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Get-MgRequestContext.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/get-mgenvironment Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgRequestContext --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Invoke-MgGraphRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Invoke-MgGraphRequest.md index 9b6691646bccb..e7e6d2e986c4d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Invoke-MgGraphRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Invoke-MgGraphRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/invoke-mggraphrequest Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgGraphRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Microsoft.Graph.Authentication.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Microsoft.Graph.Authentication.md index e6a3101e3d837..0f3be71d28813 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Microsoft.Graph.Authentication.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Microsoft.Graph.Authentication.md @@ -5,7 +5,7 @@ HelpInfoUri: Locale: en-US Module Guid: 883916f2-9184-46ee-b1f8-b6a2fb784cee Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Microsoft.Graph.Authentication Module --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Remove-MgEnvironment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Remove-MgEnvironment.md index cf06b366caaef..1d1546533eea7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Remove-MgEnvironment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Remove-MgEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/remove-mgenvironment Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEnvironment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgEnvironment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgEnvironment.md index a823246fe9563..c193ec1e4ef14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgEnvironment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mgenvironment Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEnvironment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgGraphOption.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgGraphOption.md index 46b99d000fb49..e9c48f1868199 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgGraphOption.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgGraphOption.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mgenvironment Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGraphOption --- @@ -35,12 +35,22 @@ For example, toggle Web Account Manager (WAM) support. ## EXAMPLES -### Set web account manager support +### Disable web account manager support -PS C:\> Set-MgGraphOption -EnableLoginByWAM $True +PS C:\> Set-MgGraphOption -DisableLoginByWAM $True -Sets web account manager support Note: Signin by Web Account Manager (WAM) is enabled by default on Windows and cannot be disabled. -Setting this option will no longer have any effect. +Disables sign in via Web Account Manager (WAM). +Note: This only takes effect when using a custom ClientId. +When using the default ClientId, WAM remains enabled regardless of this setting. + +### Disable WAM for sovereign cloud environments + +PS C:\> Set-MgGraphOption -DisableLoginByWAM $true +PS C:\> Connect-MgGraph -ClientId "YOUR_APP_CLIENT_ID" -TenantId "YOUR_TENANT_ID" -Environment BleuCloud + +If WAM broker-based authentication hangs or times out when connecting to a sovereign cloud environment (such as BleuCloud, DelosCloud, or GovSGCloud), disable WAM to fall back to interactive browser sign-in. +This can occur when authenticating from environments like jumpboxes. +The setting persists across PowerShell sessions. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgRequestContext.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgRequestContext.md index 83ba000cfaf14..e5c648abe21c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgRequestContext.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Authentication/Set-MgRequestContext.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Authentication.dll-Help.xml HelpUri: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.authentication/set-mgenvironment Locale: en-US Module Name: Microsoft.Graph.Authentication -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgRequestContext --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Enable-MgSolutionBackupRestore.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Enable-MgSolutionBackupRestore.md index 9010a6079296a..3c024ac3cb7ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Enable-MgSolutionBackupRestore.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Enable-MgSolutionBackupRestore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/enable-mgsolutionbackuprestore Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Enable-MgSolutionBackupRestore --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestore.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestore.md index c6cafaacf6937..601a65dc5cfcc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestore.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestore Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestore --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveInclusionRule.md index 730a92c3b154e..a00be18ce3503 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoredriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreDriveInclusionRule --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveInclusionRuleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveInclusionRuleCount.md index 4afef116132ea..62d211d2649b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoredriveinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreDriveInclusionRuleCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnit.md index 7d7da3db10aa1..42f23778ef020 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoredriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreDriveProtectionUnit --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md index bb011cf55e43c..49b8ac0229ccf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoredriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount.md index 0af12a6dff195..7275baeb26c5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoredriveprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitCount.md index ee40f84e27a0e..c1239e95b5a47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreDriveProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoredriveprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreDriveProtectionUnitCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicy.md index 92a47da2e5268..770d85de9740b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangeprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeProtectionPolicy --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount.md index 3ae9995b18dbd..a3899a97d8df8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangeprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md index 65c20294e90f1..95adcce4fe072 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangeprotectionpolicymailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule --- @@ -565,6 +565,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -572,12 +573,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -585,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount.md index 15487a29888e9..c513e53806627 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangeprotectionpolicymailboxinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount --- @@ -344,6 +344,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -351,12 +352,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -364,6 +369,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit.md index 66ffcee9fdc69..8c9e97da9f012 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangeprotectionpolicymailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit --- @@ -549,6 +549,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -556,12 +557,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -569,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob.md index be5487f747c98..284e24f13eb5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangeprotectionpolicymailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob --- @@ -550,6 +550,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,12 +558,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -570,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount.md index bec23576ff78e..e938cb1a9008e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangeprotectionpolicymailboxprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount.md index f5173c50c3bc0..5b04db29a7414 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangeprotectionpolicymailboxprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSession.md index cca8827e63085..9a96cc72806a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSession --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionCount.md index ff0f2ae49d37a..7a92501158b5f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresessioncount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSessionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md index a8a44458979b3..e56a9541df517 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact --- @@ -550,6 +550,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,12 +558,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -570,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount.md index 021df1c9b9c8c..0c2dd46c4088b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint.md index 544d5520b08c5..57e9fb73453b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifactrestorepoint Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint --- @@ -360,6 +360,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -367,12 +368,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -380,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md index 05aa6de94f264..1f69bb160e738 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact --- @@ -549,6 +549,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -556,12 +557,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -569,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md index a150e863f8a53..c53b759ff3c6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest --- @@ -550,6 +550,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,12 +558,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -570,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount.md index 32df97a3fd6fd..c0b0ea41ec8f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequestcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount.md index 6f22ba7a42462..eb322b9335d8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint.md index ffbe0bba394d0..43910b2e6b994 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactrestorepoint Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint --- @@ -359,6 +359,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -366,12 +367,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -379,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxInclusionRule.md index 7fb99c3c7cd00..382f7253ef63c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoremailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreMailboxInclusionRule --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxInclusionRuleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxInclusionRuleCount.md index 81b42a4c507af..222e1081b6d30 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoremailboxinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreMailboxInclusionRuleCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnit.md index 29f6b4c3c2fe6..80538d47284ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoremailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreMailboxProtectionUnit --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md index 832789d794402..c5e79a592ea4b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoremailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount.md index 6215de6a752ca..7477e106f2b6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoremailboxprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitCount.md index 7c5b63621e64b..477fc40144d6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreMailboxProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoremailboxprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreMailboxProtectionUnitCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md index 87fa725c8f9ef..1a0a9e9e3dc13 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount.md index d4431926fddde..67578ba3e867f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md index b560239c67ebf..53ff4be25a958 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicydriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule --- @@ -566,6 +566,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -573,12 +574,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -586,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount.md index c6a42f2ffa84c..18fde92574991 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicydriveinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount --- @@ -344,6 +344,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -351,12 +352,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -364,6 +369,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit.md index fb629356f1554..752f61126bc5a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicydriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit --- @@ -550,6 +550,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,12 +558,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -570,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob.md index 1bd6128f27f6e..98e6c3061c3a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicydriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob --- @@ -550,6 +550,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,12 +558,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -570,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount.md index 6cda15cfecc76..5139f76cf48a0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicydriveprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount.md index 436f2ffca46a2..43cf830f52e2e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicydriveprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md index 08a28bf4983a2..66158979a6a54 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessrestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount.md index cd4ad62526844..58a665c657421 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessrestoresessioncount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md index db62c72368f57..c67c8e329d188 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact --- @@ -550,6 +550,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,12 +558,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -570,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md index 649d2f6cf9329..b160d764f7737 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest --- @@ -550,6 +550,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,12 +558,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -570,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount.md index acbc2e042e0df..d17dc0981b926 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequestcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount.md index be55fa177b9b6..45ea7006bff01 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint.md index 928367b107740..fbb50f37b2e3f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactrestorepoint Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint --- @@ -360,6 +360,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -367,12 +368,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -380,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePoint.md index 30afa43f8f429..30c13b22a9f5d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestorePoint --- @@ -519,6 +519,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -526,12 +527,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -539,6 +544,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePointCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePointCount.md index bc71ca4df7703..aa8c953ef4d1f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePointCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePointCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestorepointcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestorePointCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePointProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePointProtectionUnit.md index e94e91c22e67c..648863964b1c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePointProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestorePointProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestorepointprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestorePointProtectionUnit --- @@ -337,6 +337,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,12 +345,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -357,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionPolicy.md index 66f6ff1c74515..d8225af401514 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionPolicy --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionPolicyCount.md index 0a8c353f21e0c..f8e242919d3d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionPolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnit.md index 1d7059722a70a..ab3695dc33467 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionUnit --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit.md index b41f3a4163de2..518a69d7f8d22 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionunitasdriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit.md index c9271389b5ab2..ec6a33b1e06f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionunitasmailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit.md index df49736214b3e..ab359d76c67a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionunitassiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCount.md index 387355b1a890c..8860118edc705 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionUnitCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit.md index f77d9a7815b67..03ae2c19ad216 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionunitcountasdriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit.md index e40d98b76ef65..3e09c8fd27aac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionunitcountasmailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit.md index 963762c7688f4..9c01a947ab75a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreprotectionunitcountassiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreServiceApp.md index 04dbc0d547bce..9596eee740a0d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreServiceApp --- @@ -520,6 +520,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -527,12 +528,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -540,6 +545,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreServiceAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreServiceAppCount.md index 89c4715801118..e8a0faff1a5d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreServiceAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreServiceAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoreserviceappcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreServiceAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSession.md index 20245c2c8e855..6ff97c05b04d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSession --- @@ -520,6 +520,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -527,12 +528,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -540,6 +545,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSessionCount.md index 3da740d5d86f2..97795cab2bf11 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSessionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresessioncount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSessionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicy.md index b8fce259501cd..dfca0fd7565ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointProtectionPolicy --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount.md index e03fee0d0700a..2b9de720e158c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md index ffc5ca170455d..797a48d43175f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointprotectionpolicysiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule --- @@ -565,6 +565,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -572,12 +573,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -585,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount.md index 116773ff93e17..3dc5d2163d2b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointprotectionpolicysiteinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount --- @@ -344,6 +344,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -351,12 +352,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -364,6 +369,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit.md index 0608bb087655f..9a5229f5483dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointprotectionpolicysiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit --- @@ -549,6 +549,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -556,12 +557,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -569,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob.md index 91792bc9ccc1a..5999ef3269714 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointprotectionpolicysiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob --- @@ -550,6 +550,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,12 +558,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -570,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount.md index af49635ac6933..44020b5161419 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointprotectionpolicysiteprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount.md index b6334cf58b073..1cde10e5e8faf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointprotectionpolicysiteprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSession.md index 3d6b6cc473a99..d73e93d728cde 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointrestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointRestoreSession --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionCount.md index 1aea2e510cc2b..2fdbd0ad3f1e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointrestoresessioncount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointRestoreSessionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md index 4f462a130e517..36a735ec43fbe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact --- @@ -549,6 +549,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -556,12 +557,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -569,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md index 5aeaee5335820..75dc02942de25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest --- @@ -550,6 +550,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,12 +558,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -570,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount.md index aa941eb58fdb4..10abe294e4ea5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequestcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount.md index 15a8ff9db50ca..c5bc5d1e24d90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount --- @@ -336,6 +336,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -343,12 +344,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -356,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint.md index 39ec3d5277e29..73615512a0efe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifactrestorepoint Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint --- @@ -359,6 +359,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -366,12 +367,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -379,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteInclusionRule.md index e7c88b85b82f0..0ffa64b7ff4ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSiteInclusionRule --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteInclusionRuleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteInclusionRuleCount.md index 33bdf5ebb5b1d..46dcb8ebfbb20 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresiteinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSiteInclusionRuleCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnit.md index 9fd6b572c6009..3ab5c7696c3a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSiteProtectionUnit --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md index 31d0e681b1d1b..ecd181d55f0e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob --- @@ -521,6 +521,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,12 +529,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -541,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount.md index 720fce288a663..16772c30ee718 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresiteprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitCount.md index 8bf738d21531c..e13c1644fd256 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSiteProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/get-mgsolutionbackuprestoresiteprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSolutionBackupRestoreSiteProtectionUnitCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreProtectionPolicy.md index cbb61f235ce6a..745d7688c255f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/initialize-mgsolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgSolutionBackupRestoreProtectionPolicy --- @@ -342,6 +342,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -349,12 +350,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -362,6 +367,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreServiceApp.md index f9124c8698424..3614f0583cb65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/initialize-mgsolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgSolutionBackupRestoreServiceApp --- @@ -464,6 +464,7 @@ BODYPARAMETER `]: INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -471,12 +472,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -484,6 +489,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreSession.md index 26c48e2e46919..bf03c37300319 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/initialize-mgsolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgSolutionBackupRestoreSession --- @@ -340,6 +340,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -347,12 +348,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -360,6 +365,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy.md index 069bfc073587f..7e4a00a70df9a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/invoke-mgdeactivatesolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy --- @@ -14,6 +14,10 @@ title: Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy ## SYNOPSIS Deactivate a protectionPolicyBase. +When a protection policy is deactivated, backup activity stops immediately, no new backups are taken, and the protected resources are no longer covered by the policy. +Any backups taken before deactivation are retained according to the retention policy, after which they're offboarded. +You can restore data using previous restore points even after deactivation. +To reactivate a deactivated policy, use the activate API. > [!NOTE] > To view the beta release of this cmdlet, view [Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy](/powershell/module/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy?view=graph-powershell-beta) @@ -48,6 +52,10 @@ This cmdlet has the following aliases, ## DESCRIPTION Deactivate a protectionPolicyBase. +When a protection policy is deactivated, backup activity stops immediately, no new backups are taken, and the protected resources are no longer covered by the policy. +Any backups taken before deactivation are retained according to the retention policy, after which they're offboarded. +You can restore data using previous restore points even after deactivation. +To reactivate a deactivated policy, use the activate API. ## PARAMETERS @@ -338,6 +346,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -345,12 +354,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -358,6 +371,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgDeactivateSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgDeactivateSolutionBackupRestoreServiceApp.md index 58b286ceef097..5cda3641321fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgDeactivateSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgDeactivateSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/invoke-mgdeactivatesolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDeactivateSolutionBackupRestoreServiceApp --- @@ -338,6 +338,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -345,12 +346,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -358,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgOffboardSolutionBackupRestoreProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgOffboardSolutionBackupRestoreProtectionUnit.md index acf4d53d11c6b..fc191094eca56 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgOffboardSolutionBackupRestoreProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgOffboardSolutionBackupRestoreProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/invoke-mgoffboardsolutionbackuprestoreprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgOffboardSolutionBackupRestoreProtectionUnit --- @@ -338,6 +338,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -345,12 +346,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -358,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Microsoft.Graph.BackupRestore.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Microsoft.Graph.BackupRestore.md index e289ea8cab47e..19b7b4b15d3ec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Microsoft.Graph.BackupRestore.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Microsoft.Graph.BackupRestore.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.BackupRestore -Module Guid: 64221628-eba3-4eb2-92ef-03b840e11f32 +Module Guid: 3d58ffa2-80d8-445e-ba4c-f782fcde6e22 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.backuprestore/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveInclusionRule.md index 4a9117660494f..95d78cf9e2303 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoredriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreDriveInclusionRule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveProtectionUnit.md index 12fbfcbc2fa4a..3aab349ab3200 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoredriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreDriveProtectionUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md index 2eadd45fa687a..e1c0c1e3e0e42 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoredriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeProtectionPolicy.md index ce922869a796f..4f735e979c4f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreexchangeprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreExchangeProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSession.md index 0114382a67d80..a99a896af4ebd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreexchangerestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreExchangeRestoreSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md index 93c47d42520b3..f7d0228be3ba5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact --- @@ -820,6 +820,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -827,12 +828,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -840,6 +845,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md index 07c2e87a96616..368660ac9a789 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact --- @@ -760,6 +760,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -767,12 +768,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -780,6 +785,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md index 27b8b9b450051..85a3533b1027b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest --- @@ -933,6 +933,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -940,12 +941,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -953,6 +958,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxInclusionRule.md index 4eb23579d33be..e2217c6a512ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoremailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreMailboxInclusionRule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxProtectionUnit.md index 0eb218e1111bf..5f77cdb46f50c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoremailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreMailboxProtectionUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md index ebbf4a378ecef..bb74e88792cf4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoremailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md index 2504bb2f42b1e..5d1cc52a38531 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md index c077921919963..65d9b56009ba0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreonedriveforbusinessrestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession --- @@ -28,8 +28,10 @@ New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession [-ResponseHeadersVa [-CreatedBy ] [-CreatedDateTime ] [-DriveRestoreArtifacts ] [-DriveRestoreArtifactsBulkAdditionRequests ] - [-Error ] [-Id ] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-RestoreJobType ] + [-Error ] + [-GranularDriveRestoreArtifacts ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-RestoreJobType ] [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] @@ -274,6 +276,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -GranularDriveRestoreArtifacts + + +To construct, see NOTES section for GRANULARDRIVERESTOREARTIFACTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphGranularDriveRestoreArtifact[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Headers Optional headers that will be added to the request. @@ -701,6 +725,19 @@ Future value; don't use. Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. [Drives ]: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. + [GranularDriveRestoreArtifacts ]: + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: CREATEDBY ``: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -834,6 +871,20 @@ ERROR ``: publicError [Message ]: A non-localized message for the developer. [Target ]: The target of the error. +GRANULARDRIVERESTOREARTIFACTS : . + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: + LASTMODIFIEDBY ``: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md index 1f299fff9ff9a..b1d2735944c68 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact --- @@ -732,6 +732,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -739,12 +740,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -752,6 +757,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md index 6441902e5fc0b..197d313af1eb0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest --- @@ -933,6 +933,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -940,12 +941,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -953,6 +958,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestorePoint.md index 25ecfd68f1cda..7de87dff5a4a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestorePoint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreProtectionPolicy.md index a4dae2b65b695..251696ac9cecb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreServiceApp.md index 239d80c40bb6e..cfafc513c79ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreServiceApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSession.md index ec3722be67b7e..e5940844f0a13 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointProtectionPolicy.md index e44248e52e2c7..1d365e036a151 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoresharepointprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreSharePointProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSession.md index 3db6f1171e3f3..f57fcdce65123 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoresharepointrestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreSharePointRestoreSession --- @@ -26,8 +26,10 @@ Create a new sharePointRestoreSession object. New-MgSolutionBackupRestoreSharePointRestoreSession [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CompletedDateTime ] [-CreatedBy ] [-CreatedDateTime ] - [-Error ] [-Id ] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-RestoreJobType ] + [-Error ] + [-GranularSiteRestoreArtifacts ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-RestoreJobType ] [-RestoreSessionArtifactCount ] [-SiteRestoreArtifacts ] [-SiteRestoreArtifactsBulkAdditionRequests ] @@ -229,6 +231,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -GranularSiteRestoreArtifacts + + +To construct, see NOTES section for GRANULARSITERESTOREARTIFACTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphGranularSiteRestoreArtifact[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Headers Optional headers that will be added to the request. @@ -643,6 +667,19 @@ For example, in the access reviews decisions API, this property might record the [Status ]: restoreSessionStatus [Id ]: The unique identifier for an entity. Read-only. + [GranularSiteRestoreArtifacts ]: + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: [SiteRestoreArtifacts ]: A collection of restore points and destination details that can be used to restore SharePoint sites. [CompletionDateTime ]: The time when restoration of restore artifact is completed. [DestinationType ]: destinationType @@ -728,6 +765,20 @@ ERROR ``: publicError [Message ]: A non-localized message for the developer. [Target ]: The target of the error. +GRANULARSITERESTOREARTIFACTS : . + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: + LASTMODIFIEDBY ``: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md index 32848d4bf3577..f495049e0e20b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact --- @@ -732,6 +732,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -739,12 +740,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -752,6 +757,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md index 1bf013f102a57..a2ebd2cb0f5f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest --- @@ -933,6 +933,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -940,12 +941,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -953,6 +958,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteInclusionRule.md index 45b016ff56cf0..5e1b7162dd9fc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoresiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreSiteInclusionRule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteProtectionUnit.md index 63c9e5c0121d4..a17b113c23de9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoresiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreSiteProtectionUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md index 6cfd881aec371..d78a9717db3ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/new-mgsolutionbackuprestoresiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestore.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestore.md index 39ff9785ab0a7..853a648799b99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestore.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestore Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestore --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveInclusionRule.md index a60be0238ce41..7c4db9927e52a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoredriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreDriveInclusionRule --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveProtectionUnit.md index 3bfe716baf916..8d68ffdd6b9d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoredriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreDriveProtectionUnit --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md index 757d5e0041365..9b616a76b3853 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoredriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob --- @@ -382,6 +382,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -389,12 +390,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -402,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeProtectionPolicy.md index ed07b6ee57239..f782d6153aaaf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreexchangeprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreExchangeProtectionPolicy --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSession.md index ca94710834620..b23dbad51cc6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreexchangerestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreExchangeRestoreSession --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md index f73d2b6569817..d3c6fb5886520 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact --- @@ -403,6 +403,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -410,12 +411,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -423,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md index ff1a1874cc853..7970805902b5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact --- @@ -403,6 +403,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -410,12 +411,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -423,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md index a263fb39aeb82..aa1f282086f1b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest --- @@ -403,6 +403,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -410,12 +411,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -423,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxInclusionRule.md index bfbcd3aab0134..6a7ab894d32e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoremailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreMailboxInclusionRule --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxProtectionUnit.md index 8073fe862cc47..a78d504fe5e51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoremailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreMailboxProtectionUnit --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md index e11c4b4671e9c..7ef72ce20213c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoremailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob --- @@ -382,6 +382,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -389,12 +390,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -402,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md index f3b5729414d9c..1efdbb11699ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy --- @@ -382,6 +382,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -389,12 +390,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -402,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md index ae58cb0af4cf6..41662d51b92bf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreonedriveforbusinessrestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession --- @@ -382,6 +382,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -389,12 +390,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -402,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md index dd931c94b72cd..4a2e156475122 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact --- @@ -403,6 +403,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -410,12 +411,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -423,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md index d29ccbaaf11d0..6de6e0b76028e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest --- @@ -403,6 +403,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -410,12 +411,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -423,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestorePoint.md index ad75ab2d8393d..4cfe7eef4644e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestorePoint --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreProtectionPolicy.md index 4d225a8c3414b..359d2d4985d99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreProtectionPolicy --- @@ -13,8 +13,11 @@ title: Remove-MgSolutionBackupRestoreProtectionPolicy ## SYNOPSIS -Delete a protection policy. -Read the properties and relationships of a protectionPolicyBase object. +Delete a protectionPolicyBase object. +A protection policy can be deleted only after it was deactivated. +When you delete a policy, all associated protection units are removed, and backup protection stops for the resources previously covered by the policy. +Existing backup data is retained according to the retention policy before it's offboarded. +You can restore data using previous restore points even after deletion. > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaSolutionBackupRestoreProtectionPolicy](/powershell/module/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreProtectionPolicy?view=graph-powershell-beta) @@ -48,8 +51,11 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete a protection policy. -Read the properties and relationships of a protectionPolicyBase object. +Delete a protectionPolicyBase object. +A protection policy can be deleted only after it was deactivated. +When you delete a policy, all associated protection units are removed, and backup protection stops for the resources previously covered by the policy. +Existing backup data is retained according to the retention policy before it's offboarded. +You can restore data using previous restore points even after deletion. ## PARAMETERS @@ -382,6 +388,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -389,12 +396,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -402,6 +413,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreServiceApp.md index 13c2ce69a9012..f5cfaf8f7ae7a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreServiceApp --- @@ -382,6 +382,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -389,12 +390,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -402,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSession.md index d2b1894e1e88b..af3c51e79866f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreSession --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointProtectionPolicy.md index 6cc4138056b15..178e391f2a287 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoresharepointprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreSharePointProtectionPolicy --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSession.md index 04d35a0c8032c..b8f44576a3ddf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoresharepointrestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreSharePointRestoreSession --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md index 797e4b5d38e08..fb034effc6245 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact --- @@ -403,6 +403,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -410,12 +411,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -423,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md index 8621652e536e1..2923fb729fffb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest --- @@ -403,6 +403,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -410,12 +411,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -423,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteInclusionRule.md index 2aec9f859a226..8f2e9ef5f9f8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoresiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreSiteInclusionRule --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteProtectionUnit.md index 9042a97cbd31f..c501ea3098adc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoresiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreSiteProtectionUnit --- @@ -380,6 +380,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,12 +388,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -400,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md index f77daa5fb6f6a..44e136e2cf8c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/remove-mgsolutionbackuprestoresiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob --- @@ -382,6 +382,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -389,12 +390,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -402,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Search-MgSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Search-MgSolutionBackupRestorePoint.md index 2a7d5ee1d2315..51fa02bda84dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Search-MgSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Search-MgSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/search-mgsolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgSolutionBackupRestorePoint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Stop-MgSolutionBackupRestoreProtectionUnitOffboard.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Stop-MgSolutionBackupRestoreProtectionUnitOffboard.md index 9b0d2bae8d291..09c1ec731fe51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Stop-MgSolutionBackupRestoreProtectionUnitOffboard.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Stop-MgSolutionBackupRestoreProtectionUnitOffboard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/stop-mgsolutionbackuprestoreprotectionunitoffboard Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgSolutionBackupRestoreProtectionUnitOffboard --- @@ -338,6 +338,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -345,12 +346,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -358,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestore.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestore.md index 3617bbca5dfeb..228025e937d98 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestore.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestore Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestore --- @@ -24,7 +24,8 @@ Update the navigation property backupRestore in solutions ``` Update-MgSolutionBackupRestore [-ResponseHeadersVariable ] - [-AdditionalProperties ] [-DriveInclusionRules ] + [-AdditionalProperties ] [-BrowseSessions ] + [-DriveInclusionRules ] [-DriveProtectionUnits ] [-DriveProtectionUnitsBulkAdditionJobs ] [-ExchangeProtectionPolicies ] @@ -32,6 +33,7 @@ Update-MgSolutionBackupRestore [-ResponseHeadersVariable ] [-MailboxInclusionRules ] [-MailboxProtectionUnits ] [-MailboxProtectionUnitsBulkAdditionJobs ] + [-OneDriveForBusinessBrowseSessions ] [-OneDriveForBusinessProtectionPolicies ] [-OneDriveForBusinessRestoreSessions ] [-ProtectionPolicies ] @@ -39,6 +41,7 @@ Update-MgSolutionBackupRestore [-ResponseHeadersVariable ] [-RestorePoints ] [-RestoreSessions ] [-ServiceApps ] [-ServiceStatus ] + [-SharePointBrowseSessions ] [-SharePointProtectionPolicies ] [-SharePointRestoreSessions ] [-SiteInclusionRules ] @@ -134,6 +137,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BrowseSessions + + +To construct, see NOTES section for BROWSESESSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphBrowseSessionBase[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -417,6 +442,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OneDriveForBusinessBrowseSessions + + +To construct, see NOTES section for ONEDRIVEFORBUSINESSBROWSESESSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOneDriveForBusinessBrowseSession[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -OneDriveForBusinessProtectionPolicies The list of OneDrive for Business protection policies in the tenant. @@ -678,6 +725,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -SharePointBrowseSessions + + +To construct, see NOTES section for SHAREPOINTBROWSESESSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSharePointBrowseSession[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -SharePointProtectionPolicies The list of SharePoint protection policies in the tenant. @@ -844,18 +913,11 @@ BODYPARAMETER ``: backupRestoreRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [DriveInclusionRules ]: The list of drive inclusion rules applied to the tenant. - [CreatedBy ]: identitySet - [(Any) ]: This indicates any property can be added to this object. - [Application ]: identity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [Device ]: identity - [User ]: identity - [CreatedDateTime ]: The time of creation of the rule. + [BrowseSessions ]: + [Id ]: The unique identifier for an entity. +Read-only. + [BackupSizeInBytes ]: + [CreatedDateTime ]: [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -871,6 +933,23 @@ For example, in the access reviews decisions API, this property might record the [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [ExpirationDateTime ]: + [RestorePointDateTime ]: + [RestorePointId ]: + [Status ]: browseSessionStatus + [DriveInclusionRules ]: The list of drive inclusion rules applied to the tenant. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -1064,6 +1143,17 @@ Read-only. [MailboxInclusionRules ]: The list of mailbox inclusion rules applied to the tenant. [MailboxProtectionUnits ]: The list of mailbox protection units in the tenant. [MailboxProtectionUnitsBulkAdditionJobs ]: + [OneDriveForBusinessBrowseSessions ]: + [BackupSizeInBytes ]: + [CreatedDateTime ]: + [Error ]: publicError + [ExpirationDateTime ]: + [RestorePointDateTime ]: + [RestorePointId ]: + [Status ]: browseSessionStatus + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: [OneDriveForBusinessProtectionPolicies ]: The list of OneDrive for Business protection policies in the tenant. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the policy. @@ -1120,6 +1210,19 @@ Future value; don't use. Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. [Drives ]: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. + [GranularDriveRestoreArtifacts ]: + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: [ProtectionPolicies ]: List of protection policies in the tenant. [Id ]: The unique identifier for an entity. Read-only. @@ -1164,6 +1267,17 @@ Read-only. [LastModifiedDateTime ]: Timestamp of the last modification of the entity. [RestoreAllowedTillDateTime ]: The expiration time of the restoration allowed period. [Status ]: backupServiceStatus + [SharePointBrowseSessions ]: + [BackupSizeInBytes ]: + [CreatedDateTime ]: + [Error ]: publicError + [ExpirationDateTime ]: + [RestorePointDateTime ]: + [RestorePointId ]: + [Status ]: browseSessionStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: [SharePointProtectionPolicies ]: The list of SharePoint protection policies in the tenant. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the policy. @@ -1231,6 +1345,19 @@ Read-only. [Status ]: restoreSessionStatus [Id ]: The unique identifier for an entity. Read-only. + [GranularSiteRestoreArtifacts ]: + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: [SiteRestoreArtifacts ]: A collection of restore points and destination details that can be used to restore SharePoint sites. [CompletionDateTime ]: The time when restoration of restore artifact is completed. [DestinationType ]: destinationType @@ -1264,6 +1391,31 @@ Read-only. [SiteProtectionUnits ]: The list of site protection units in the tenant. [SiteProtectionUnitsBulkAdditionJobs ]: +BROWSESESSIONS : . + [Id ]: The unique identifier for an entity. +Read-only. + [BackupSizeInBytes ]: + [CreatedDateTime ]: + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [ExpirationDateTime ]: + [RestorePointDateTime ]: + [RestorePointId ]: + [Status ]: browseSessionStatus + DRIVEINCLUSIONRULES : The list of drive inclusion rules applied to the tenant. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -1693,6 +1845,32 @@ Read-only. [DirectoryObjectIds ]: The list of Exchange directoryObjectIds to add to the Exchange protection policy. [Mailboxes ]: The list of Exchange email addresses to add to the Exchange protection policy. +ONEDRIVEFORBUSINESSBROWSESESSIONS : . + [BackupSizeInBytes ]: + [CreatedDateTime ]: + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [ExpirationDateTime ]: + [RestorePointDateTime ]: + [RestorePointId ]: + [Status ]: browseSessionStatus + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: + ONEDRIVEFORBUSINESSPROTECTIONPOLICIES : The list of OneDrive for Business protection policies in the tenant. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -1876,6 +2054,19 @@ Future value; don't use. Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. [Drives ]: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. + [GranularDriveRestoreArtifacts ]: + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: PROTECTIONPOLICIES : List of protection policies in the tenant. [Id ]: The unique identifier for an entity. @@ -2076,6 +2267,32 @@ For example, in the access reviews decisions API, this property might record the [RestoreAllowedTillDateTime ]: The expiration time of the restoration allowed period. [Status ]: backupServiceStatus +SHAREPOINTBROWSESESSIONS : . + [BackupSizeInBytes ]: + [CreatedDateTime ]: + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [ExpirationDateTime ]: + [RestorePointDateTime ]: + [RestorePointId ]: + [Status ]: browseSessionStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: + SHAREPOINTPROTECTIONPOLICIES : The list of SharePoint protection policies in the tenant. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -2202,6 +2419,19 @@ For example, in the access reviews decisions API, this property might record the [Status ]: restoreSessionStatus [Id ]: The unique identifier for an entity. Read-only. + [GranularSiteRestoreArtifacts ]: + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: [SiteRestoreArtifacts ]: A collection of restore points and destination details that can be used to restore SharePoint sites. [CompletionDateTime ]: The time when restoration of restore artifact is completed. [DestinationType ]: destinationType diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveInclusionRule.md index dd6087046bd50..0434f68187182 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoredriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreDriveInclusionRule --- @@ -747,6 +747,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -754,12 +755,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -767,6 +772,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveProtectionUnit.md index 41472d89f0ac7..d24e8a77b5d0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoredriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreDriveProtectionUnit --- @@ -815,6 +815,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -822,12 +823,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -835,6 +840,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md index 2cce55e4d4f1f..75f08e78d542e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoredriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob --- @@ -779,6 +779,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -786,12 +787,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -799,6 +804,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeProtectionPolicy.md index c4887a02c8a9a..314c3541fe084 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreexchangeprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreExchangeProtectionPolicy --- @@ -904,6 +904,7 @@ For example, in the access reviews decisions API, this property might record the [User ]: identity INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -911,12 +912,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -924,6 +929,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSession.md index 1641d80c603fb..75f6431f35344 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreexchangerestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreExchangeRestoreSession --- @@ -1008,6 +1008,7 @@ Don't use. [SearchResponseId ]: . INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -1015,12 +1016,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -1028,6 +1033,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md index e1827851a578f..70e50a50d3f29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact --- @@ -847,6 +847,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -854,12 +855,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -867,6 +872,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md index 12dd14e1c63cc..6b3a95cdc25ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact --- @@ -788,6 +788,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -795,12 +796,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -808,6 +813,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md index f3b91ce35984c..8790664303673 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest --- @@ -958,6 +958,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -965,12 +966,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -978,6 +983,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxInclusionRule.md index fde62bc96eca5..4331955f5c207 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoremailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreMailboxInclusionRule --- @@ -749,6 +749,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -756,12 +757,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -769,6 +774,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxProtectionUnit.md index d4c966fb49e0f..65220df73f014 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoremailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreMailboxProtectionUnit --- @@ -815,6 +815,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -822,12 +823,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -835,6 +840,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md index 2cdc2d47b3d6e..f8b84f10ea73b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoremailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob --- @@ -779,6 +779,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -786,12 +787,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -799,6 +804,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md index 9d253c3892cc6..a22945e5b436e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreonedriveforbusinessprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy --- @@ -1025,6 +1025,7 @@ Read-only. [Drives ]: The list of email addresses to add to the OneDrive protection policy. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -1032,12 +1033,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -1045,6 +1050,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md index 0ddda9e5b0a92..775574012f649 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreonedriveforbusinessrestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession --- @@ -29,8 +29,10 @@ Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession [-CreatedBy ] [-CreatedDateTime ] [-DriveRestoreArtifacts ] [-DriveRestoreArtifactsBulkAdditionRequests ] - [-Error ] [-Id ] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-RestoreJobType ] + [-Error ] + [-GranularDriveRestoreArtifacts ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-RestoreJobType ] [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] @@ -58,8 +60,10 @@ Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession [-CreatedBy ] [-CreatedDateTime ] [-DriveRestoreArtifacts ] [-DriveRestoreArtifactsBulkAdditionRequests ] - [-Error ] [-Id ] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-RestoreJobType ] + [-Error ] + [-GranularDriveRestoreArtifacts ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-RestoreJobType ] [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] @@ -353,6 +357,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -GranularDriveRestoreArtifacts + + +To construct, see NOTES section for GRANULARDRIVERESTOREARTIFACTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphGranularDriveRestoreArtifact[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Headers Optional headers that will be added to the request. @@ -875,6 +907,19 @@ Future value; don't use. Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. [Drives ]: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. + [GranularDriveRestoreArtifacts ]: + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: CREATEDBY ``: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -1008,7 +1053,22 @@ ERROR ``: publicError [Message ]: A non-localized message for the developer. [Target ]: The target of the error. +GRANULARDRIVERESTOREARTIFACTS : . + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: + INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -1016,12 +1076,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -1029,6 +1093,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md index 538bcb126812e..7f7b66cb1f059 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact --- @@ -760,6 +760,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -767,12 +768,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -780,6 +785,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md index 00c805fc5e7e9..ddf863f2e5d76 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest --- @@ -958,6 +958,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -965,12 +966,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -978,6 +983,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestorePoint.md index dc26896bd98b7..8ff50abc70d5d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestorePoint --- @@ -619,6 +619,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Tags ]: restorePointTags INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -626,12 +627,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -639,6 +644,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreProtectionPolicy.md index 8200b334ca110..bfa9fcb443c55 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreProtectionPolicy --- @@ -755,6 +755,7 @@ For example, in the access reviews decisions API, this property might record the [User ]: identity INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -762,12 +763,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -775,6 +780,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreServiceApp.md index e8276f662e5ca..7f06de707759d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreServiceApp --- @@ -653,6 +653,7 @@ For example, in the access reviews decisions API, this property might record the [Status ]: serviceAppStatus INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -660,12 +661,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -673,6 +678,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSession.md index 5913def256032..f27dba4708f6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreSession --- @@ -783,6 +783,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -790,12 +791,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -803,6 +808,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointProtectionPolicy.md index f121b54e58eb5..d2075bba6db75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoresharepointprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreSharePointProtectionPolicy --- @@ -904,6 +904,7 @@ For example, in the access reviews decisions API, this property might record the [User ]: identity INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -911,12 +912,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -924,6 +929,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSession.md index 454fdd8e5a49f..21b0f2c47633c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoresharepointrestoresession Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreSharePointRestoreSession --- @@ -26,7 +26,8 @@ Update the navigation property sharePointRestoreSessions in solutions Update-MgSolutionBackupRestoreSharePointRestoreSession -SharePointRestoreSessionId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CompletedDateTime ] [-CreatedBy ] - [-CreatedDateTime ] [-Error ] [-Id ] + [-CreatedDateTime ] [-Error ] + [-GranularSiteRestoreArtifacts ] [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] [-RestoreJobType ] [-RestoreSessionArtifactCount ] @@ -53,7 +54,8 @@ Update-MgSolutionBackupRestoreSharePointRestoreSession -SharePointRestoreSession Update-MgSolutionBackupRestoreSharePointRestoreSession -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CompletedDateTime ] [-CreatedBy ] - [-CreatedDateTime ] [-Error ] [-Id ] + [-CreatedDateTime ] [-Error ] + [-GranularSiteRestoreArtifacts ] [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] [-RestoreJobType ] [-RestoreSessionArtifactCount ] @@ -293,6 +295,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -GranularSiteRestoreArtifacts + + +To construct, see NOTES section for GRANULARSITERESTOREARTIFACTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphGranularSiteRestoreArtifact[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Headers Optional headers that will be added to the request. @@ -814,6 +844,19 @@ For example, in the access reviews decisions API, this property might record the [Status ]: restoreSessionStatus [Id ]: The unique identifier for an entity. Read-only. + [GranularSiteRestoreArtifacts ]: + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: [SiteRestoreArtifacts ]: A collection of restore points and destination details that can be used to restore SharePoint sites. [CompletionDateTime ]: The time when restoration of restore artifact is completed. [DestinationType ]: destinationType @@ -899,7 +942,22 @@ ERROR ``: publicError [Message ]: A non-localized message for the developer. [Target ]: The target of the error. +GRANULARSITERESTOREARTIFACTS : . + [BrowseSessionId ]: + [CompletionDateTime ]: + [RestorePointDateTime ]: + [RestoredItemKey ]: + [RestoredItemPath ]: + [RestoredItemWebUrl ]: + [StartDateTime ]: + [Status ]: artifactRestoreStatus + [WebUrl ]: + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: + INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -907,12 +965,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -920,6 +982,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md index 92c72cc9c2f18..59b25baae1812 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact --- @@ -760,6 +760,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -767,12 +768,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -780,6 +785,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md index 2265b733d7a47..210f7ba21296e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest --- @@ -959,6 +959,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -966,12 +967,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -979,6 +984,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteInclusionRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteInclusionRule.md index 83f3a97547913..63a7142d8dba6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoresiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreSiteInclusionRule --- @@ -749,6 +749,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -756,12 +757,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -769,6 +774,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteProtectionUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteProtectionUnit.md index 0e34871688365..bf33087e2564b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoresiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreSiteProtectionUnit --- @@ -815,6 +815,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -822,12 +823,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -835,6 +840,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md index 13d1acbbe1fc2..f5627efb831a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.backuprestore/update-mgsolutionbackuprestoresiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.BackupRestore -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob --- @@ -779,6 +779,7 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -786,12 +787,16 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase @@ -799,6 +804,7 @@ INPUTOBJECT ``: Identity Parameter [RestorePointId ]: The unique identifier of restorePoint [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusiness.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusiness.md index 91f37392b52e8..612290ed55672 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusiness.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusiness Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusiness --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessAppointment.md index c063c77cfea96..49ace2c5c47df 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessAppointment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessAppointmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessAppointmentCount.md index 2a9c2e4fcd35b..93538b9c68f4b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessAppointmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessAppointmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinessappointmentcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessAppointmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCalendarView.md index c5fbecd7273bd..c2e2ffe4974f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessCalendarView --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCalendarViewCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCalendarViewCount.md index 0f20f00a49885..a7668671b7def 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCalendarViewCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCalendarViewCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinesscalendarviewcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessCalendarViewCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCount.md index 6d70a4ceaa4ec..fd9c3905ae65b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinesscount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomQuestion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomQuestion.md index fb21fe3c99d66..097f449539247 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomQuestion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinesscustomquestion Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessCustomQuestion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomQuestionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomQuestionCount.md index 8491d007f34ed..73d3eadd81fb1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomQuestionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomQuestionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinesscustomquestioncount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessCustomQuestionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomer.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomer.md index b0507a3d7d4e0..c51996f4bdc45 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomer.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinesscustomer Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessCustomer --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomerCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomerCount.md index 48706e98397eb..71655194b6f24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomerCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessCustomerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinesscustomercount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessCustomerCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessService.md index 15bf74b535ead..808b4b5688ad3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinessservice Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessService --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessServiceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessServiceCount.md index 8c2b129d04873..6dee12c0a58e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessServiceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessServiceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinessservicecount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessServiceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffAvailability.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffAvailability.md index 929a533bff1dd..c59857e29fcc5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffAvailability.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffAvailability.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinessstaffavailability Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessStaffAvailability --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffMember.md index 0a874ec13f74a..a98c81fb65384 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinessstaffmember Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessStaffMember --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffMemberCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffMemberCount.md index c3b829e770660..ebe3fdc984fbb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffMemberCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingBusinessStaffMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingbusinessstaffmembercount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingBusinessStaffMemberCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingCurrency.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingCurrency.md index 009bf082ab89f..4a4b09b2f3ae8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingCurrency.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingcurrency Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingCurrency --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingCurrencyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingCurrencyCount.md index a0a6c01b6bfee..820a6725c66ad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingCurrencyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgBookingCurrencyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgbookingcurrencycount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBookingCurrencyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEvent.md index e8a69f09e7674..7bd59bbfc4074 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualevent Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventCount.md index 9fbcc373193e0..a863dfc8b9e61 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventPresenter.md index d4204d77352ec..0de10c4de0c81 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventPresenterCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventPresenterCount.md index 140cc24807f4e..d98d36a8399c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventPresenterCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventPresenterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventpresentercount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventPresenterCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSession.md index 1073fb1439489..194c292d66344 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReport.md index 62baa44dbac0e..942d72d441366 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportAttendanceRecord.md index 38d01b10c10cd..b6e74a3834a87 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount.md index 932ac0cb39ba7..9a77ed3deaeff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventsessionattendancereportattendancerecordcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportCount.md index 106a22341305e..550217ffbd266 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionAttendanceReportCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventsessionattendancereportcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventSessionAttendanceReportCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionCount.md index dde04a2a7fb7d..4590029ed6b97 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventsessioncount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventSessionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhall.md index 9130e596e4290..963e942b1939d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhall.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhall.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhall Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhall --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallByUserIdAndRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallByUserIdAndRole.md index b8e9875a82280..95a3ff90a4951 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallByUserIdAndRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallByUserIdAndRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallbyuseridandrole Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallByUserIdAndRole --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallByUserRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallByUserRole.md index 921a5914ef386..89535420f826c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallByUserRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallByUserRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallbyuserrole Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallByUserRole --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallCount.md index 629b10fb609f4..c0da581069454 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallPresenter.md index 9fa5da714c251..e85ed06215362 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallPresenterCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallPresenterCount.md index ec380d1520ab3..0d874869d7fbd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallPresenterCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallPresenterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallpresentercount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallPresenterCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSession.md index 1e50cad99c559..759892c6cb4f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReport.md index 396cdfe1479fd..4349840e96dad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md index 321ce8a779b7f..753815a6dbc6d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount.md index 69d6728313171..56c438b7fe3d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallsessionattendancereportattendancerecordcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportCount.md index 5dd3bc81d6e6f..447b900b879a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionAttendanceReportCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallsessionattendancereportcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallSessionAttendanceReportCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionCount.md index 6a17160d73191..03dfe1214b94b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventTownhallSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventtownhallsessioncount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventTownhallSessionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinar.md index 2d235d5e56e27..5eac7c1927386 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinar Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarByUserIdAndRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarByUserIdAndRole.md index 6eff54a45769f..05f806a2d4e6d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarByUserIdAndRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarByUserIdAndRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarbyuseridandrole Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarByUserIdAndRole --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarByUserRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarByUserRole.md index fa60a3851663a..4eda07164762a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarByUserRole.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarByUserRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarbyuserrole Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarByUserRole --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarCount.md index 589576b29b75a..10ade723dd3dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarPresenter.md index 9eff62a5cd8ae..dc36508133667 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarPresenterCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarPresenterCount.md index 674604d93eaf5..4c36b7b97f5ad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarPresenterCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarPresenterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarpresentercount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarPresenterCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistration.md index 3dcefef71f75f..72d82dd6492bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationByEmail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationByEmail.md index a1cd46c112acf..7c4ec424c8781 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationByEmail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationByEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarregistrationbyemail Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarRegistrationByEmail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationByUserId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationByUserId.md index c909e7e3a5f60..c26762cf26824 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationByUserId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationByUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarregistrationbyuserid Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarRegistrationByUserId --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfiguration.md index d4dce8cbb7ca7..444802828f588 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarregistrationconfiguration Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarRegistrationConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfigurationQuestion.md index 372f6e12f2baf..703d7c80b32c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfigurationQuestion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarregistrationconfigurationquestion Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarRegistrationConfigurationQuestion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount.md index 1614ae377fb12..f0a261055dee6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarregistrationconfigurationquestioncount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationCount.md index fd60b4ce32ba0..68363ea3d6530 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarregistrationcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarRegistrationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationSession.md index 7aebc8816843c..e9bd32e4c7055 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarregistrationsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarRegistrationSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationSessionCount.md index ba3fed89cc1d4..f4cff0d849379 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationSessionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarRegistrationSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarregistrationsessioncount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarRegistrationSessionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSession.md index 3c86025676f11..4342e819ff7e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReport.md index e30106e02dba3..630609c482adb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md index 93ff697921b5d..8f47b3868c180 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord --- @@ -65,7 +65,7 @@ List of attendance records of an attendance report. Read-only. ## EXAMPLES -### Example 2: List attendance records of a webinar session's attendance report +### Example 1: List attendance records of a webinar session's attendance report ```powershell diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount.md index a067c2eae9014..abb9c254b2c30 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarsessionattendancereportattendancerecordcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportCount.md index c36affe96fd18..c1404d606aad7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionAttendanceReportCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarsessionattendancereportcount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarSessionAttendanceReportCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionCount.md index ff0cd7283f2f2..bd26222c506b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Get-MgVirtualEventWebinarSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/get-mgvirtualeventwebinarsessioncount Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgVirtualEventWebinarSessionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Microsoft.Graph.Bookings.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Microsoft.Graph.Bookings.md index e7267ada594e5..971a5e4a60a99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Microsoft.Graph.Bookings.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Microsoft.Graph.Bookings.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Bookings -Module Guid: 49871ae0-aa0a-4d25-8faf-df3311fc96b2 +Module Guid: 69c40bf1-8e40-401d-ad5a-e37850d72286 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.bookings/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusiness.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusiness.md index c0e266c46655c..b88fd218f2c20 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusiness.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgbookingbusiness Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgBookingBusiness --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessAppointment.md index 8804663b7e33e..60c53d6476338 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgbookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgBookingBusinessAppointment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCalendarView.md index 19bbb02060114..d65dfcc4956b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgbookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgBookingBusinessCalendarView --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCustomQuestion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCustomQuestion.md index ffe895c7eb994..33eb34e260822 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCustomQuestion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCustomQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgbookingbusinesscustomquestion Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgBookingBusinessCustomQuestion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCustomer.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCustomer.md index b9abcf218cdb3..3a46482f89330 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCustomer.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgbookingbusinesscustomer Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgBookingBusinessCustomer --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessService.md index 5254dfd6ea4c5..68d0e30c99086 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgbookingbusinessservice Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgBookingBusinessService --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessStaffMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessStaffMember.md index 2b0ce559e5c37..acb2e4beacc26 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessStaffMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingBusinessStaffMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgbookingbusinessstaffmember Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgBookingBusinessStaffMember --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingCurrency.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingCurrency.md index c4e15968b976b..150aa995a38c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingCurrency.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgBookingCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgbookingcurrency Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgBookingCurrency --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEvent.md index 04fb08b7e8335..6ae8d9acb3031 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualevent Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventPresenter.md index 9cc76da7c008c..756cea0cca4b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSession.md index 0e21de53d326d..05c6151d99f55 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSessionAttendanceReport.md index 96e136ebf4715..d9fd4cfebf25a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSessionAttendanceReportAttendanceRecord.md index a7741837f9ae7..85879e5267b1f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhall.md index d7fe1b186799b..7bab96b6609b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhall.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhall.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventtownhall Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventTownhall --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallPresenter.md index ab48fc5fb2247..3c4eb129573bf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventtownhallpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventTownhallPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSession.md index 1512328994788..1a49b1d0c8324 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventtownhallsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventTownhallSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSessionAttendanceReport.md index c7ef19d2cfec2..da1cb8cff4b83 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventtownhallsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventTownhallSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md index 9ce12b73f3168..726edbe716edf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventtownhallsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinar.md index e70617b2d8ffc..7ccd4be23f50d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventwebinar Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventWebinar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarPresenter.md index 20f39602894c3..72becaa8b07b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventwebinarpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventWebinarPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarRegistration.md index 6b088a967009b..cf76380e16efc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventWebinarRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarRegistrationConfigurationQuestion.md index c775d0ba5b43c..1a7005fbf2462 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarRegistrationConfigurationQuestion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventwebinarregistrationconfigurationquestion Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventWebinarRegistrationConfigurationQuestion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSession.md index b7265721b44aa..994bb68a78d2f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventwebinarsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventWebinarSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSessionAttendanceReport.md index 4da44e8c98182..c00431ccb1720 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventwebinarsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventWebinarSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md index ffa1b92a84602..c6873975edb44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/new-mgvirtualeventwebinarsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Publish-MgBookingBusiness.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Publish-MgBookingBusiness.md index 3719b03e628de..d1a9d079bdd22 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Publish-MgBookingBusiness.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Publish-MgBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/publish-mgbookingbusiness Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBookingBusiness --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Publish-MgVirtualEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Publish-MgVirtualEvent.md index bbe8c72bfc0f2..4fd84e04f0c5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Publish-MgVirtualEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Publish-MgVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/publish-mgvirtualevent Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgVirtualEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusiness.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusiness.md index 2c87006e25bf7..ae26f78103633 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusiness.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgbookingbusiness Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBookingBusiness --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessAppointment.md index e86e11d1f67ae..5ba2b1a8f784f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgbookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBookingBusinessAppointment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCalendarView.md index 8c69d768ad485..7a40f6d0a5379 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgbookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBookingBusinessCalendarView --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCustomQuestion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCustomQuestion.md index 6e3a5c11bd089..c9a96c1d87cff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCustomQuestion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCustomQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgbookingbusinesscustomquestion Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBookingBusinessCustomQuestion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCustomer.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCustomer.md index 0e164cd307701..a46981c7194c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCustomer.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgbookingbusinesscustomer Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBookingBusinessCustomer --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessService.md index 4f3a614ecce72..88af31cb133d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgbookingbusinessservice Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBookingBusinessService --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessStaffMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessStaffMember.md index dc1e991662f29..aa1c03ad702a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessStaffMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingBusinessStaffMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgbookingbusinessstaffmember Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBookingBusinessStaffMember --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingCurrency.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingCurrency.md index bef9bcf3aed3d..63d0ad08826bc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingCurrency.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgBookingCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgbookingcurrency Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBookingCurrency --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEvent.md index 4980122cbb434..c875bb3dda9a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualevent Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventPresenter.md index 17b9568db3a9b..378053bf05b02 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSession.md index 37c99f419c006..8c2d862910a0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSessionAttendanceReport.md index afbef3ba40a63..5d6a8aa7c9dbb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord.md index e2abfbe13bdcc..97eaac6ab33c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhall.md index da20a2b704a83..2f33eafb1faee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhall.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhall.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventtownhall Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventTownhall --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallPresenter.md index 61c19f4b2cc46..847b2396d0c01 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventtownhallpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventTownhallPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSession.md index b7be76d538447..efac739a6d497 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventtownhallsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventTownhallSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSessionAttendanceReport.md index d8331a51fea9c..76dae19728228 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventtownhallsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventTownhallSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md index 29586d6fac6ab..1e6c4760fefee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventtownhallsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinar.md index b8031478eb923..17c777422999a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinar Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarPresenter.md index 22400b14c9824..818b217d6fbac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinarpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinarPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistration.md index 26e8cf9054e30..479059d1b14b3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinarRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationByEmail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationByEmail.md index 98d7eeca9468a..ba714b0d3b1a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationByEmail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationByEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinarregistrationbyemail Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinarRegistrationByEmail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationByUserId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationByUserId.md index f4aa5527b2e3c..719f4336cfe8e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationByUserId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationByUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinarregistrationbyuserid Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinarRegistrationByUserId --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationConfiguration.md index 81dbb841d38ca..fde7073e5cfd2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinarregistrationconfiguration Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinarRegistrationConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion.md index d0cadb21b8aa7..24e6046f3f70e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinarregistrationconfigurationquestion Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSession.md index 2378a80f60d05..af810fb34997d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinarsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinarSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSessionAttendanceReport.md index d70931cf2645b..58a0ee843b1a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinarsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinarSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md index aae760384acef..253cf3d84f67e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/remove-mgvirtualeventwebinarsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Set-MgVirtualEventExternalEventInformation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Set-MgVirtualEventExternalEventInformation.md index 3766c2a1cffa8..fa4597b9a7655 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Set-MgVirtualEventExternalEventInformation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Set-MgVirtualEventExternalEventInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/set-mgvirtualeventexternaleventinformation Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgVirtualEventExternalEventInformation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgBookingBusinessAppointment.md index 61e291183d0a9..3f9a9999ea2b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/stop-mgbookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBookingBusinessAppointment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgBookingBusinessCalendarView.md index afa05cb8a7a40..7afcec781acd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/stop-mgbookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBookingBusinessCalendarView --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEvent.md index 5d3ff6f4c7565..237440a4c47bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/stop-mgvirtualevent Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgVirtualEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistration.md index d57358d9d3cd1..eeae5f3eb65c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/stop-mgvirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgVirtualEventWebinarRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationEmail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationEmail.md index d2b77e8cb9938..2391b2e871e0c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationEmail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/stop-mgvirtualeventwebinarregistrationemail Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgVirtualEventWebinarRegistrationEmail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationUserId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationUserId.md index f9d2c02d51dcf..b0f9bc38eee79 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationUserId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/stop-mgvirtualeventwebinarregistrationuserid Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgVirtualEventWebinarRegistrationUserId --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Unpublish-MgBookingBusiness.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Unpublish-MgBookingBusiness.md index e620002ae7652..50284ec5dba59 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Unpublish-MgBookingBusiness.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Unpublish-MgBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/unpublish-mgbookingbusiness Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgBookingBusiness --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusiness.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusiness.md index cf88deeda8d66..2ac910118c26d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusiness.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgbookingbusiness Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBookingBusiness --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessAppointment.md index 532712c5fd777..1bcbfbb255876 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgbookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBookingBusinessAppointment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCalendarView.md index ad1b65138269d..114f566f56ecc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgbookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBookingBusinessCalendarView --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCustomQuestion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCustomQuestion.md index 1b98b3f09c833..c74665ac3ecd5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCustomQuestion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCustomQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgbookingbusinesscustomquestion Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBookingBusinessCustomQuestion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCustomer.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCustomer.md index 25ed9de0d6467..4040258e5e985 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCustomer.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgbookingbusinesscustomer Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBookingBusinessCustomer --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessService.md index 122210ce529b3..19e6e26e106a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgbookingbusinessservice Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBookingBusinessService --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessStaffMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessStaffMember.md index bd47fa84b553c..7056bc091efa7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessStaffMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingBusinessStaffMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgbookingbusinessstaffmember Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBookingBusinessStaffMember --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingCurrency.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingCurrency.md index 5f208228d4880..c6bd5843f8db5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingCurrency.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgBookingCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgbookingcurrency Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBookingCurrency --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEvent.md index 3362bf86db321..d8f231545262e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualevent Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventPresenter.md index 0bf93d593cbce..cb232e47f1069 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSession.md index 09007f90b15d4..7c41c65a724c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSessionAttendanceReport.md index 0dcda065bb0b1..0d9b5f099fa40 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSessionAttendanceReportAttendanceRecord.md index 9c3b8c8ca5ba4..8478e2467c9e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhall.md index 33139e652f054..c5a65960c5776 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhall.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhall.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventtownhall Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventTownhall --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallPresenter.md index f2f9e92f64167..3a990741b83b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventtownhallpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventTownhallPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSession.md index b8d7c70213df6..425345f8b300e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventtownhallsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventTownhallSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSessionAttendanceReport.md index bd71a1d19c0ae..87ca9389d41fb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventtownhallsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventTownhallSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md index c5ad7fbca64c0..c746276670df3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventtownhallsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinar.md index b333aa7c42ee1..36eab8352ba51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinar Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarPresenter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarPresenter.md index ab1d1dfdd8d1f..145ea67527f02 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarPresenter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinarpresenter Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinarPresenter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistration.md index 5e1d355590030..48d1f317d44e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinarRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationByEmail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationByEmail.md index 46ddef88a8f2b..2a2d62261d2e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationByEmail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationByEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinarregistrationbyemail Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinarRegistrationByEmail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationByUserId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationByUserId.md index 2485312b1e9f3..c430e53f5776e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationByUserId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationByUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinarregistrationbyuserid Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinarRegistrationByUserId --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationConfiguration.md index b00905ff3ed5d..47d36bc664712 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinarregistrationconfiguration Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinarRegistrationConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationConfigurationQuestion.md index b68ba93230c9b..93d6e50ad1c63 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationConfigurationQuestion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinarregistrationconfigurationquestion Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinarRegistrationConfigurationQuestion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSession.md index e87d54e99eb41..c28d263a647b9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinarsession Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinarSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSessionAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSessionAttendanceReport.md index 7551b3f4e8f22..857729c1bb2dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinarsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinarSessionAttendanceReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md index 47236971444e9..b7acabbb49f03 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Bookings/Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.bookings/update-mgvirtualeventwebinarsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Bookings -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendar.md index 9a9ffd6301440..f3b140e446040 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendar Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupCalendar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarEvent.md index 45be084447f1f..b09e683c3ca10 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendarevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupCalendarEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md index f217166ac94bf..39763bb3be2b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendarpermission Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupCalendarPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermissionCount.md index 35631d6055264..a7ea2ac8067b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendarpermissioncount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupCalendarPermissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarSchedule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarSchedule.md index 4b78bf901ccb9..a68aceaeffc0d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarSchedule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendarschedule Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupCalendarSchedule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md index b23af311971f7..c1ab598fe0503 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendarview Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupCalendarView --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEvent.md index 3fc2bcb46a68d..91dfca62f9269 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md index df46bf9002047..6d8fb7e25c6e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupeventattachment Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEventAttachment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachmentCount.md index ad6f132e53486..62dc45a78406c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventAttachmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupeventattachmentcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEventAttachmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventCalendar.md index 95f3bdc25a2b4..2d0e7e358a7ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupeventcalendar Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEventCalendar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventCount.md index 67417f290c402..ccd45aaaeb0f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupeventcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEventCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventDelta.md index 36b34f421c34a..bc8d09edd2bfd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupeventdelta Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEventDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md index 61984af7a6fce..f5cd4ecccc8b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupeventextension Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEventExtension --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtensionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtensionCount.md index a23a3c21ac87f..48f545d9f58e2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtensionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupeventextensioncount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEventExtensionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md index 4a625bb015385..606e81326c801 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupeventinstance Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEventInstance --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstanceDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstanceDelta.md index 04e1a05fe221b..ac8b9360acbe6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstanceDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupEventInstanceDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupeventinstancedelta Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupEventInstanceDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuilding.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuilding.md index b6d65e19dbc3a..b6e255b9d3b8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuilding.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuilding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuilding Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuilding --- @@ -566,5 +566,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingCheck.md index 51b76160f86d3..616e4ca4b5208 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingCheckInCount.md index e848f56c0ee43..cd29f3142c658 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingcheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMap.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMap.md index 2706de0b8874a..29b6c00d65c60 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMap.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMap.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmap Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMap --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapFootprint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapFootprint.md index 6d65bc280097a..eb36ceb7855fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapFootprint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapFootprint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmapfootprint Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapFootprint --- @@ -594,5 +594,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapFootprintCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapFootprintCount.md index 404f07b3dd148..ba67dd1ecd5d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapFootprintCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapFootprintCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmapfootprintcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapFootprintCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevel.md index 395bc1d6a9b20..6e76afef4d754 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmaplevel Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapLevel --- @@ -593,5 +593,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelCount.md index 12cebd615dc4e..a29c69b00355c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmaplevelcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapLevelCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelFixture.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelFixture.md index 8d1729ff1ac6a..8dec15043ee5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelFixture.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelFixture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmaplevelfixture Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapLevelFixture --- @@ -622,5 +622,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelFixtureCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelFixtureCount.md index 99abcfbfc310a..151119fb426ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelFixtureCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelFixtureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmaplevelfixturecount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapLevelFixtureCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelSection.md index ce54c6d2076dd..1bc73a9e237fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmaplevelsection Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapLevelSection --- @@ -622,5 +622,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelSectionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelSectionCount.md index d76d6b68e6798..0ff8a66d9cf76 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelSectionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelSectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmaplevelsectioncount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapLevelSectionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelUnit.md index d08037799c6e6..040f97f7bfa3f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmaplevelunit Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapLevelUnit --- @@ -622,5 +622,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelUnitCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelUnitCount.md index 221fdc4fe5321..4d99b8ef6e30b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelUnitCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsBuildingMapLevelUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasbuildingmaplevelunitcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsBuildingMapLevelUnitCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDesk.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDesk.md index f20ea78853a4c..d4d68235c0984 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDesk.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDesk.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasdesk Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsDesk --- @@ -566,5 +566,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDeskCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDeskCheck.md index edbf53bd8d002..bfdf2d1be1155 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDeskCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDeskCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasdeskcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsDeskCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDeskCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDeskCheckInCount.md index fac929192734f..ff363ae4d371f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDeskCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsDeskCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasdeskcheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsDeskCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloor.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloor.md index 0c3a64d30c830..4f80c7f12f779 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloor.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasfloor Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsFloor --- @@ -566,5 +566,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloorCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloorCheck.md index 2a1ec120f1b5f..bca831e23061e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloorCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloorCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasfloorcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsFloorCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloorCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloorCheckInCount.md index 5530f871b3ecf..1d180fe9e8eb4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloorCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsFloorCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasfloorcheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsFloorCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoom.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoom.md index 2c4c77619aa73..601c53335ce68 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoom.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroom Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoom --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomCheck.md index 27b3285556409..e867bcb6ca457 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomCheckInCount.md index e8d5b962e6bfb..00807384c4e9b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomcheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomList.md index 727a4361d6400..5af436c89d42d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlist Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomList --- @@ -13,7 +13,8 @@ title: Get-MgPlaceAsRoomList ## SYNOPSIS -Get the item of type microsoft.graph.place as microsoft.graph.roomList +Read the properties of a place object specified by its ID. +The place object can be one of the following types: The listed resources are derived from the place object. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaPlaceAsRoomList](/powershell/module/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomList?view=graph-powershell-beta) @@ -56,7 +57,8 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get the item of type microsoft.graph.place as microsoft.graph.roomList +Read the properties of a place object specified by its ID. +The place object can be one of the following types: The listed resources are derived from the place object. ## PARAMETERS @@ -542,6 +544,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgPlaceAsRoomList](https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlist) +- [Graph API Reference](https://learn.microsoft.com/graph/api/place-get?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListCheck.md index 59080cf09b415..ff3fa42140676 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListCheckInCount.md index dba75b44248c9..358ad495569c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistcheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoom.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoom.md index cdf2140bca9ce..aa05b4b4f6be3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoom.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistroom Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListRoom --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCheck.md index b35c7e1114a19..d154e2e6fc2b9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistroomcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListRoomCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCheckInCount.md index 9de2af6036571..879c6cb7bd804 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistroomcheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListRoomCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCount.md index 680c94f8a348b..54a91e677ae15 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListRoomCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistroomcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListRoomCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspace.md index 3ec6b0e681b12..f806d3cbfe70d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistworkspace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListWorkspace --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCheck.md index 4d27dc176c1d7..825f8542745d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListWorkspaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCheckInCount.md index 077fc61b79154..246f7061d7f44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistworkspacecheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListWorkspaceCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCount.md index 6f76b4a10173e..26100b07c4607 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomListWorkspaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasroomlistworkspacecount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsRoomListWorkspaceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSection.md index f03b2b4f65e20..e5757eeec8ce4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceassection Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsSection --- @@ -566,5 +566,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSectionCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSectionCheck.md index c3974eefd0d29..9c710ca89eac9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSectionCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSectionCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceassectioncheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsSectionCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSectionCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSectionCheckInCount.md index 20c6816d0db1e..277a070500e4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSectionCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsSectionCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceassectioncheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsSectionCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspace.md index 2c1cef470e72c..ab0395e181331 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasworkspace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsWorkspace --- @@ -566,5 +566,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspaceCheck.md index 0c2a24ab835cf..5f78f8b832338 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsWorkspaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspaceCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspaceCheckInCount.md index 4b9d80d30ceea..2361e32ac2030 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspaceCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceAsWorkspaceCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplaceasworkspacecheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceAsWorkspaceCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCheck.md index 8e68d99779b5e..a5116c6de95dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCheck --- @@ -594,5 +594,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCheckInCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCheckInCount.md index 78f8724b81e12..9ba5a99c53efd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCheckInCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecheckincount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCheckInCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCount.md index 0ac1ca8c1df31..6495d3a1198e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsBuilding.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsBuilding.md index 90f9141ef9738..0acc03ccb0819 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsBuilding.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsBuilding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecountasbuilding Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCountAsBuilding --- @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsDesk.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsDesk.md index 01a5dbb94d67e..4142a8d1c7311 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsDesk.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsDesk.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecountasdesk Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCountAsDesk --- @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsFloor.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsFloor.md index 055cd0da99c76..843b11b0e60ec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsFloor.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsFloor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecountasfloor Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCountAsFloor --- @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsRoom.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsRoom.md index e5af3ba2a9d36..a91e839d1a182 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsRoom.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecountasroom Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCountAsRoom --- @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsRoomList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsRoomList.md index 67c6fd0cde0e4..5f4178374dc8e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsRoomList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsRoomList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecountasroomlist Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCountAsRoomList --- @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsSection.md index 7ae389aaf7204..22f2c5d95ed98 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecountassection Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCountAsSection --- @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsWorkspace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsWorkspace.md index 301df28f073c8..0b1ae416ae2c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsWorkspace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgPlaceCountAsWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgplacecountasworkspace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPlaceCountAsWorkspace --- @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendar.md index 0192cb78b2d1e..fc95b2ec5a103 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusercalendar Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserCalendar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarCount.md index bafc34893bc73..d55f38b7880ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusercalendarcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserCalendarCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md index 58520855f9fd6..a44963354a88d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusercalendarevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserCalendarEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md index e84ad67b56d09..534cc7ca939c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusercalendargroup Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserCalendarGroup --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md index a6e030863c922..8a20a0b237925 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusercalendargroupcalendar Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserCalendarGroupCalendar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCount.md index 23c0e2ec10e20..498353d9f9a29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusercalendargroupcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserCalendarGroupCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md index ba24b6dcc724f..3daa83f9ee3bf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusercalendarpermission Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserCalendarPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermissionCount.md index e16e3eaf921a3..70f307e34bd30 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusercalendarpermissioncount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserCalendarPermissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md index a036cd73f99d9..4a31f13c5ba04 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusercalendarview Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserCalendarView --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md index 6a3d35cf0d740..e49057aceca17 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mguserdefaultcalendar Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDefaultCalendar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendarEvent.md index 205a28c78cad8..ef92d0d02cfc4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserDefaultCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mguserdefaultcalendarevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDefaultCalendarEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEvent.md index e6672ea1b8669..22c5eef23b8c7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mguserevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md index 3ae641a4d72df..ccd0b7e3c496f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusereventattachment Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEventAttachment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachmentCount.md index 3d97596d9050a..554fcb2f712c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventAttachmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusereventattachmentcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEventAttachmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventCalendar.md index 7655c9f643641..2dcd1b5cd00a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusereventcalendar Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEventCalendar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventCount.md index b9b1b1bd812d1..803ab5199c6fe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusereventcount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEventCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventDelta.md index 62e15854bea61..2d3a922ee9389 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusereventdelta Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEventDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md index 6699f14e456b1..a0b77256d874b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusereventextension Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEventExtension --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtensionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtensionCount.md index b889e326f9b93..3d9a424a72ef9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtensionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusereventextensioncount Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEventExtensionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md index 2486ba351d428..877e418e72469 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusereventinstance Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEventInstance --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstanceDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstanceDelta.md index f1d024f2bd150..25ca2e607a571 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstanceDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgUserEventInstanceDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mgusereventinstancedelta Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserEventInstanceDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptGroupEvent.md index 717472077d477..52a7d5a89b3b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgacceptgroupevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgAcceptGroupEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptGroupEventTentatively.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptGroupEventTentatively.md index c8cb518891d63..699de9ea48fff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptGroupEventTentatively.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptGroupEventTentatively.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgacceptgroupeventtentatively Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgAcceptGroupEventTentatively --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptUserEvent.md index 64ee43dc7da14..5680c30108118 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgacceptuserevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgAcceptUserEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptUserEventTentatively.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptUserEventTentatively.md index 88ec7625ba439..d719caf3e97d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptUserEventTentatively.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgAcceptUserEventTentatively.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgacceptusereventtentatively Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgAcceptUserEventTentatively --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgCalendarGroupCalendar.md index f3044b122b31a..0208b601049bf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgCalendarGroupCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgcalendargroupcalendar Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCalendarGroupCalendar --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles.md index aea8d308a0adb..1dde0703ce340 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgcalendarusercalendarallowedcalendarsharingroles Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDeclineGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDeclineGroupEvent.md index 0e17eaee33529..67f3fe0ffdb6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDeclineGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDeclineGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgdeclinegroupevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDeclineGroupEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDeclineUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDeclineUserEvent.md index 671910dc9ba47..b83578532cc65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDeclineUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDeclineUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgdeclineuserevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDeclineUserEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDescendantPlace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDescendantPlace.md index 594a37a54cd6b..82304c7306547 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDescendantPlace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDescendantPlace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgdescendantplace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDescendantPlace --- @@ -53,9 +53,9 @@ Invoke function descendants | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDismissGroupEventReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDismissGroupEventReminder.md index 11cb236ec3683..ceb347ecec63d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDismissGroupEventReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDismissGroupEventReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgdismissgroupeventreminder Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDismissGroupEventReminder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDismissUserEventReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDismissUserEventReminder.md index e3f75736db3a4..00f8d8c82dadb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDismissUserEventReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgDismissUserEventReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgdismissusereventreminder Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDismissUserEventReminder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgForwardGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgForwardGroupEvent.md index 568b38924496d..59f4e1b66c993 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgForwardGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgForwardGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgforwardgroupevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgForwardGroupEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgForwardUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgForwardUserEvent.md index 56dca4cb72bb8..869086179c783 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgForwardUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgForwardUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgforwarduserevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgForwardUserEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgSnoozeGroupEventReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgSnoozeGroupEventReminder.md index a43c4e0e95308..a4c400c6b9a16 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgSnoozeGroupEventReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgSnoozeGroupEventReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgsnoozegroupeventreminder Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgSnoozeGroupEventReminder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgSnoozeUserEventReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgSnoozeUserEventReminder.md index 51c201b071043..2554cc271f027 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgSnoozeUserEventReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Invoke-MgSnoozeUserEventReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/invoke-mgsnoozeusereventreminder Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgSnoozeUserEventReminder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Microsoft.Graph.Calendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Microsoft.Graph.Calendar.md index 8932c636868d3..1ab81564f9a34 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Microsoft.Graph.Calendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Microsoft.Graph.Calendar.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Calendar -Module Guid: fb066fbc-4b1c-42c1-be23-68339bdd7bd6 +Module Guid: 06450742-d1af-4b60-aaa5-e610af354b4d Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarEvent.md index cae4395311d21..d04b884e2e4ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mggroupcalendarevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupCalendarEvent --- @@ -360,7 +360,8 @@ HelpMessage: '' ### -CancelledOccurrences Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. ```yaml Type: System.String[] @@ -523,7 +524,8 @@ HelpMessage: '' ### -ExceptionOccurrences Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. To construct, see NOTES section for EXCEPTIONOCCURRENCES properties and create a hash table. ```yaml @@ -2004,10 +2006,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2222,10 +2226,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2409,7 +2415,8 @@ END ``: dateTimeTimeZone See below for more possible values. EXCEPTIONOCCURRENCES : Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. @@ -2519,10 +2526,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2802,10 +2811,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md index f4bf50b7e872a..4709df0e535d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mggroupcalendarpermission Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupCalendarPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEvent.md index cfba78e3f4112..8fd1c92e3e421 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mggroupevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupEvent --- @@ -401,7 +401,8 @@ HelpMessage: '' ### -CancelledOccurrences Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. ```yaml Type: System.String[] @@ -564,7 +565,8 @@ HelpMessage: '' ### -ExceptionOccurrences Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. To construct, see NOTES section for EXCEPTIONOCCURRENCES properties and create a hash table. ```yaml @@ -2045,10 +2047,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2263,10 +2267,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2450,7 +2456,8 @@ END ``: dateTimeTimeZone See below for more possible values. EXCEPTIONOCCURRENCES : Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. @@ -2560,10 +2567,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2843,10 +2852,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md index b0ac4d5668c7d..51389c0b15179 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mggroupeventattachment Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupEventAttachment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachmentUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachmentUploadSession.md index 0a62ae2976a99..7a6773bca361a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachmentUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventAttachmentUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mggroupeventattachmentuploadsession Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupEventAttachmentUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md index 1b1039c8a2069..74ec50cf1bd8b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgGroupEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mggroupeventextension Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupEventExtension --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlace.md index 4c30ea37b1b44..de541ffd2b3e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlace --- @@ -52,6 +52,14 @@ This cmdlet has the following aliases, Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Place.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Place.ReadWrite.All, | + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingCheck.md index 9a4bd54046157..63257171a4d94 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasbuildingcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsBuildingCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapFootprint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapFootprint.md index 65d2ff380ea52..02a4845cc60d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapFootprint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapFootprint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasbuildingmapfootprint Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsBuildingMapFootprint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevel.md index 3a72e35f516e8..8efdede082832 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasbuildingmaplevel Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsBuildingMapLevel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelFixture.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelFixture.md index 2171cf4a50ef0..54aebf94b1287 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelFixture.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelFixture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasbuildingmaplevelfixture Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsBuildingMapLevelFixture --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelSection.md index a6cca605f3c58..1c0ff5dee8188 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasbuildingmaplevelsection Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsBuildingMapLevelSection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelUnit.md index 0bd05120b8dfb..9599f32c65bc2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsBuildingMapLevelUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasbuildingmaplevelunit Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsBuildingMapLevelUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsDeskCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsDeskCheck.md index 595b2ecb652bd..5f002eca5bfd0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsDeskCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsDeskCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasdeskcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsDeskCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsFloorCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsFloorCheck.md index 825c84e17e187..ed0b5cb6e36da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsFloorCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsFloorCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasfloorcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsFloorCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomCheck.md index 9fcc99489a763..bd49abd4b225b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasroomcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsRoomCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListCheck.md index 7ae1112d30ad8..e06581e3308a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasroomlistcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsRoomListCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListRoom.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListRoom.md index b89d2b6ceb417..f43ae1cf0ee9f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListRoom.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasroomlistroom Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsRoomListRoom --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListRoomCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListRoomCheck.md index e15872f904bdc..3ee4525dbad5d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListRoomCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasroomlistroomcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsRoomListRoomCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListWorkspace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListWorkspace.md index 0a65b26804ceb..5f3ccea62a23b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListWorkspace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasroomlistworkspace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsRoomListWorkspace --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListWorkspaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListWorkspaceCheck.md index 07bc0c4a646bf..53ca9a7dc7f66 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsRoomListWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasroomlistworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsRoomListWorkspaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsSectionCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsSectionCheck.md index c5d155a05cf67..1109414820903 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsSectionCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsSectionCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceassectioncheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsSectionCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsWorkspaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsWorkspaceCheck.md index 1d694260355f8..642ec91134587 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceAsWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplaceasworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceAsWorkspaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceCheck.md index c79a32188b7e1..14fae8c8d79a6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgPlaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgplacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPlaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendar.md index ff12184462eaf..35378fd324b0c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgusercalendar Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserCalendar --- @@ -1082,10 +1082,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1389,10 +1391,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1645,10 +1649,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md index 76cab9d70af17..02d353117e60f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgusercalendarevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserCalendarEvent --- @@ -480,7 +480,8 @@ HelpMessage: '' ### -CancelledOccurrences Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. ```yaml Type: System.String[] @@ -643,7 +644,8 @@ HelpMessage: '' ### -ExceptionOccurrences Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. To construct, see NOTES section for EXCEPTIONOCCURRENCES properties and create a hash table. ```yaml @@ -2124,10 +2126,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2342,10 +2346,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2529,7 +2535,8 @@ END ``: dateTimeTimeZone See below for more possible values. EXCEPTIONOCCURRENCES : Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. @@ -2639,10 +2646,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2922,10 +2931,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md index e40c8d9a9e8ea..dee3ddc1bfeee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgusercalendargroup Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserCalendarGroup --- @@ -680,10 +680,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -943,10 +945,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md index 3b116bde0198c..6531e47f6732e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroupCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgusercalendargroupcalendar Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserCalendarGroupCalendar --- @@ -1110,10 +1110,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1417,10 +1419,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1673,10 +1677,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md index 0f9e8ac07f845..7d48204288e96 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgusercalendarpermission Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserCalendarPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserDefaultCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserDefaultCalendarEvent.md index b7360c4145cf3..47f0f491f60a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserDefaultCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserDefaultCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mguserdefaultcalendarevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDefaultCalendarEvent --- @@ -368,7 +368,8 @@ HelpMessage: '' ### -CancelledOccurrences Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. ```yaml Type: System.String[] @@ -531,7 +532,8 @@ HelpMessage: '' ### -ExceptionOccurrences Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. To construct, see NOTES section for EXCEPTIONOCCURRENCES properties and create a hash table. ```yaml @@ -2012,10 +2014,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2230,10 +2234,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2417,7 +2423,8 @@ END ``: dateTimeTimeZone See below for more possible values. EXCEPTIONOCCURRENCES : Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. @@ -2527,10 +2534,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2810,10 +2819,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEvent.md index d6e7b66d97e0d..f4e35db57e1d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mguserevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserEvent --- @@ -510,7 +510,8 @@ HelpMessage: '' ### -CancelledOccurrences Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. ```yaml Type: System.String[] @@ -673,7 +674,8 @@ HelpMessage: '' ### -ExceptionOccurrences Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. To construct, see NOTES section for EXCEPTIONOCCURRENCES properties and create a hash table. ```yaml @@ -2154,10 +2156,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2372,10 +2376,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2559,7 +2565,8 @@ END ``: dateTimeTimeZone See below for more possible values. EXCEPTIONOCCURRENCES : Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. @@ -2669,10 +2676,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2952,10 +2961,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md index 0e15784d56ff3..8ae45af10ad14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgusereventattachment Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserEventAttachment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachmentUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachmentUploadSession.md index d77d9339094ef..a6255c03073dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachmentUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventAttachmentUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgusereventattachmentuploadsession Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserEventAttachmentUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventExtension.md index e721749cfd245..13fad2e95553f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/new-mgusereventextension Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserEventExtension --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarEvent.md index 789cf6bb651d2..c0b6b7452e916 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mggroupcalendarevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupCalendarEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarPermanent.md index 7135f88d5ee47..67b4bd43d5576 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mggroupcalendarpermanent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupCalendarPermanent --- @@ -13,8 +13,7 @@ title: Remove-MgGroupCalendarPermanent ## SYNOPSIS -Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. -For more information about item retention, see Configure deleted item retention and recoverable items quotas. +Invoke action permanentDelete > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaGroupCalendarPermanent](/powershell/module/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarPermanent?view=graph-powershell-beta) @@ -48,8 +47,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. -For more information about item retention, see Configure deleted item retention and recoverable items quotas. +Invoke action permanentDelete ## PARAMETERS @@ -384,7 +382,6 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Remove-MgGroupCalendarPermanent](https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mggroupcalendarpermanent) -- [Graph API Reference](https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarPermission.md index 0ab4ecfec464b..6371a587bb1eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mggroupcalendarpermission Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupCalendarPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEvent.md index 171c583d3573a..7544d0e925ebc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mggroupevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventAttachment.md index 8f5b3275b2b71..45ebdddadc1e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mggroupeventattachment Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupEventAttachment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventExtension.md index 10173769e700d..6a361fa00e048 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mggroupeventextension Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupEventExtension --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventPermanent.md index 72e27f5c91775..230c1b99ddf4d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgGroupEventPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mggroupeventpermanent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupEventPermanent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlace.md index f422cafb046c6..cc0f2a899dda7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlace --- @@ -51,6 +51,14 @@ This cmdlet has the following aliases, Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Place.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Place.ReadWrite.All, | + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingCheck.md index d6d6af3ab3e63..689b9f2582298 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasbuildingcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsBuildingCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMap.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMap.md index fbd58d4974afe..a90945584c63c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMap.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMap.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasbuildingmap Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsBuildingMap --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapFootprint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapFootprint.md index 0a9753e47eef0..1c4bea28992bf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapFootprint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapFootprint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasbuildingmapfootprint Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsBuildingMapFootprint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevel.md index 6a0abe466cad5..1b550c4ffcfc9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasbuildingmaplevel Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsBuildingMapLevel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelFixture.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelFixture.md index 06aec572d1bc8..1940b0324841f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelFixture.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelFixture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasbuildingmaplevelfixture Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsBuildingMapLevelFixture --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelSection.md index 517c283d622df..d99c02dacb208 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasbuildingmaplevelsection Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsBuildingMapLevelSection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelUnit.md index d676197c13658..9845d4ec468ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsBuildingMapLevelUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasbuildingmaplevelunit Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsBuildingMapLevelUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsDeskCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsDeskCheck.md index ca5d6c6205d59..5e58ed478e510 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsDeskCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsDeskCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasdeskcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsDeskCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsFloorCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsFloorCheck.md index b7b0bad214650..efbfdbfc0d527 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsFloorCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsFloorCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasfloorcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsFloorCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomCheck.md index ca3da0702479f..b4ac319080466 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasroomcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsRoomCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListCheck.md index 298511f61e67f..6723aa29ef598 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasroomlistcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsRoomListCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListRoom.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListRoom.md index 2be9d61b44fa8..4312b784566f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListRoom.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasroomlistroom Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsRoomListRoom --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListRoomCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListRoomCheck.md index c7ad8c0769e57..bab537bcd476a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListRoomCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasroomlistroomcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsRoomListRoomCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListWorkspace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListWorkspace.md index 0e77a9cbc6d86..ed5dd160b7806 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListWorkspace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasroomlistworkspace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsRoomListWorkspace --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListWorkspaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListWorkspaceCheck.md index 2c78ffd6c42ef..e010bf45fc725 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsRoomListWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasroomlistworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsRoomListWorkspaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsSectionCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsSectionCheck.md index 595126a704ebd..8adda5c9f4848 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsSectionCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsSectionCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceassectioncheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsSectionCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsWorkspaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsWorkspaceCheck.md index fc425f2e3450d..d0964ccbc5c3c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceAsWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplaceasworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceAsWorkspaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceCheck.md index de2d3f4c35350..c60e293659734 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgPlaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgplacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPlaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarGroup.md index 2c989c7f5509f..157d7012ecbdb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgusercalendargroup Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserCalendarGroup --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarPermanent.md index db23128d5eee4..0e46d31fc4798 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgusercalendarpermanent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserCalendarPermanent --- @@ -13,8 +13,7 @@ title: Remove-MgUserCalendarPermanent ## SYNOPSIS -Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. -For more information about item retention, see Configure deleted item retention and recoverable items quotas. +Invoke action permanentDelete > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaUserCalendarPermanent](/powershell/module/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarPermanent?view=graph-powershell-beta) @@ -68,8 +67,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. -For more information about item retention, see Configure deleted item retention and recoverable items quotas. +Invoke action permanentDelete **Permissions** @@ -458,7 +456,6 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Remove-MgUserCalendarPermanent](https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgusercalendarpermanent) -- [Graph API Reference](https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarPermission.md index 2bc8ac90c1064..4c58d0cfe6db0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgusercalendarpermission Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserCalendarPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEvent.md index 215cbc62bf781..76406ef5fef48 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mguserevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventAttachment.md index 7d63001aabfc0..3d1a8f76c77d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgusereventattachment Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserEventAttachment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventExtension.md index b80556afe0499..d763192d8e6b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgusereventextension Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserEventExtension --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventPermanent.md index 0d0b365ba17d7..3196929cc6cd2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Remove-MgUserEventPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/remove-mgusereventpermanent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserEventPermanent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Stop-MgGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Stop-MgGroupEvent.md index c6b3f2eaaff1b..4f580e7fba973 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Stop-MgGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Stop-MgGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/stop-mggroupevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgGroupEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Stop-MgUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Stop-MgUserEvent.md index 7c0e0ca9b0875..aa194904e5c46 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Stop-MgUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Stop-MgUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/stop-mguserevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgUserEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupCalendarEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupCalendarEvent.md index ad8155d415fd6..3daa8b94d15d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupCalendarEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mggroupcalendarevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupCalendarEvent --- @@ -387,7 +387,8 @@ HelpMessage: '' ### -CancelledOccurrences Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. ```yaml Type: System.String[] @@ -577,7 +578,8 @@ HelpMessage: '' ### -ExceptionOccurrences Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. To construct, see NOTES section for EXCEPTIONOCCURRENCES properties and create a hash table. ```yaml @@ -2058,10 +2060,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2276,10 +2280,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2463,7 +2469,8 @@ END ``: dateTimeTimeZone See below for more possible values. EXCEPTIONOCCURRENCES : Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. @@ -2573,10 +2580,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2856,10 +2865,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupCalendarPermission.md index 56ecbb5e72d66..d281ef5342bc6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mggroupcalendarpermission Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupCalendarPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupEvent.md index 7d3bfe95bb7c0..16bbbd5226dc3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mggroupevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupEvent --- @@ -368,7 +368,8 @@ HelpMessage: '' ### -CancelledOccurrences Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. ```yaml Type: System.String[] @@ -558,7 +559,8 @@ HelpMessage: '' ### -ExceptionOccurrences Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. To construct, see NOTES section for EXCEPTIONOCCURRENCES properties and create a hash table. ```yaml @@ -2039,10 +2041,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2257,10 +2261,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2444,7 +2450,8 @@ END ``: dateTimeTimeZone See below for more possible values. EXCEPTIONOCCURRENCES : Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. @@ -2554,10 +2561,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2837,10 +2846,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupEventExtension.md index d1b2b085859d4..69d4ded6519cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgGroupEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mggroupeventextension Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupEventExtension --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlace.md index ef039a3eac096..e567c2a02c781 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlace --- @@ -77,6 +77,14 @@ This cmdlet has the following aliases, Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Place.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Place.ReadWrite.All, | + ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingCheck.md index ac813f5a630a1..21fe0ac98c264 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasbuildingcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsBuildingCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMap.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMap.md index 67ebf2f90b83a..1a11c5a5f3110 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMap.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMap.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasbuildingmap Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsBuildingMap --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapFootprint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapFootprint.md index e2d60d8f3b1b2..bc6ad9f614df2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapFootprint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapFootprint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasbuildingmapfootprint Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsBuildingMapFootprint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevel.md index 24e28df719b6d..01d7d239e7c93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasbuildingmaplevel Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsBuildingMapLevel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelFixture.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelFixture.md index 88d3910ad1c01..0ea8434ad65b3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelFixture.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelFixture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasbuildingmaplevelfixture Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsBuildingMapLevelFixture --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelSection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelSection.md index a7e2b00f7b6f2..5a0a1bd24110b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelSection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasbuildingmaplevelsection Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsBuildingMapLevelSection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelUnit.md index 5e0f8e1ce3a7f..33d75ccfc4948 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsBuildingMapLevelUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasbuildingmaplevelunit Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsBuildingMapLevelUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsDeskCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsDeskCheck.md index dc2f9a23fae26..c2f282f5b896b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsDeskCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsDeskCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasdeskcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsDeskCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsFloorCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsFloorCheck.md index fe739f6672bf0..a3db1318d45b3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsFloorCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsFloorCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasfloorcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsFloorCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomCheck.md index 7e819216507d3..31f1ab5ab7803 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasroomcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsRoomCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListCheck.md index e957b1161deb1..01e5c2949e7ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasroomlistcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsRoomListCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListRoom.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListRoom.md index d044446e1795e..1114d2a2a4e6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListRoom.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasroomlistroom Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsRoomListRoom --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListRoomCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListRoomCheck.md index ec6cc83a6d5d9..a96df9472ab60 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListRoomCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasroomlistroomcheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsRoomListRoomCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListWorkspace.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListWorkspace.md index 07861a6ea8c68..e96a37594e54a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListWorkspace.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasroomlistworkspace Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsRoomListWorkspace --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListWorkspaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListWorkspaceCheck.md index f34e886ee88c9..f5f85c010545f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsRoomListWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasroomlistworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsRoomListWorkspaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsSectionCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsSectionCheck.md index db2c7a3315ea7..cc6a577bce3c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsSectionCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsSectionCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceassectioncheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsSectionCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsWorkspaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsWorkspaceCheck.md index 8015c5db5bc82..6951195fe7298 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceAsWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplaceasworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceAsWorkspaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceCheck.md index b0623f025f40d..39112246a45dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgPlaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgplacecheck Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPlaceCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserCalendarGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserCalendarGroup.md index d8134a5acfc07..107866abcde54 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserCalendarGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgusercalendargroup Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserCalendarGroup --- @@ -707,10 +707,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -970,10 +972,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserCalendarPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserCalendarPermission.md index 58964c2638e01..d582316346cb5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgusercalendarpermission Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserCalendarPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserEvent.md index a63810e0c27cf..f99bb4198a4fa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mguserevent Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserEvent --- @@ -400,7 +400,8 @@ HelpMessage: '' ### -CancelledOccurrences Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. ```yaml Type: System.String[] @@ -590,7 +591,8 @@ HelpMessage: '' ### -ExceptionOccurrences Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. To construct, see NOTES section for EXCEPTIONOCCURRENCES properties and create a hash table. ```yaml @@ -2071,10 +2073,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2289,10 +2293,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2476,7 +2482,8 @@ END ``: dateTimeTimeZone See below for more possible values. EXCEPTIONOCCURRENCES : Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. @@ -2586,10 +2593,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2869,10 +2878,12 @@ Nullable. Read-only. [Value ]: A property value. [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserEventExtension.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserEventExtension.md index 8d1cacf3c9508..25f65268bfbec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserEventExtension.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Update-MgUserEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mgusereventextension Locale: en-US Module Name: Microsoft.Graph.Calendar -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserEventExtension --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Get-MgSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Get-MgSubscription.md index ea9e17fafb9fd..c73e14351a7df 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Get-MgSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Get-MgSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.ChangeNotifications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.changenotifications/get-mgsubscription Locale: en-US Module Name: Microsoft.Graph.ChangeNotifications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Invoke-MgReauthorizeSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Invoke-MgReauthorizeSubscription.md index cebf1a6cec4a6..9195925e85ff7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Invoke-MgReauthorizeSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Invoke-MgReauthorizeSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.ChangeNotifications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.changenotifications/invoke-mgreauthorizesubscription Locale: en-US Module Name: Microsoft.Graph.ChangeNotifications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Microsoft.Graph.ChangeNotifications.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Microsoft.Graph.ChangeNotifications.md index 1daecf07637ae..2cd5ff452123e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Microsoft.Graph.ChangeNotifications.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Microsoft.Graph.ChangeNotifications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.ChangeNotifications -Module Guid: 825bb47d-38f6-4a1d-979c-0b274bae31fc +Module Guid: d3639ee3-1727-40af-a890-b7864f5b9486 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.changenotifications/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/New-MgSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/New-MgSubscription.md index f2fba162ce10a..985648d519398 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/New-MgSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/New-MgSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.ChangeNotifications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.changenotifications/new-mgsubscription Locale: en-US Module Name: Microsoft.Graph.ChangeNotifications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Remove-MgSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Remove-MgSubscription.md index 9a32afadb18dc..fbbf013f86f9e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Remove-MgSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Remove-MgSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.ChangeNotifications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.changenotifications/remove-mgsubscription Locale: en-US Module Name: Microsoft.Graph.ChangeNotifications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Update-MgSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Update-MgSubscription.md index 84a3d6ec67893..d53725f4f28e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Update-MgSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.ChangeNotifications/Update-MgSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.ChangeNotifications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.changenotifications/update-mgsubscription Locale: en-US Module Name: Microsoft.Graph.ChangeNotifications -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Add-MgCommunicationCallLargeGalleryView.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Add-MgCommunicationCallLargeGalleryView.md new file mode 100644 index 0000000000000..0619b5f15013b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Add-MgCommunicationCallLargeGalleryView.md @@ -0,0 +1,538 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/add-mgcommunicationcalllargegalleryview +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Add-MgCommunicationCallLargeGalleryView +--- + +# Add-MgCommunicationCallLargeGalleryView + +## SYNOPSIS + +Add the large gallery view to a call. +For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Add-MgBetaCommunicationCallLargeGalleryView](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Add-MgBetaCommunicationCallLargeGalleryView?view=graph-powershell-beta) + +## SYNTAX + +### AddExpanded (Default) + +``` +Add-MgCommunicationCallLargeGalleryView -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Add + +``` +Add-MgCommunicationCallLargeGalleryView -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### AddViaIdentityExpanded + +``` +Add-MgCommunicationCallLargeGalleryView -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### AddViaIdentity + +``` +Add-MgCommunicationCallLargeGalleryView -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Add the large gallery view to a call. +For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCallAsGuest.All, Calls.JoinGroupCall.All, Calls.InitiateGroupCall.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + clientContext = "785f4929-92ca-497b-863f-c778c77c9758" +} + +Add-MgCommunicationCallLargeGalleryView -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Add-MgCommunicationCallLargeGalleryView Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AddViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AddExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths12Hh6NfCommunicationsCallsCallIdMicrosoftGraphAddlargegalleryviewPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AddViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Add + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AddExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Add + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AddViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AddExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AddViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AddViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths12Hh6NfCommunicationsCallsCallIdMicrosoftGraphAddlargegalleryviewPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAddLargeGalleryViewOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Add-MgCommunicationCallLargeGalleryView](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/add-mgcommunicationcalllargegalleryview) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresence.md new file mode 100644 index 0000000000000..fa18228eed6b5 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresence.md @@ -0,0 +1,538 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mgcommunicationpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgCommunicationPresence +--- + +# Clear-MgCommunicationPresence + +## SYNOPSIS + +Clear the application's presence session for a user. +If it is the user's only presence session, the user's presence will change to Offline/Offline. +For details about presences sessions, see presence: setPresence. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Clear-MgBetaCommunicationPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Clear-MgBetaCommunicationPresence?view=graph-powershell-beta) + +## SYNTAX + +### ClearExpanded (Default) + +``` +Clear-MgCommunicationPresence -PresenceId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-SessionId ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Clear + +``` +Clear-MgCommunicationPresence -PresenceId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentityExpanded + +``` +Clear-MgCommunicationPresence -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SessionId ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentity + +``` +Clear-MgCommunicationPresence -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Clear the application's presence session for a user. +If it is the user's only presence session, the user's presence will change to Offline/Offline. +For details about presences sessions, see presence: setPresence. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ClearExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1Ca0Rf4CommunicationsPresencesPresenceIdMicrosoftGraphClearpresencePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SessionId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ClearExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1Ca0Rf4CommunicationsPresencesPresenceIdMicrosoftGraphClearpresencePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [SessionId ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgCommunicationPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mgcommunicationpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresenceAutomaticLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresenceAutomaticLocation.md new file mode 100644 index 0000000000000..e28ec92658c1c --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresenceAutomaticLocation.md @@ -0,0 +1,411 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mgcommunicationpresenceautomaticlocation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgCommunicationPresenceAutomaticLocation +--- + +# Clear-MgCommunicationPresenceAutomaticLocation + +## SYNOPSIS + +Clear the automatic work location signal for a user. +After clearing, the user’s final aggregated work location is recomputed according to the precedence rules: Use this operation when you need to remove the current autodetected signal without affecting manual or scheduled layers. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Clear-MgBetaCommunicationPresenceAutomaticLocation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Clear-MgBetaCommunicationPresenceAutomaticLocation?view=graph-powershell-beta) + +## SYNTAX + +### Clear (Default) + +``` +Clear-MgCommunicationPresenceAutomaticLocation -PresenceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentity + +``` +Clear-MgCommunicationPresenceAutomaticLocation -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Clear the automatic work location signal for a user. +After clearing, the user’s final aggregated work location is recomputed according to the precedence rules: Use this operation when you need to remove the current autodetected signal without affecting manual or scheduled layers. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgCommunicationPresenceAutomaticLocation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mgcommunicationpresenceautomaticlocation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-clearautomaticlocation?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresenceLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresenceLocation.md new file mode 100644 index 0000000000000..aca2415491542 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresenceLocation.md @@ -0,0 +1,409 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mgcommunicationpresencelocation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgCommunicationPresenceLocation +--- + +# Clear-MgCommunicationPresenceLocation + +## SYNOPSIS + +Clear the work location signals for a user, including both the manual and automatic layers for the current date. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Clear-MgBetaCommunicationPresenceLocation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Clear-MgBetaCommunicationPresenceLocation?view=graph-powershell-beta) + +## SYNTAX + +### Clear (Default) + +``` +Clear-MgCommunicationPresenceLocation -PresenceId [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentity + +``` +Clear-MgCommunicationPresenceLocation -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Clear the work location signals for a user, including both the manual and automatic layers for the current date. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgCommunicationPresenceLocation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mgcommunicationpresencelocation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-clearlocation?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresenceUserPreferredPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresenceUserPreferredPresence.md new file mode 100644 index 0000000000000..11a5d90c13e28 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgCommunicationPresenceUserPreferredPresence.md @@ -0,0 +1,409 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mgcommunicationpresenceuserpreferredpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgCommunicationPresenceUserPreferredPresence +--- + +# Clear-MgCommunicationPresenceUserPreferredPresence + +## SYNOPSIS + +Clear the preferred availability and activity status for a user. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Clear-MgBetaCommunicationPresenceUserPreferredPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Clear-MgBetaCommunicationPresenceUserPreferredPresence?view=graph-powershell-beta) + +## SYNTAX + +### Clear (Default) + +``` +Clear-MgCommunicationPresenceUserPreferredPresence -PresenceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentity + +``` +Clear-MgCommunicationPresenceUserPreferredPresence -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Clear the preferred availability and activity status for a user. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgCommunicationPresenceUserPreferredPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mgcommunicationpresenceuserpreferredpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresence.md new file mode 100644 index 0000000000000..e595b1d2aa9c6 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresence.md @@ -0,0 +1,561 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mguserpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgUserPresence +--- + +# Clear-MgUserPresence + +## SYNOPSIS + +Clear the application's presence session for a user. +If it is the user's only presence session, the user's presence will change to Offline/Offline. +For details about presences sessions, see presence: setPresence. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Clear-MgBetaUserPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Clear-MgBetaUserPresence?view=graph-powershell-beta) + +## SYNTAX + +### ClearExpanded (Default) + +``` +Clear-MgUserPresence -UserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-SessionId ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Clear + +``` +Clear-MgUserPresence -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentityExpanded + +``` +Clear-MgUserPresence -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-SessionId ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentity + +``` +Clear-MgUserPresence -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Clear the application's presence session for a user. +If it is the user's only presence session, the user's presence will change to Offline/Offline. +For details about presences sessions, see presence: setPresence. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Presence.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Presence.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + sessionId = "22553876-f5ab-4529-bffb-cfe50aa89f87" +} + +Clear-MgUserPresence -UserId $userId -BodyParameter $params + +``` +This example shows how to use the Clear-MgUserPresence Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ClearExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsTdagveUsersUserIdPresenceMicrosoftGraphClearpresencePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SessionId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ClearExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsTdagveUsersUserIdPresenceMicrosoftGraphClearpresencePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [SessionId ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgUserPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mguserpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresenceAutomaticLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresenceAutomaticLocation.md new file mode 100644 index 0000000000000..50718b57cb3eb --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresenceAutomaticLocation.md @@ -0,0 +1,411 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mguserpresenceautomaticlocation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgUserPresenceAutomaticLocation +--- + +# Clear-MgUserPresenceAutomaticLocation + +## SYNOPSIS + +Clear the automatic work location signal for a user. +After clearing, the user’s final aggregated work location is recomputed according to the precedence rules: Use this operation when you need to remove the current autodetected signal without affecting manual or scheduled layers. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Clear-MgBetaUserPresenceAutomaticLocation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Clear-MgBetaUserPresenceAutomaticLocation?view=graph-powershell-beta) + +## SYNTAX + +### Clear (Default) + +``` +Clear-MgUserPresenceAutomaticLocation -UserId [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentity + +``` +Clear-MgUserPresenceAutomaticLocation -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Clear the automatic work location signal for a user. +After clearing, the user’s final aggregated work location is recomputed according to the precedence rules: Use this operation when you need to remove the current autodetected signal without affecting manual or scheduled layers. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgUserPresenceAutomaticLocation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mguserpresenceautomaticlocation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-clearautomaticlocation?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresenceLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresenceLocation.md new file mode 100644 index 0000000000000..942d24ff7c34a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresenceLocation.md @@ -0,0 +1,409 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mguserpresencelocation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgUserPresenceLocation +--- + +# Clear-MgUserPresenceLocation + +## SYNOPSIS + +Clear the work location signals for a user, including both the manual and automatic layers for the current date. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Clear-MgBetaUserPresenceLocation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Clear-MgBetaUserPresenceLocation?view=graph-powershell-beta) + +## SYNTAX + +### Clear (Default) + +``` +Clear-MgUserPresenceLocation -UserId [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentity + +``` +Clear-MgUserPresenceLocation -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Clear the work location signals for a user, including both the manual and automatic layers for the current date. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgUserPresenceLocation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mguserpresencelocation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-clearlocation?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresenceUserPreferredPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresenceUserPreferredPresence.md new file mode 100644 index 0000000000000..17f36fb1e0a07 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Clear-MgUserPresenceUserPreferredPresence.md @@ -0,0 +1,429 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mguserpresenceuserpreferredpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgUserPresenceUserPreferredPresence +--- + +# Clear-MgUserPresenceUserPreferredPresence + +## SYNOPSIS + +Clear the preferred availability and activity status for a user. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Clear-MgBetaUserPresenceUserPreferredPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Clear-MgBetaUserPresenceUserPreferredPresence?view=graph-powershell-beta) + +## SYNTAX + +### Clear (Default) + +``` +Clear-MgUserPresenceUserPreferredPresence -UserId [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ClearViaIdentity + +``` +Clear-MgUserPresenceUserPreferredPresence -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Clear the preferred availability and activity status for a user. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Presence.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Presence.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Clear-MgUserPresenceUserPreferredPresence -UserId $userId + +``` +This example shows how to use the Clear-MgUserPresenceUserPreferredPresence Cmdlet. + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ClearViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Clear + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgUserPresenceUserPreferredPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/clear-mguserpresenceuserpreferredpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCall.md new file mode 100644 index 0000000000000..74a9e26b07368 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCall.md @@ -0,0 +1,569 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCall +--- + +# Get-MgCommunicationAdhocCall + +## SYNOPSIS + +Get adhocCalls from communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCall?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationAdhocCall [-ExpandProperty ] [-Property ] [-Filter ] + [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationAdhocCall -AdhocCallId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationAdhocCall -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get adhocCalls from communications + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAdhocCall + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccall) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallCount.md new file mode 100644 index 0000000000000..eb1eed32e386e --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallCount.md @@ -0,0 +1,300 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallCount +--- + +# Get-MgCommunicationAdhocCallCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationAdhocCallCount [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecording.md new file mode 100644 index 0000000000000..753b2788c84f1 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecording.md @@ -0,0 +1,724 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallRecording +--- + +# Get-MgCommunicationAdhocCallRecording + +## SYNOPSIS + +The recordings of a call. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallRecording?view=graph-powershell-beta) + +## SYNTAX + +### Get1 (Default) + +``` +Get-MgCommunicationAdhocCallRecording [-ExpandProperty ] [-Property ] [-Count] + [-EndDateTime ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-StartDateTime ] [-Top ] [-UserId ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### List + +``` +Get-MgCommunicationAdhocCallRecording -AdhocCallId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationAdhocCallRecording -AdhocCallId -CallRecordingId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationAdhocCallRecording -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The recordings of a call. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Usage: endDateTime=@endDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +Usage: startDateTime=@startDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +Usage: userId='@userId' + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecordingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecordingContent.md new file mode 100644 index 0000000000000..231cd02bfba6b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecordingContent.md @@ -0,0 +1,406 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallrecordingcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallRecordingContent +--- + +# Get-MgCommunicationAdhocCallRecordingContent + +## SYNOPSIS + +The content of the recording. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallRecordingContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallRecordingContent?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationAdhocCallRecordingContent -AdhocCallId -CallRecordingId + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationAdhocCallRecordingContent -InputObject + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the recording. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallRecordingContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallrecordingcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecordingCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecordingCount.md new file mode 100644 index 0000000000000..3fd7a62b30009 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecordingCount.md @@ -0,0 +1,384 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallrecordingcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallRecordingCount +--- + +# Get-MgCommunicationAdhocCallRecordingCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallRecordingCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallRecordingCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationAdhocCallRecordingCount -AdhocCallId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationAdhocCallRecordingCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallRecordingCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallrecordingcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecordingDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecordingDelta.md new file mode 100644 index 0000000000000..24acd2e3a889b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallRecordingDelta.md @@ -0,0 +1,582 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallrecordingdelta +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallRecordingDelta +--- + +# Get-MgCommunicationAdhocCallRecordingDelta + +## SYNOPSIS + +Invoke function delta + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallRecordingDelta](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallRecordingDelta?view=graph-powershell-beta) + +## SYNTAX + +### Delta (Default) + +``` +Get-MgCommunicationAdhocCallRecordingDelta -AdhocCallId [-ExpandProperty ] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### DeltaViaIdentity + +``` +Get-MgCommunicationAdhocCallRecordingDelta -InputObject + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function delta + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallRecordingDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccallrecordingdelta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscript.md new file mode 100644 index 0000000000000..66cfacdd9fa2c --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscript.md @@ -0,0 +1,724 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallTranscript +--- + +# Get-MgCommunicationAdhocCallTranscript + +## SYNOPSIS + +The transcripts of a call. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallTranscript?view=graph-powershell-beta) + +## SYNTAX + +### Get1 (Default) + +``` +Get-MgCommunicationAdhocCallTranscript [-ExpandProperty ] [-Property ] [-Count] + [-EndDateTime ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-StartDateTime ] [-Top ] [-UserId ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### List + +``` +Get-MgCommunicationAdhocCallTranscript -AdhocCallId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationAdhocCallTranscript -AdhocCallId -CallTranscriptId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationAdhocCallTranscript -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The transcripts of a call. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Usage: endDateTime=@endDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +Usage: startDateTime=@startDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +Usage: userId='@userId' + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptContent.md new file mode 100644 index 0000000000000..32d31d0d8c3b8 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptContent.md @@ -0,0 +1,406 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscriptcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallTranscriptContent +--- + +# Get-MgCommunicationAdhocCallTranscriptContent + +## SYNOPSIS + +The content of the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallTranscriptContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallTranscriptContent?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationAdhocCallTranscriptContent -AdhocCallId -CallTranscriptId + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationAdhocCallTranscriptContent -InputObject + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the transcript. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallTranscriptContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscriptcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptCount.md new file mode 100644 index 0000000000000..08dec712f90b1 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptCount.md @@ -0,0 +1,384 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscriptcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallTranscriptCount +--- + +# Get-MgCommunicationAdhocCallTranscriptCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallTranscriptCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallTranscriptCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationAdhocCallTranscriptCount -AdhocCallId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationAdhocCallTranscriptCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallTranscriptCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscriptcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptDelta.md new file mode 100644 index 0000000000000..37e8243ff24c4 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptDelta.md @@ -0,0 +1,582 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscriptdelta +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallTranscriptDelta +--- + +# Get-MgCommunicationAdhocCallTranscriptDelta + +## SYNOPSIS + +Invoke function delta + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallTranscriptDelta](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallTranscriptDelta?view=graph-powershell-beta) + +## SYNTAX + +### Delta (Default) + +``` +Get-MgCommunicationAdhocCallTranscriptDelta -AdhocCallId [-ExpandProperty ] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### DeltaViaIdentity + +``` +Get-MgCommunicationAdhocCallTranscriptDelta -InputObject + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function delta + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallTranscriptDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscriptdelta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptMetadataContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptMetadataContent.md new file mode 100644 index 0000000000000..fe49f7588e7bc --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationAdhocCallTranscriptMetadataContent.md @@ -0,0 +1,407 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscriptmetadatacontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationAdhocCallTranscriptMetadataContent +--- + +# Get-MgCommunicationAdhocCallTranscriptMetadataContent + +## SYNOPSIS + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationAdhocCallTranscriptMetadataContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationAdhocCallTranscriptMetadataContent?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationAdhocCallTranscriptMetadataContent -AdhocCallId + -CallTranscriptId -OutFile [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationAdhocCallTranscriptMetadataContent -InputObject + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationAdhocCallTranscriptMetadataContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationadhoccalltranscriptmetadatacontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCall.md new file mode 100644 index 0000000000000..56f83eeebbf3d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCall.md @@ -0,0 +1,417 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCall +--- + +# Get-MgCommunicationCall + +## SYNOPSIS + +Retrieve the properties and relationships of a call object. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCall?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCall -CallId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCall -InputObject [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Retrieve the properties and relationships of a call object. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.Initiate.All, Calls.AccessMedia.All, | + +## EXAMPLES +### Example 1: Getting a Peer-to-Peer call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCall -CallId $callId + +``` +This example shows getting a peer-to-peer call + +### Example 2: Getting a group call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCall -CallId $callId + +``` +This example shows getting a group call + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCall + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcall) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallAudioRoutingGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallAudioRoutingGroup.md new file mode 100644 index 0000000000000..11280bfdd892f --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallAudioRoutingGroup.md @@ -0,0 +1,619 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallaudioroutinggroup +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallAudioRoutingGroup +--- + +# Get-MgCommunicationCallAudioRoutingGroup + +## SYNOPSIS + +Retrieve the properties and relationships of an audioRoutingGroup object. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallAudioRoutingGroup](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallAudioRoutingGroup?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationCallAudioRoutingGroup -CallId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationCallAudioRoutingGroup -AudioRoutingGroupId -CallId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallAudioRoutingGroup -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Retrieve the properties and relationships of an audioRoutingGroup object. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCall.All, Calls.InitiateGroupCall.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCallAudioRoutingGroup -CallId $callId + +``` +This example shows how to use the Get-MgCommunicationCallAudioRoutingGroup Cmdlet. + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AudioRoutingGroupId + +The unique identifier of audioRoutingGroup + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioRoutingGroup + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallAudioRoutingGroup](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallaudioroutinggroup) +- [Graph API Reference](https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallAudioRoutingGroupCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallAudioRoutingGroupCount.md new file mode 100644 index 0000000000000..24e9bd56ffd55 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallAudioRoutingGroupCount.md @@ -0,0 +1,392 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallaudioroutinggroupcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallAudioRoutingGroupCount +--- + +# Get-MgCommunicationCallAudioRoutingGroupCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallAudioRoutingGroupCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallAudioRoutingGroupCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallAudioRoutingGroupCount -CallId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallAudioRoutingGroupCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCall.All, Calls.InitiateGroupCall.All, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallAudioRoutingGroupCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallaudioroutinggroupcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallContentSharingSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallContentSharingSession.md new file mode 100644 index 0000000000000..96ad58e19d643 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallContentSharingSession.md @@ -0,0 +1,623 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallcontentsharingsession +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallContentSharingSession +--- + +# Get-MgCommunicationCallContentSharingSession + +## SYNOPSIS + +Retrieve the properties of a contentSharingSession object in a call. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallContentSharingSession](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallContentSharingSession?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationCallContentSharingSession -CallId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationCallContentSharingSession -CallId -ContentSharingSessionId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallContentSharingSession -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Retrieve the properties of a contentSharingSession object in a call. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCallAsGuest.All, Calls.JoinGroupCall.All, Calls.InitiateGroupCall.All, Calls.Initiate.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCallContentSharingSession -CallId $callId + +``` +This example shows how to use the Get-MgCommunicationCallContentSharingSession Cmdlet. + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentSharingSessionId + +The unique identifier of contentSharingSession + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentSharingSession + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallContentSharingSession](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallcontentsharingsession) +- [Graph API Reference](https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallContentSharingSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallContentSharingSessionCount.md new file mode 100644 index 0000000000000..74849d339d4d1 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallContentSharingSessionCount.md @@ -0,0 +1,392 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallcontentsharingsessioncount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallContentSharingSessionCount +--- + +# Get-MgCommunicationCallContentSharingSessionCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallContentSharingSessionCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallContentSharingSessionCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallContentSharingSessionCount -CallId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallContentSharingSessionCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCallAsGuest.All, Calls.JoinGroupCall.All, Calls.InitiateGroupCall.All, Calls.Initiate.All, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallContentSharingSessionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallcontentsharingsessioncount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallCount.md new file mode 100644 index 0000000000000..b73e7c48ced04 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallCount.md @@ -0,0 +1,300 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallCount +--- + +# Get-MgCommunicationCallCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallCount [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +## RELATED LINKS + +- [Get-MgCommunicationCallCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallOperation.md new file mode 100644 index 0000000000000..14057cda0ede6 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallOperation.md @@ -0,0 +1,610 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcalloperation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallOperation +--- + +# Get-MgCommunicationCallOperation + +## SYNOPSIS + +Get the status of an operation that adds the large gallery view to a call. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallOperation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallOperation?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationCallOperation -CallId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationCallOperation -CallId -CommsOperationId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallOperation -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the status of an operation that adds the large gallery view to a call. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCallOperation -CallId $callId -CommsOperationId $commsOperationId + +``` +This example shows how to use the Get-MgCommunicationCallOperation Cmdlet. + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CommsOperationId + +The unique identifier of commsOperation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommsOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcalloperation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallOperationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallOperationCount.md new file mode 100644 index 0000000000000..8f14df5b0412c --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallOperationCount.md @@ -0,0 +1,383 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcalloperationcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallOperationCount +--- + +# Get-MgCommunicationCallOperationCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallOperationCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallOperationCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallOperationCount -CallId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallOperationCount -InputObject [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallOperationCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcalloperationcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md new file mode 100644 index 0000000000000..be02a419beb05 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipant.md @@ -0,0 +1,619 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallparticipant +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallParticipant +--- + +# Get-MgCommunicationCallParticipant + +## SYNOPSIS + +Retrieve the properties and relationships of a participant object. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallParticipant](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallParticipant?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationCallParticipant -CallId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationCallParticipant -CallId -ParticipantId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallParticipant -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Retrieve the properties and relationships of a participant object. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCall.All, Calls.JoinGroupCallasGuest.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCallParticipant -CallId $callId + +``` +This example shows how to use the Get-MgCommunicationCallParticipant Cmdlet. + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantId + +The unique identifier of participant + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipant + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallParticipant](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallparticipant) +- [Graph API Reference](https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllSitesBackup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipantCount.md similarity index 63% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllSitesBackup.md rename to microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipantCount.md index 81b1d4e3667d7..41d49cce5f5d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllSitesBackup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallParticipantCount.md @@ -1,41 +1,42 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestoreallsitesbackup +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallparticipantcount Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 -title: Disable-MgBetaSolutionBackupRestoreAllSitesBackup +title: Get-MgCommunicationCallParticipantCount --- -# Disable-MgBetaSolutionBackupRestoreAllSitesBackup +# Get-MgCommunicationCallParticipantCount ## SYNOPSIS -Invoke action disable +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallParticipantCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallParticipantCount?view=graph-powershell-beta) ## SYNTAX -### DisableExpanded (Default) +### Get (Default) ``` -Disable-MgBetaSolutionBackupRestoreAllSitesBackup [-ResponseHeadersVariable ] - [-ActionOnExistingPolicy ] [-AdditionalProperties ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +Get-MgCommunicationCallParticipantCount -CallId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] ``` -### Disable +### GetViaIdentity ``` -Disable-MgBetaSolutionBackupRestoreAllSitesBackup - -BodyParameter - [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] +Get-MgCommunicationCallParticipantCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] ``` ## ALIASES @@ -45,29 +46,29 @@ This cmdlet has the following aliases, ## DESCRIPTION -Invoke action disable +Get the number of the resource **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.ReadWrite.All, | +| Delegated (work or school account) | Not supported | | Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.ReadWrite.All, | +| Application | Calls.Initiate.All, Calls.AccessMedia.All, | ## PARAMETERS -### -ActionOnExistingPolicy +### -Break -fullServiceBackupDisableMode +Wait for .NET debugger to attach ```yaml -Type: System.String -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: -- Name: DisableExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -78,19 +79,19 @@ AcceptedValues: [] HelpMessage: '' ``` -### -AdditionalProperties +### -CallId -Additional Parameters +The unique identifier of call ```yaml -Type: System.Collections.Hashtable +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: DisableExpanded +- Name: Get Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -99,38 +100,16 @@ AcceptedValues: [] HelpMessage: '' ``` -### -BodyParameter - +### -Filter -To construct, see NOTES section for BODYPARAMETER properties and create a hash table. +Filter items by property values ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsMa4DrzSolutionsBackuprestoreAllsitesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: Disable - Position: Named - IsRequired: true - ValueFromPipeline: true - ValueFromPipelineByPropertyName: false - ValueFromRemainingArguments: false -DontShow: false -AcceptedValues: [] -HelpMessage: '' -``` - -### -Break - -Wait for .NET debugger to attach - -```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: False -SupportsWildcards: false -Aliases: [] -ParameterSets: - Name: (All) Position: Named IsRequired: false @@ -142,21 +121,20 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -Headers -Prompts you for confirmation before running the cmdlet. +Optional headers that will be added to the request. ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.Collections.IDictionary DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: - Name: (All) Position: Named IsRequired: false - ValueFromPipeline: false + ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -164,12 +142,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Headers +### -HttpPipelineAppend -Optional headers that will be added to the request. +SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: System.Collections.IDictionary +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -177,7 +155,7 @@ ParameterSets: - Name: (All) Position: Named IsRequired: false - ValueFromPipeline: true + ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -185,12 +163,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelineAppend +### -HttpPipelinePrepend -SendAsync Pipeline Steps to be appended to the front of the pipeline +SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -206,20 +184,21 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelinePrepend +### -InputObject -SendAsync Pipeline Steps to be prepended to the front of the pipeline +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: GetViaIdentity Position: Named - IsRequired: false - ValueFromPipeline: false + IsRequired: true + ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -312,16 +291,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -WhatIf +### -Search -Runs the command in a mode that only reports what would happen without performing the actions. +Search items by search phrases ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- wi +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -343,7 +321,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IPathsMa4DrzSolutionsBackuprestoreAllsitesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity {{ Fill in the Description }} @@ -353,7 +331,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllSitesBackup +### System.Int32 {{ Fill in the Description }} @@ -364,14 +342,31 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . - [(Any) ]: This indicates any property can be added to this object. - [ActionOnExistingPolicy ]: fullServiceBackupDisableMode +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user ## RELATED LINKS -- [Disable-MgBetaSolutionBackupRestoreAllSitesBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestoreallsitesbackup) +- [Get-MgCommunicationCallParticipantCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallparticipantcount) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecord.md new file mode 100644 index 0000000000000..990ddf5d72867 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecord.md @@ -0,0 +1,414 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecord +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallRecord +--- + +# Get-MgCommunicationCallRecord + +## SYNOPSIS + +Retrieve the properties and relationships of a callRecord object. +You can get the id of a callRecord in two ways:\r* Subscribe to change notifications to the /communications/callRecords endpoint.\r* Use the callChainId property of a call. +The call record is available only after the associated call is completed. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallRecord](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallRecord?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallRecord -CallRecordId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallRecord -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Retrieve the properties and relationships of a callRecord object. +You can get the id of a callRecord in two ways:\r* Subscribe to change notifications to the /communications/callRecords endpoint.\r* Use the callChainId property of a call. +The call record is available only after the associated call is completed. + +## EXAMPLES +### Example 1: Get basic details + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCallRecord -CallRecordId $callRecordId + +``` +This example will get basic details + +### Example 2: Get full details + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCallRecord -CallRecordId $callRecordId -ExpandProperty "sessions(`$expand=segments)" + +``` +This example will get full details + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsCallRecord + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallRecord](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecord) +- [Graph API Reference](https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordCount.md new file mode 100644 index 0000000000000..8a90faf5a295f --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordCount.md @@ -0,0 +1,300 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallRecordCount +--- + +# Get-MgCommunicationCallRecordCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallRecordCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallRecordCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallRecordCount [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +## RELATED LINKS + +- [Get-MgCommunicationCallRecordCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordOrganizerV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordOrganizerV2.md new file mode 100644 index 0000000000000..2f4547234a8f0 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordOrganizerV2.md @@ -0,0 +1,388 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordorganizerv2 +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallRecordOrganizerV2 +--- + +# Get-MgCommunicationCallRecordOrganizerV2 + +## SYNOPSIS + +Identity of the organizer of the call. +This relationship is expanded by default in callRecord methods. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallRecordOrganizerV2](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallRecordOrganizerV2?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallRecordOrganizerV2 -CallRecordId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallRecordOrganizerV2 -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Identity of the organizer of the call. +This relationship is expanded by default in callRecord methods. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsOrganizer + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallRecordOrganizerV2](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordorganizerv2) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordParticipant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordParticipant.md new file mode 100644 index 0000000000000..019f205a75d62 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordParticipant.md @@ -0,0 +1,384 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordparticipant +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallRecordParticipant +--- + +# Get-MgCommunicationCallRecordParticipant + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallRecordParticipant](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallRecordParticipant?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallRecordParticipant -CallRecordId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallRecordParticipant -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallRecordParticipant](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordparticipant) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordParticipantV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordParticipantV2.md new file mode 100644 index 0000000000000..fab8b002d988c --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordParticipantV2.md @@ -0,0 +1,610 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordparticipantv2 +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallRecordParticipantV2 +--- + +# Get-MgCommunicationCallRecordParticipantV2 + +## SYNOPSIS + +List of distinct participants in the call. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallRecordParticipantV2](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallRecordParticipantV2?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationCallRecordParticipantV2 -CallRecordId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationCallRecordParticipantV2 -CallRecordId -ParticipantId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallRecordParticipantV2 -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +List of distinct participants in the call. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCallRecordParticipantV2 -CallRecordId $callRecordId + +``` +This example shows how to use the Get-MgCommunicationCallRecordParticipantV2 Cmdlet. + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantId + +The unique identifier of participant + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsParticipant + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallRecordParticipantV2](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordparticipantv2) +- [Graph API Reference](https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md new file mode 100644 index 0000000000000..e142e460a8f61 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSession.md @@ -0,0 +1,627 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordsession +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallRecordSession +--- + +# Get-MgCommunicationCallRecordSession + +## SYNOPSIS + +List of sessions involved in the call. +Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. +Read-only. +Nullable. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallRecordSession](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallRecordSession?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationCallRecordSession -CallRecordId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationCallRecordSession -CallRecordId -SessionId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallRecordSession -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +List of sessions involved in the call. +Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. +Read-only. +Nullable. + +## EXAMPLES +### Example 1: Get session list + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCallRecordSession -CallRecordId $callRecordId + +``` +This example will get session list + +### Example 2: Get session list with segments + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationCallRecordSession -CallRecordId $callRecordId -ExpandProperty "segments" + +``` +This example will get session list with segments + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SessionId + +The unique identifier of session + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsSession + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallRecordSession](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordsession) +- [Graph API Reference](https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSessionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSessionCount.md new file mode 100644 index 0000000000000..cd0b9368eec1b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSessionCount.md @@ -0,0 +1,384 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordsessioncount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallRecordSessionCount +--- + +# Get-MgCommunicationCallRecordSessionCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallRecordSessionCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallRecordSessionCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallRecordSessionCount -CallRecordId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallRecordSessionCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallRecordSessionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordsessioncount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSessionSegmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSessionSegmentCount.md new file mode 100644 index 0000000000000..50ddfb1699e03 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationCallRecordSessionSegmentCount.md @@ -0,0 +1,406 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordsessionsegmentcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationCallRecordSessionSegmentCount +--- + +# Get-MgCommunicationCallRecordSessionSegmentCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationCallRecordSessionSegmentCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationCallRecordSessionSegmentCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationCallRecordSessionSegmentCount -CallRecordId -SessionId + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationCallRecordSessionSegmentCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SessionId + +The unique identifier of session + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationCallRecordSessionSegmentCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationcallrecordsessionsegmentcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md new file mode 100644 index 0000000000000..5e5da4ab305ae --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeeting.md @@ -0,0 +1,901 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeeting +--- + +# Get-MgCommunicationOnlineMeeting + +## SYNOPSIS + +Get onlineMeetings from communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### GetExpanded (Default) + +``` +Get-MgCommunicationOnlineMeeting [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ChatInfo ] [-EndDateTime ] + [-ExternalId ] [-Participants ] + [-StartDateTime ] [-Subject ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeeting -OnlineMeetingId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeeting -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### List + +``` +Get-MgCommunicationOnlineMeeting [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [-WhatIf] [-Confirm] [] +``` + +### Get1 + +``` +Get-MgCommunicationOnlineMeeting + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get onlineMeetings from communications + +## EXAMPLES +### Example 1: Retrieve an online meeting by videoTeleconferenceId + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationOnlineMeeting -Filter "VideoTeleconferenceId eq '123456789'" + +``` +This example will retrieve an online meeting by videoteleconferenceid + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1Pc6SxrCommunicationsOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatInfo + +chatInfo +To construct, see NOTES section for CHATINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Participants + +meetingParticipants +To construct, see NOTES section for PARTICIPANTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingParticipants +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Subject + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1Pc6SxrCommunicationsOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [EndDateTime ]: + [ExternalId ]: + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [StartDateTime ]: + [Subject ]: + +CHATINFO ``: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +PARTICIPANTS ``: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeeting) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReport.md new file mode 100644 index 0000000000000..031888be726b2 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReport.md @@ -0,0 +1,601 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendancereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingAttendanceReport +--- + +# Get-MgCommunicationOnlineMeetingAttendanceReport + +## SYNOPSIS + +The attendance reports of an online meeting. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingAttendanceReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingAttendanceReport?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingAttendanceReport -OnlineMeetingId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingAttendanceReport -MeetingAttendanceReportId + -OnlineMeetingId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingAttendanceReport -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The attendance reports of an online meeting. +Read-only. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingAttendanceReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendancereport) + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md new file mode 100644 index 0000000000000..7189a131b8aad --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md @@ -0,0 +1,628 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendancereportattendancerecord +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord +--- + +# Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + +## SYNOPSIS + +List of attendance records of an attendance report. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord -MeetingAttendanceReportId + -OnlineMeetingId [-ExpandProperty ] [-Property ] [-Filter ] + [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord -AttendanceRecordId + -MeetingAttendanceReportId -OnlineMeetingId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +List of attendance records of an attendance report. +Read-only. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceRecordId + +The unique identifier of attendanceRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendancereportattendancerecord) + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount.md new file mode 100644 index 0000000000000..290b4047504a5 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount.md @@ -0,0 +1,406 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendancereportattendancerecordcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount +--- + +# Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount + -MeetingAttendanceReportId -OnlineMeetingId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendancereportattendancerecordcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReportCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReportCount.md new file mode 100644 index 0000000000000..a5e21b0222c7b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendanceReportCount.md @@ -0,0 +1,384 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendancereportcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingAttendanceReportCount +--- + +# Get-MgCommunicationOnlineMeetingAttendanceReportCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingAttendanceReportCount -OnlineMeetingId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingAttendanceReportCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingAttendanceReportCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendancereportcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendeeReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendeeReport.md new file mode 100644 index 0000000000000..dcaf5da43b706 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingAttendeeReport.md @@ -0,0 +1,385 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendeereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingAttendeeReport +--- + +# Get-MgCommunicationOnlineMeetingAttendeeReport + +## SYNOPSIS + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingAttendeeReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingAttendeeReport?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingAttendeeReport -OnlineMeetingId -OutFile + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingAttendeeReport -InputObject + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingAttendeeReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingattendeereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversation.md new file mode 100644 index 0000000000000..fb2b93d87fdda --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversation.md @@ -0,0 +1,570 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversation +--- + +# Get-MgCommunicationOnlineMeetingConversation + +## SYNOPSIS + +A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversation?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingConversation [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingConversation -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversation -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingEngagementConversation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationCount.md new file mode 100644 index 0000000000000..e14bb16d4dfb7 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationCount.md @@ -0,0 +1,300 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationCount +--- + +# Get-MgCommunicationOnlineMeetingConversationCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationCount [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessage.md new file mode 100644 index 0000000000000..d1d40531c2f3d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessage.md @@ -0,0 +1,598 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessage +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessage +--- + +# Get-MgCommunicationOnlineMeetingConversationMessage + +## SYNOPSIS + +The messages in a Viva Engage conversation. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessage](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessage?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessage -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingConversationMessage -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessage -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The messages in a Viva Engage conversation. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessage) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageConversation.md new file mode 100644 index 0000000000000..b7eeaf8fd38bb --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageConversation.md @@ -0,0 +1,411 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessageconversation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageConversation +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageConversation + +## SYNOPSIS + +The Viva Engage conversation to which this message belongs. +This relationship establishes the thread context for the message. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageConversation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageConversation?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageConversation + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageConversation + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The Viva Engage conversation to which this message belongs. +This relationship establishes the thread context for the message. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageConversation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessageconversation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageCount.md new file mode 100644 index 0000000000000..def0f10fa1225 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageCount.md @@ -0,0 +1,385 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagecount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageCount +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageCount + -OnlineMeetingEngagementConversationId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagecount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReaction.md new file mode 100644 index 0000000000000..09e43124d01e5 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReaction.md @@ -0,0 +1,629 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageReaction +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageReaction + +## SYNOPSIS + +A collection of reactions (such as like and smile) that users have applied to this message. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageReaction?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReaction + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReaction + -EngagementConversationMessageId -EngagementConversationMessageReactionId + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReaction + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +A collection of reactions (such as like and smile) that users have applied to this message. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereaction) +- [Graph API Reference](https://learn.microsoft.com/graph/api/engagementconversationdiscussionmessage-list-reactions?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReactionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReactionCount.md new file mode 100644 index 0000000000000..4536a38460d81 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReactionCount.md @@ -0,0 +1,407 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereactioncount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageReactionCount +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageReactionCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageReactionCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageReactionCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReactionCount + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReactionCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageReactionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereactioncount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReply.md new file mode 100644 index 0000000000000..109881c056000 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReply.md @@ -0,0 +1,626 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereply +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageReply +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageReply + +## SYNOPSIS + +A collection of messages that are replies to this message and form a threaded discussion. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageReply](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageReply?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReply -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReply -EngagementConversationMessageId + -EngagementConversationMessageId1 -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReply -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +A collection of messages that are replies to this message and form a threaded discussion. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageReply](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereply) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation.md new file mode 100644 index 0000000000000..2756e6590eb0f --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation.md @@ -0,0 +1,432 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplyconversation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation + +## SYNOPSIS + +The Viva Engage conversation to which this message belongs. +This relationship establishes the thread context for the message. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyConversation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyConversation?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation + -EngagementConversationMessageId -EngagementConversationMessageId1 + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The Viva Engage conversation to which this message belongs. +This relationship establishes the thread context for the message. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplyconversation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyCount.md new file mode 100644 index 0000000000000..51281bf33c6cb --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyCount.md @@ -0,0 +1,407 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplycount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageReplyCount +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageReplyCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyCount + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageReplyCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplycount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md new file mode 100644 index 0000000000000..35b6d07572f2d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md @@ -0,0 +1,655 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplyreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction + +## SYNOPSIS + +A collection of reactions (such as like and smile) that users have applied to this message. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyReaction?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageId1 + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageId1 + -EngagementConversationMessageReactionId -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +A collection of reactions (such as like and smile) that users have applied to this message. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplyreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount.md new file mode 100644 index 0000000000000..e666ed6242ecf --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount.md @@ -0,0 +1,428 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplyreactioncount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyReactionCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyReactionCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount + -EngagementConversationMessageId -EngagementConversationMessageId1 + -OnlineMeetingEngagementConversationId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplyreactioncount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyTo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyTo.md new file mode 100644 index 0000000000000..640a00e177b5f --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationMessageReplyTo.md @@ -0,0 +1,468 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplyto +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationMessageReplyTo +--- + +# Get-MgCommunicationOnlineMeetingConversationMessageReplyTo + +## SYNOPSIS + +The parent message to which this message is a reply, if it is part of a reply chain. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyTo](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationMessageReplyTo?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyTo -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### Get1 + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyTo -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId -EngagementConversationMessageId1 + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity1 + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyTo + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationMessageReplyTo + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The parent message to which this message is a reply, if it is part of a reply chain. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationMessageReplyTo](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationmessagereplyto) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationOnlineMeeting.md new file mode 100644 index 0000000000000..5da53f3d8d86d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationOnlineMeeting.md @@ -0,0 +1,387 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationonlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationOnlineMeeting +--- + +# Get-MgCommunicationOnlineMeetingConversationOnlineMeeting + +## SYNOPSIS + +The online meeting associated with the conversation. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationOnlineMeeting + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationOnlineMeeting + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The online meeting associated with the conversation. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationonlinemeeting) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md new file mode 100644 index 0000000000000..cc9087ec45321 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md @@ -0,0 +1,387 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationonlinemeetingattendeereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport +--- + +# Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport + +## SYNOPSIS + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport + -OnlineMeetingEngagementConversationId -OutFile + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport + -InputObject -OutFile [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationonlinemeetingattendeereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarter.md new file mode 100644 index 0000000000000..9322b332c4b8b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarter.md @@ -0,0 +1,387 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarter +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarter +--- + +# Get-MgCommunicationOnlineMeetingConversationStarter + +## SYNOPSIS + +The first message in a Viva Engage conversation. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarter](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarter?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarter -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarter -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The first message in a Viva Engage conversation. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarter](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarter) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterConversation.md new file mode 100644 index 0000000000000..452e43add55e6 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterConversation.md @@ -0,0 +1,389 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterconversation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarterConversation +--- + +# Get-MgCommunicationOnlineMeetingConversationStarterConversation + +## SYNOPSIS + +The Viva Engage conversation to which this message belongs. +This relationship establishes the thread context for the message. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarterConversation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarterConversation?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarterConversation + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarterConversation + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The Viva Engage conversation to which this message belongs. +This relationship establishes the thread context for the message. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarterConversation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterconversation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReaction.md new file mode 100644 index 0000000000000..843af8122e932 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReaction.md @@ -0,0 +1,599 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarterReaction +--- + +# Get-MgCommunicationOnlineMeetingConversationStarterReaction + +## SYNOPSIS + +A collection of reactions (such as like and smile) that users have applied to this message. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarterReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarterReaction?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReaction + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReaction + -EngagementConversationMessageReactionId -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReaction + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +A collection of reactions (such as like and smile) that users have applied to this message. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarterReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReactionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReactionCount.md new file mode 100644 index 0000000000000..cab21a3a5d1c9 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReactionCount.md @@ -0,0 +1,385 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreactioncount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarterReactionCount +--- + +# Get-MgCommunicationOnlineMeetingConversationStarterReactionCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarterReactionCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarterReactionCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReactionCount + -OnlineMeetingEngagementConversationId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReactionCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarterReactionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreactioncount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReply.md new file mode 100644 index 0000000000000..aadf62f2e7d04 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReply.md @@ -0,0 +1,598 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreply +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarterReply +--- + +# Get-MgCommunicationOnlineMeetingConversationStarterReply + +## SYNOPSIS + +A collection of messages that are replies to this message and form a threaded discussion. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarterReply](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarterReply?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReply + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReply -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReply -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +A collection of messages that are replies to this message and form a threaded discussion. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarterReply](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreply) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation.md new file mode 100644 index 0000000000000..ebaf9ad6a8a13 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation.md @@ -0,0 +1,411 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplyconversation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation +--- + +# Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation + +## SYNOPSIS + +The Viva Engage conversation to which this message belongs. +This relationship establishes the thread context for the message. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyConversation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyConversation?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The Viva Engage conversation to which this message belongs. +This relationship establishes the thread context for the message. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplyconversation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyCount.md new file mode 100644 index 0000000000000..ce4ae3bda1263 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyCount.md @@ -0,0 +1,385 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplycount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarterReplyCount +--- + +# Get-MgCommunicationOnlineMeetingConversationStarterReplyCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyCount + -OnlineMeetingEngagementConversationId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarterReplyCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplycount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md new file mode 100644 index 0000000000000..0b3bbe41f77a0 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md @@ -0,0 +1,627 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplyreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction +--- + +# Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction + +## SYNOPSIS + +A collection of reactions (such as like and smile) that users have applied to this message. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyReaction?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageReactionId + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +A collection of reactions (such as like and smile) that users have applied to this message. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplyreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount.md new file mode 100644 index 0000000000000..5b644e52478d3 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount.md @@ -0,0 +1,407 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplyreactioncount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount +--- + +# Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyReactionCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyReactionCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplyreactioncount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyTo.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyTo.md new file mode 100644 index 0000000000000..0cc731970ed7e --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingConversationStarterReplyTo.md @@ -0,0 +1,441 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplyto +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingConversationStarterReplyTo +--- + +# Get-MgCommunicationOnlineMeetingConversationStarterReplyTo + +## SYNOPSIS + +The parent message to which this message is a reply, if it is part of a reply chain. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyTo](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingConversationStarterReplyTo?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyTo + -OnlineMeetingEngagementConversationId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### Get1 + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyTo + -OnlineMeetingEngagementConversationId -EngagementConversationMessageId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity1 + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyTo + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingConversationStarterReplyTo + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The parent message to which this message is a reply, if it is part of a reply chain. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingConversationStarterReplyTo](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingconversationstarterreplyto) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllSitesBackup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingCount.md similarity index 75% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllSitesBackup.md rename to microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingCount.md index 0e59b9ab0414b..0114ac8bcef51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllSitesBackup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingCount.md @@ -1,29 +1,32 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/enable-mgbetasolutionbackuprestoreallsitesbackup +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingcount Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 -title: Enable-MgBetaSolutionBackupRestoreAllSitesBackup +title: Get-MgCommunicationOnlineMeetingCount --- -# Enable-MgBetaSolutionBackupRestoreAllSitesBackup +# Get-MgCommunicationOnlineMeetingCount ## SYNOPSIS -Invoke action enable +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingCount?view=graph-powershell-beta) ## SYNTAX -### Enable (Default) +### Get (Default) ``` -Enable-MgBetaSolutionBackupRestoreAllSitesBackup [-ResponseHeadersVariable ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +Get-MgCommunicationOnlineMeetingCount [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] ``` ## ALIASES @@ -33,15 +36,15 @@ This cmdlet has the following aliases, ## DESCRIPTION -Invoke action enable +Get the number of the resource **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.ReadWrite.All, | +| Delegated (work or school account) | OnlineMeetings.Read, OnlineMeetings.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.ReadWrite.All, | +| Application | OnlineMeetings.Read.All, OnlineMeetings.ReadWrite.All, | ## PARAMETERS @@ -66,16 +69,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -Filter -Prompts you for confirmation before running the cmdlet. +Filter items by property values ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -114,7 +116,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -135,7 +137,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -236,16 +238,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -WhatIf +### -Search -Runs the command in a mode that only reports what would happen without performing the actions. +Search items by search phrases ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- wi +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -273,7 +274,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllSitesBackup +### System.Int32 {{ Fill in the Description }} @@ -281,7 +282,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Enable-MgBetaSolutionBackupRestoreAllSitesBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/enable-mgbetasolutionbackuprestoreallsitesbackup) +- [Get-MgCommunicationOnlineMeetingCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingcount) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingMessage.md new file mode 100644 index 0000000000000..5c4cea5867e8d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingMessage.md @@ -0,0 +1,436 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingmessage +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingMessage +--- + +# Get-MgCommunicationOnlineMeetingMessage + +## SYNOPSIS + +Get all Teams question and answer (Q&A) conversation messages in a tenant. +This function returns a snapshot of all Q&A activity in JSON format. +The export includes:\r- The original question or discussion text\r- The user who posted the message\r- All replies and responders\r- Vote counts\r- Moderation status (pending or dismissed)\r- Private replies\r- The meeting ID and organizer ID that are used for mapping to meeting metadata. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingMessage](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingMessage?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingMessage [-Count] [-ExpandProperty ] [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get all Teams question and answer (Q&A) conversation messages in a tenant. +This function returns a snapshot of all Q&A activity in JSON format. +The export includes:\r- The original question or discussion text\r- The user who posted the message\r- All replies and responders\r- Vote counts\r- Moderation status (pending or dismissed)\r- Private replies\r- The meeting ID and organizer ID that are used for mapping to meeting metadata. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/cloudcommunications-getallonlinemeetingmessages?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecording.md new file mode 100644 index 0000000000000..7ee95f54d1e0b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecording.md @@ -0,0 +1,725 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingRecording +--- + +# Get-MgCommunicationOnlineMeetingRecording + +## SYNOPSIS + +The recordings of an online meeting. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingRecording?view=graph-powershell-beta) + +## SYNTAX + +### Get1 (Default) + +``` +Get-MgCommunicationOnlineMeetingRecording [-ExpandProperty ] [-Property ] + [-Count] [-EndDateTime ] [-Filter ] [-MeetingOrganizerUserId ] + [-Search ] [-Skip ] [-Sort ] [-StartDateTime ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingRecording -CallRecordingId -OnlineMeetingId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### List + +``` +Get-MgCommunicationOnlineMeetingRecording -OnlineMeetingId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingRecording -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The recordings of an online meeting. +Read-only. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Usage: endDateTime=@endDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizerUserId + +Usage: meetingOrganizerUserId='@meetingOrganizerUserId' + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +Usage: startDateTime=@startDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingrecording) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecordingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecordingContent.md new file mode 100644 index 0000000000000..8119601a12901 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecordingContent.md @@ -0,0 +1,406 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingrecordingcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingRecordingContent +--- + +# Get-MgCommunicationOnlineMeetingRecordingContent + +## SYNOPSIS + +The content of the recording. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingRecordingContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingRecordingContent?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingRecordingContent -CallRecordingId -OnlineMeetingId + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingRecordingContent -InputObject + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the recording. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingRecordingContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingrecordingcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecordingCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecordingCount.md new file mode 100644 index 0000000000000..0a6b2da50174a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecordingCount.md @@ -0,0 +1,384 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingrecordingcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingRecordingCount +--- + +# Get-MgCommunicationOnlineMeetingRecordingCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingRecordingCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingRecordingCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingRecordingCount -OnlineMeetingId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingRecordingCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingRecordingCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingrecordingcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecordingDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecordingDelta.md new file mode 100644 index 0000000000000..64b5cb98618a0 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingRecordingDelta.md @@ -0,0 +1,583 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingrecordingdelta +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingRecordingDelta +--- + +# Get-MgCommunicationOnlineMeetingRecordingDelta + +## SYNOPSIS + +Invoke function delta + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingRecordingDelta](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingRecordingDelta?view=graph-powershell-beta) + +## SYNTAX + +### Delta (Default) + +``` +Get-MgCommunicationOnlineMeetingRecordingDelta -OnlineMeetingId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### DeltaViaIdentity + +``` +Get-MgCommunicationOnlineMeetingRecordingDelta -InputObject + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function delta + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingRecordingDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingrecordingdelta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscript.md new file mode 100644 index 0000000000000..21307c7c48424 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscript.md @@ -0,0 +1,725 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingTranscript +--- + +# Get-MgCommunicationOnlineMeetingTranscript + +## SYNOPSIS + +The transcripts of an online meeting. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingTranscript?view=graph-powershell-beta) + +## SYNTAX + +### Get1 (Default) + +``` +Get-MgCommunicationOnlineMeetingTranscript [-ExpandProperty ] [-Property ] + [-Count] [-EndDateTime ] [-Filter ] [-MeetingOrganizerUserId ] + [-Search ] [-Skip ] [-Sort ] [-StartDateTime ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### Get + +``` +Get-MgCommunicationOnlineMeetingTranscript -CallTranscriptId -OnlineMeetingId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### List + +``` +Get-MgCommunicationOnlineMeetingTranscript -OnlineMeetingId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingTranscript -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The transcripts of an online meeting. +Read-only. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Usage: endDateTime=@endDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizerUserId + +Usage: meetingOrganizerUserId='@meetingOrganizerUserId' + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +Usage: startDateTime=@startDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscript) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptContent.md new file mode 100644 index 0000000000000..add608866a706 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptContent.md @@ -0,0 +1,407 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscriptcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingTranscriptContent +--- + +# Get-MgCommunicationOnlineMeetingTranscriptContent + +## SYNOPSIS + +The content of the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingTranscriptContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingTranscriptContent?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingTranscriptContent -CallTranscriptId + -OnlineMeetingId -OutFile [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingTranscriptContent -InputObject + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the transcript. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingTranscriptContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscriptcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptCount.md new file mode 100644 index 0000000000000..94831d181a0ba --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptCount.md @@ -0,0 +1,384 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscriptcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingTranscriptCount +--- + +# Get-MgCommunicationOnlineMeetingTranscriptCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingTranscriptCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingTranscriptCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingTranscriptCount -OnlineMeetingId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingTranscriptCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingTranscriptCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscriptcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptDelta.md new file mode 100644 index 0000000000000..4c805f6277bc3 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptDelta.md @@ -0,0 +1,583 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscriptdelta +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingTranscriptDelta +--- + +# Get-MgCommunicationOnlineMeetingTranscriptDelta + +## SYNOPSIS + +Invoke function delta + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingTranscriptDelta](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingTranscriptDelta?view=graph-powershell-beta) + +## SYNTAX + +### Delta (Default) + +``` +Get-MgCommunicationOnlineMeetingTranscriptDelta -OnlineMeetingId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### DeltaViaIdentity + +``` +Get-MgCommunicationOnlineMeetingTranscriptDelta -InputObject + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function delta + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingTranscriptDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscriptdelta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteBackup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptMetadataContent.md similarity index 55% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteBackup.md rename to microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptMetadataContent.md index a2a3c3c6e6559..2779791d0a4c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteBackup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingTranscriptMetadataContent.md @@ -1,30 +1,44 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresitebackup +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscriptmetadatacontent Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 -title: Remove-MgBetaSolutionBackupRestoreSiteBackup +title: Get-MgCommunicationOnlineMeetingTranscriptMetadataContent --- -# Remove-MgBetaSolutionBackupRestoreSiteBackup +# Get-MgCommunicationOnlineMeetingTranscriptMetadataContent ## SYNOPSIS -Delete navigation property allSitesBackup for solutions +The time-aligned metadata of the utterances in the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent?view=graph-powershell-beta) ## SYNTAX -### Delete (Default) +### Get (Default) ``` -Remove-MgBetaSolutionBackupRestoreSiteBackup [-IfMatch ] [-ResponseHeadersVariable ] +Get-MgCommunicationOnlineMeetingTranscriptMetadataContent -CallTranscriptId + -OnlineMeetingId -OutFile [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingTranscriptMetadataContent + -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] ``` ## ALIASES @@ -34,7 +48,8 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete navigation property allSitesBackup for solutions +The time-aligned metadata of the utterances in the transcript. +Read-only. ## PARAMETERS @@ -59,20 +74,19 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -CallTranscriptId -Prompts you for confirmation before running the cmdlet. +The unique identifier of callTranscript ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: -- Name: (All) +- Name: Get Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -107,7 +121,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -128,7 +142,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -144,9 +158,52 @@ AcceptedValues: [] HelpMessage: '' ``` -### -IfMatch +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile -ETag +Path to write output file to ```yaml Type: System.String @@ -156,7 +213,7 @@ Aliases: [] ParameterSets: - Name: (All) Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -271,28 +328,6 @@ AcceptedValues: [] HelpMessage: '' ``` -### -WhatIf - -Runs the command in a mode that only reports what would happen without performing the actions. - -```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: '' -SupportsWildcards: false -Aliases: -- wi -ParameterSets: -- Name: (All) - Position: Named - IsRequired: false - ValueFromPipeline: false - ValueFromPipelineByPropertyName: false - ValueFromRemainingArguments: false -DontShow: false -AcceptedValues: [] -HelpMessage: '' -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, @@ -302,6 +337,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + ### System.Collections.IDictionary {{ Fill in the Description }} @@ -314,9 +353,36 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + ## RELATED LINKS -- [Remove-MgBetaSolutionBackupRestoreSiteBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresitebackup) +- [Get-MgCommunicationOnlineMeetingTranscriptMetadataContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingtranscriptmetadatacontent) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl.md new file mode 100644 index 0000000000000..968eb63443f9b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl.md @@ -0,0 +1,347 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingvirtualappointmentjoinweburl +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl +--- + +# Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl + +## SYNOPSIS + +Get a join web URL for a Microsoft Virtual Appointment. +This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. +With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl -OnlineMeetingId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl + -InputObject [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a join web URL for a Microsoft Virtual Appointment. +This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. +With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.String + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationonlinemeetingvirtualappointmentjoinweburl) +- [Graph API Reference](https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationPresence.md new file mode 100644 index 0000000000000..a49164efd65e1 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationPresence.md @@ -0,0 +1,581 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationPresence +--- + +# Get-MgCommunicationPresence + +## SYNOPSIS + +Get a user's presence information. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationPresence?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgCommunicationPresence [-ExpandProperty ] [-Property ] [-Filter ] + [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgCommunicationPresence -PresenceId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgCommunicationPresence -InputObject [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a user's presence information. + +## EXAMPLES +### Example 1: Get the presence information of another user + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgCommunicationPresence -PresenceId $presenceId + +``` +This example will get the presence information of another user + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgCommunicationPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllDrivesBackup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationPresenceByUserId.md similarity index 71% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllDrivesBackup.md rename to microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationPresenceByUserId.md index d57ea077a17bb..779651ec04966 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllDrivesBackup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationPresenceByUserId.md @@ -1,37 +1,40 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestorealldrivesbackup +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationpresencebyuserid Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 -title: Disable-MgBetaSolutionBackupRestoreAllDrivesBackup +title: Get-MgCommunicationPresenceByUserId --- -# Disable-MgBetaSolutionBackupRestoreAllDrivesBackup +# Get-MgCommunicationPresenceByUserId ## SYNOPSIS -Invoke action disable +Get the presence information for multiple users. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationPresenceByUserId](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationPresenceByUserId?view=graph-powershell-beta) ## SYNTAX -### DisableExpanded (Default) +### GetExpanded (Default) ``` -Disable-MgBetaSolutionBackupRestoreAllDrivesBackup [-ResponseHeadersVariable ] - [-ActionOnExistingPolicy ] [-AdditionalProperties ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +Get-MgCommunicationPresenceByUserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Ids ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] ``` -### Disable +### Get ``` -Disable-MgBetaSolutionBackupRestoreAllDrivesBackup - -BodyParameter +Get-MgCommunicationPresenceByUserId + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] @@ -45,38 +48,37 @@ This cmdlet has the following aliases, ## DESCRIPTION -Invoke action disable +Get the presence information for multiple users. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.ReadWrite.All, | +| Delegated (work or school account) | Presence.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.ReadWrite.All, | +| Application | Presence.Read.All, Presence.ReadWrite.All, | -## PARAMETERS +## EXAMPLES +### Example 1: Code snippet -### -ActionOnExistingPolicy +```powershell -fullServiceBackupDisableMode +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + ids = @( + "fa8bf3dc-eca7-46b7-bad1-db199b62afc3" +"66825e03-7ef5-42da-9069-724602c31f6b" +) +} + +Get-MgCommunicationPresenceByUserId -BodyParameter $params -```yaml -Type: System.String -DefaultValue: '' -SupportsWildcards: false -Aliases: [] -ParameterSets: -- Name: DisableExpanded - Position: Named - IsRequired: false - ValueFromPipeline: false - ValueFromPipelineByPropertyName: false - ValueFromRemainingArguments: false -DontShow: false -AcceptedValues: [] -HelpMessage: '' ``` +This example shows how to use the Get-MgCommunicationPresenceByUserId Cmdlet. + + +## PARAMETERS ### -AdditionalProperties @@ -88,7 +90,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: DisableExpanded +- Name: GetExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -105,12 +107,12 @@ HelpMessage: '' To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IPaths116Tg59SolutionsBackuprestoreAlldrivesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +Type: Microsoft.Graph.PowerShell.Models.IPaths10WpgkzCommunicationsMicrosoftGraphGetpresencesbyuseridPostRequestbodyContentApplicationJsonSchema DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: Disable +- Name: Get Position: Named IsRequired: true ValueFromPipeline: true @@ -190,7 +192,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -211,7 +213,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -227,6 +229,27 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Ids + + + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Proxy The URI for the proxy server to use @@ -343,7 +366,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IPaths116Tg59SolutionsBackuprestoreAlldrivesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPaths10WpgkzCommunicationsMicrosoftGraphGetpresencesbyuseridPostRequestbodyContentApplicationJsonSchema {{ Fill in the Description }} @@ -353,7 +376,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllDrivesBackup +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence {{ Fill in the Description }} @@ -364,15 +387,15 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. - [ActionOnExistingPolicy ]: fullServiceBackupDisableMode + [Ids ]: ## RELATED LINKS -- [Disable-MgBetaSolutionBackupRestoreAllDrivesBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestorealldrivesbackup) - +- [Get-MgCommunicationPresenceByUserId](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationpresencebyuserid) +- [Graph API Reference](https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationPresenceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationPresenceCount.md new file mode 100644 index 0000000000000..50e4e61b7061b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgCommunicationPresenceCount.md @@ -0,0 +1,308 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationpresencecount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgCommunicationPresenceCount +--- + +# Get-MgCommunicationPresenceCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaCommunicationPresenceCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaCommunicationPresenceCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgCommunicationPresenceCount [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Presence.Read, Presence.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Presence.Read.All, Presence.ReadWrite.All, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +## RELATED LINKS + +- [Get-MgCommunicationPresenceCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mgcommunicationpresencecount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md new file mode 100644 index 0000000000000..e41a10ce8f356 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeeting.md @@ -0,0 +1,1055 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeeting +--- + +# Get-MgUserOnlineMeeting + +## SYNOPSIS + +Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### GetExpanded (Default) + +``` +Get-MgUserOnlineMeeting -UserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ChatInfo ] [-EndDateTime ] + [-ExternalId ] [-Participants ] + [-StartDateTime ] [-Subject ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Get + +``` +Get-MgUserOnlineMeeting -OnlineMeetingId -UserId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### List + +``` +Get-MgUserOnlineMeeting -UserId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [-WhatIf] [-Confirm] [] +``` + +### Get1 + +``` +Get-MgUserOnlineMeeting -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### GetViaIdentityExpanded + +``` +Get-MgUserOnlineMeeting -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ChatInfo ] [-EndDateTime ] [-ExternalId ] + [-Participants ] [-StartDateTime ] + [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### GetViaIdentity1 + +``` +Get-MgUserOnlineMeeting -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeeting -InputObject [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetings.Read, OnlineMeetings.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetings.Read.All, OnlineMeetings.ReadWrite.All, | + +## EXAMPLES +### Example 1: Retrieve an online meeting by meeting ID + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +# A UPN can also be used as -UserId. +Get-MgUserOnlineMeeting -UserId $userId -OnlineMeetingId $onlineMeetingId + +``` +This example will retrieve an online meeting by meeting id + +### Example 2: Retrieve an online meeting by joinWebUrl + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +# A UPN can also be used as -UserId. +Get-MgUserOnlineMeeting -UserId $userId -Filter "JoinWebUrl eq 'https://teams.microsoft.com/l/meetup-join/19:meeting_MGQ4MDQyNTEtNTQ2NS00YjQxLTlkM2EtZWVkODYxODYzMmY2@thread.v2/0?context" + +``` +This example will retrieve an online meeting by joinweburl + +### Example 3: Retrieve an online meeting by joinMeetingId + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +# A UPN can also be used as -UserId. +Get-MgUserOnlineMeeting -UserId $userId -Filter "joinMeetingIdSettings/joinMeetingId eq '1234567890'" + +``` +This example will retrieve an online meeting by joinmeetingid + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1H47062UsersUserIdOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatInfo + +chatInfo +To construct, see NOTES section for CHATINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Participants + +meetingParticipants +To construct, see NOTES section for PARTICIPANTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingParticipants +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Subject + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1H47062UsersUserIdOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [EndDateTime ]: + [ExternalId ]: + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [StartDateTime ]: + [Subject ]: + +CHATINFO ``: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +PARTICIPANTS ``: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + + +## RELATED LINKS + +- [Get-MgUserOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeeting) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReport.md new file mode 100644 index 0000000000000..9f340965e2578 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReport.md @@ -0,0 +1,648 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendancereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingAttendanceReport +--- + +# Get-MgUserOnlineMeetingAttendanceReport + +## SYNOPSIS + +The attendance reports of an online meeting. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingAttendanceReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingAttendanceReport?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgUserOnlineMeetingAttendanceReport -OnlineMeetingId -UserId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### Get + +``` +Get-MgUserOnlineMeetingAttendanceReport -MeetingAttendanceReportId + -OnlineMeetingId -UserId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingAttendanceReport -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The attendance reports of an online meeting. +Read-only. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingArtifact.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingArtifact.Read.All, OnlineMeetingArtifact.Read.Chat, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +# A UPN can also be used as -UserId. +Get-MgUserOnlineMeetingAttendanceReport -UserId $userId -OnlineMeetingId $onlineMeetingId + +``` +This example shows how to use the Get-MgUserOnlineMeetingAttendanceReport Cmdlet. + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingAttendanceReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendancereport) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md new file mode 100644 index 0000000000000..994fc8ce0456d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md @@ -0,0 +1,668 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendancereportattendancerecord +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord +--- + +# Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord + +## SYNOPSIS + +List of attendance records of an attendance report. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord?view=graph-powershell-beta) + +## SYNTAX + +### List (Default) + +``` +Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord -MeetingAttendanceReportId + -OnlineMeetingId -UserId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] [] +``` + +### Get + +``` +Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord -AttendanceRecordId + -MeetingAttendanceReportId -OnlineMeetingId -UserId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +List of attendance records of an attendance report. +Read-only. + +## EXAMPLES +### Example 1: List attendance records + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +# A UPN can also be used as -UserId. +Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord -UserId $userId -OnlineMeetingId $onlineMeetingId -MeetingAttendanceReportId $meetingAttendanceReportId + +``` +This example will list attendance records + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceRecordId + +The unique identifier of attendanceRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendancereportattendancerecord) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount.md new file mode 100644 index 0000000000000..83bcbac219676 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount.md @@ -0,0 +1,435 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendancereportattendancerecordcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount +--- + +# Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount -MeetingAttendanceReportId + -OnlineMeetingId -UserId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingArtifact.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingArtifact.Read.All, OnlineMeetingArtifact.Read.Chat, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendancereportattendancerecordcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReportCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReportCount.md new file mode 100644 index 0000000000000..a29c4f5c2361e --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendanceReportCount.md @@ -0,0 +1,414 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendancereportcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingAttendanceReportCount +--- + +# Get-MgUserOnlineMeetingAttendanceReportCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingAttendanceReportCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingAttendanceReportCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingAttendanceReportCount -OnlineMeetingId -UserId + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingAttendanceReportCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingArtifact.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingArtifact.Read.All, OnlineMeetingArtifact.Read.Chat, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingAttendanceReportCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendancereportcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendeeReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendeeReport.md new file mode 100644 index 0000000000000..4ce4cb0a864ae --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingAttendeeReport.md @@ -0,0 +1,427 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendeereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingAttendeeReport +--- + +# Get-MgUserOnlineMeetingAttendeeReport + +## SYNOPSIS + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingAttendeeReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingAttendeeReport?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingAttendeeReport -OnlineMeetingId -UserId -OutFile + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingAttendeeReport -InputObject -OutFile + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingArtifact.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingArtifact.Read.All, | + +## EXAMPLES +### Example 1: Fetch attendee report of a Teams live event + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +# A UPN can also be used as -UserId. +Get-MgUserOnlineMeetingAttendeeReport -UserId $userId -OnlineMeetingId $onlineMeetingId + +``` +This example will fetch attendee report of a teams live event + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingAttendeeReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingattendeereport) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingCount.md new file mode 100644 index 0000000000000..3b821fb0d0bee --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingCount.md @@ -0,0 +1,391 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingCount +--- + +# Get-MgUserOnlineMeetingCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingCount -UserId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingCount -InputObject [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetings.Read, OnlineMeetings.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetings.Read.All, OnlineMeetings.ReadWrite.All, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecording.md new file mode 100644 index 0000000000000..54645c69de842 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecording.md @@ -0,0 +1,857 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingRecording +--- + +# Get-MgUserOnlineMeetingRecording + +## SYNOPSIS + +Get a callRecording object associated with a scheduled online meeting and an ad hoc call. +This API supports the retrieval of call recordings from all meeting types except live events. +For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. +For the content of a recording, this API returns the stream of bytes associated with the recording. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingRecording?view=graph-powershell-beta) + +## SYNTAX + +### Get1 (Default) + +``` +Get-MgUserOnlineMeetingRecording -UserId [-ExpandProperty ] + [-Property ] [-Count] [-EndDateTime ] [-Filter ] + [-MeetingOrganizerUserId ] [-Search ] [-Skip ] [-Sort ] + [-StartDateTime ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### Get + +``` +Get-MgUserOnlineMeetingRecording -CallRecordingId -OnlineMeetingId + -UserId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### List + +``` +Get-MgUserOnlineMeetingRecording -OnlineMeetingId -UserId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### GetViaIdentity1 + +``` +Get-MgUserOnlineMeetingRecording -InputObject + [-ExpandProperty ] [-Property ] [-Count] [-EndDateTime ] + [-Filter ] [-MeetingOrganizerUserId ] [-Search ] [-Skip ] + [-Sort ] [-StartDateTime ] [-Top ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingRecording -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a callRecording object associated with a scheduled online meeting and an ad hoc call. +This API supports the retrieval of call recordings from all meeting types except live events. +For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. +For the content of a recording, this API returns the stream of bytes associated with the recording. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingRecording.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingRecording.Read.All, OnlineMeetingRecording.Read.Chat, | + +## EXAMPLES +### Example 1: Get a callRecording + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgUserOnlineMeetingRecording -UserId $userId -OnlineMeetingId $onlineMeetingId -CallRecordingId $callRecordingId + +``` +This example will get a callrecording + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Usage: endDateTime=@endDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizerUserId + +Usage: meetingOrganizerUserId='@meetingOrganizerUserId' + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +Usage: startDateTime=@startDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingrecording) +- [Graph API Reference](https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecordingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecordingContent.md new file mode 100644 index 0000000000000..8ab08d8c788c1 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecordingContent.md @@ -0,0 +1,436 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingrecordingcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingRecordingContent +--- + +# Get-MgUserOnlineMeetingRecordingContent + +## SYNOPSIS + +The content of the recording. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingRecordingContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingRecordingContent?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingRecordingContent -CallRecordingId -OnlineMeetingId + -UserId -OutFile [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingRecordingContent -InputObject + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the recording. +Read-only. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingRecording.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingRecording.Read.All, OnlineMeetingRecording.Read.Chat, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingRecordingContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingrecordingcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecordingCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecordingCount.md new file mode 100644 index 0000000000000..18cfbcb50a97f --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecordingCount.md @@ -0,0 +1,412 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingrecordingcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingRecordingCount +--- + +# Get-MgUserOnlineMeetingRecordingCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingRecordingCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingRecordingCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingRecordingCount -OnlineMeetingId -UserId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingRecordingCount -InputObject [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingRecording.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingRecording.Read.All, OnlineMeetingRecording.Read.Chat, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingRecordingCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingrecordingcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecordingDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecordingDelta.md new file mode 100644 index 0000000000000..5e8fecf4369b3 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingRecordingDelta.md @@ -0,0 +1,612 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingrecordingdelta +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingRecordingDelta +--- + +# Get-MgUserOnlineMeetingRecordingDelta + +## SYNOPSIS + +Invoke function delta + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingRecordingDelta](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingRecordingDelta?view=graph-powershell-beta) + +## SYNTAX + +### Delta (Default) + +``` +Get-MgUserOnlineMeetingRecordingDelta -OnlineMeetingId -UserId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### DeltaViaIdentity + +``` +Get-MgUserOnlineMeetingRecordingDelta -InputObject + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function delta + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingRecording.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingRecording.Read.All, OnlineMeetingRecording.Read.Chat, | + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingRecordingDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingrecordingdelta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscript.md new file mode 100644 index 0000000000000..95155e2280c7f --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscript.md @@ -0,0 +1,858 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingTranscript +--- + +# Get-MgUserOnlineMeetingTranscript + +## SYNOPSIS + +Retrieve a callTranscript object associated with a scheduled onlineMeeting. +This API supports the retrieval of call transcripts from all meeting types except live events. +Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. +Retrieving the content of the transcript returns the stream of text associated with the transcript. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingTranscript?view=graph-powershell-beta) + +## SYNTAX + +### Get1 (Default) + +``` +Get-MgUserOnlineMeetingTranscript -UserId [-ExpandProperty ] + [-Property ] [-Count] [-EndDateTime ] [-Filter ] + [-MeetingOrganizerUserId ] [-Search ] [-Skip ] [-Sort ] + [-StartDateTime ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### Get + +``` +Get-MgUserOnlineMeetingTranscript -CallTranscriptId -OnlineMeetingId + -UserId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### List + +``` +Get-MgUserOnlineMeetingTranscript -OnlineMeetingId -UserId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### GetViaIdentity1 + +``` +Get-MgUserOnlineMeetingTranscript -InputObject + [-ExpandProperty ] [-Property ] [-Count] [-EndDateTime ] + [-Filter ] [-MeetingOrganizerUserId ] [-Search ] [-Skip ] + [-Sort ] [-StartDateTime ] [-Top ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingTranscript -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Retrieve a callTranscript object associated with a scheduled onlineMeeting. +This API supports the retrieval of call transcripts from all meeting types except live events. +Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. +Retrieving the content of the transcript returns the stream of text associated with the transcript. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingTranscript.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingTranscript.Read.All, OnlineMeetingTranscript.Read.Chat, | + +## EXAMPLES +### Example 1: Get a callTranscript + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgUserOnlineMeetingTranscript -UserId $userId -OnlineMeetingId $onlineMeetingId -CallTranscriptId $callTranscriptId + +``` +This example will get a calltranscript + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Usage: endDateTime=@endDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizerUserId + +Usage: meetingOrganizerUserId='@meetingOrganizerUserId' + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +Usage: startDateTime=@startDateTime + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: GetViaIdentity1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get1 + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscript) +- [Graph API Reference](https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-1.0) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptContent.md new file mode 100644 index 0000000000000..8a51bc4b842e0 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptContent.md @@ -0,0 +1,464 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscriptcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingTranscriptContent +--- + +# Get-MgUserOnlineMeetingTranscriptContent + +## SYNOPSIS + +Retrieve a callTranscript object associated with a scheduled onlineMeeting. +This API supports the retrieval of call transcripts from all meeting types except live events. +Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. +Retrieving the content of the transcript returns the stream of text associated with the transcript. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingTranscriptContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingTranscriptContent?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingTranscriptContent -CallTranscriptId -OnlineMeetingId + -UserId -OutFile [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingTranscriptContent -InputObject + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Retrieve a callTranscript object associated with a scheduled onlineMeeting. +This API supports the retrieval of call transcripts from all meeting types except live events. +Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. +Retrieving the content of the transcript returns the stream of text associated with the transcript. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingTranscript.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingTranscript.Read.All, OnlineMeetingTranscript.Read.Chat, | + +## EXAMPLES +### Example 1: Get a callTranscript content + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgUserOnlineMeetingTranscriptContent -UserId $userId -OnlineMeetingId $onlineMeetingId -CallTranscriptId $callTranscriptId + +``` +This example will get a calltranscript content + +### Example 2: Get a callTranscript content specifying $format query param + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgUserOnlineMeetingTranscriptContent -UserId $userId -OnlineMeetingId $onlineMeetingId -CallTranscriptId $callTranscriptId -Format "text/vtt" + +``` +This example will get a calltranscript content specifying $format query param + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingTranscriptContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscriptcontent) +- [Graph API Reference](https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptCount.md new file mode 100644 index 0000000000000..bf69decae33cb --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptCount.md @@ -0,0 +1,413 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscriptcount +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingTranscriptCount +--- + +# Get-MgUserOnlineMeetingTranscriptCount + +## SYNOPSIS + +Get the number of the resource + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingTranscriptCount](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingTranscriptCount?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingTranscriptCount -OnlineMeetingId -UserId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingTranscriptCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingTranscript.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingTranscript.Read.All, OnlineMeetingTranscript.Read.Chat, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingTranscriptCount](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscriptcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptDelta.md new file mode 100644 index 0000000000000..a166f35d77358 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptDelta.md @@ -0,0 +1,612 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscriptdelta +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingTranscriptDelta +--- + +# Get-MgUserOnlineMeetingTranscriptDelta + +## SYNOPSIS + +Invoke function delta + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingTranscriptDelta](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingTranscriptDelta?view=graph-powershell-beta) + +## SYNTAX + +### Delta (Default) + +``` +Get-MgUserOnlineMeetingTranscriptDelta -OnlineMeetingId -UserId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] + [] +``` + +### DeltaViaIdentity + +``` +Get-MgUserOnlineMeetingTranscriptDelta -InputObject + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function delta + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingTranscript.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingTranscript.Read.All, OnlineMeetingTranscript.Read.Chat, | + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Count + +Include count of items + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeltaViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delta + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingTranscriptDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscriptdelta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptMetadataContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptMetadataContent.md new file mode 100644 index 0000000000000..d5cf02d96781a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingTranscriptMetadataContent.md @@ -0,0 +1,453 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscriptmetadatacontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingTranscriptMetadataContent +--- + +# Get-MgUserOnlineMeetingTranscriptMetadataContent + +## SYNOPSIS + +Retrieve a callTranscript object associated with a scheduled onlineMeeting. +This API supports the retrieval of call transcripts from all meeting types except live events. +Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. +Retrieving the content of the transcript returns the stream of text associated with the transcript. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingTranscriptMetadataContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingTranscriptMetadataContent?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingTranscriptMetadataContent -CallTranscriptId + -OnlineMeetingId -UserId -OutFile [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingTranscriptMetadataContent -InputObject + -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Retrieve a callTranscript object associated with a scheduled onlineMeeting. +This API supports the retrieval of call transcripts from all meeting types except live events. +Retrieving the transcript returns the metadata of the single transcript associated with an online meeting or an ad hoc call. +Retrieving the content of the transcript returns the stream of text associated with the transcript. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetingTranscript.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetingTranscript.Read.All, OnlineMeetingTranscript.Read.Chat, | + +## EXAMPLES +### Example 1: Get a callTranscript metadataContent + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgUserOnlineMeetingTranscriptMetadataContent -UserId $userId -OnlineMeetingId $onlineMeetingId -CallTranscriptId $callTranscriptId + +``` +This example will get a calltranscript metadatacontent + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingTranscriptMetadataContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingtranscriptmetadatacontent) +- [Graph API Reference](https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl.md new file mode 100644 index 0000000000000..c19c3393c22d8 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl.md @@ -0,0 +1,388 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingvirtualappointmentjoinweburl +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl +--- + +# Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl + +## SYNOPSIS + +Get a join web URL for a Microsoft Virtual Appointment. +This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. +With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl -OnlineMeetingId -UserId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a join web URL for a Microsoft Virtual Appointment. +This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. +With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | VirtualAppointment.Read, VirtualAppointment.ReadWrite, OnlineMeetings.ReadWrite, OnlineMeetings.Read, | +| Delegated (personal Microsoft account) | Not supported | +| Application | VirtualAppointment.Read.All, VirtualAppointment.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +# A UPN can also be used as -UserId. +Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl -UserId $userId -OnlineMeetingId $onlineMeetingId + +``` +This example shows how to use the Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl Cmdlet. + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.String + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguseronlinemeetingvirtualappointmentjoinweburl) +- [Graph API Reference](https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md new file mode 100644 index 0000000000000..ce18f195c035a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Get-MgUserPresence.md @@ -0,0 +1,418 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguserpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgUserPresence +--- + +# Get-MgUserPresence + +## SYNOPSIS + +Get a user's presence information. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Get-MgBetaUserPresence?view=graph-powershell-beta) + +## SYNTAX + +### Get (Default) + +``` +Get-MgUserPresence -UserId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### GetViaIdentity + +``` +Get-MgUserPresence -InputObject [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a user's presence information. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Presence.Read, Presence.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Presence.Read.All, Presence.ReadWrite.All, | + +## EXAMPLES +### Example 1: Get your own presence information + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +# A UPN can also be used as -UserId. +Get-MgUserPresence -UserId $userId + +``` +This example will get your own presence information + +### Example 2: Get the presence information of another user + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Get-MgUserPresence -UserId $userId + +``` +This example will get the presence information of another user + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgUserPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/get-mguserpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgAnswerCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgAnswerCommunicationCall.md new file mode 100644 index 0000000000000..0e43ff66e7bdc --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgAnswerCommunicationCall.md @@ -0,0 +1,746 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mganswercommunicationcall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgAnswerCommunicationCall +--- + +# Invoke-MgAnswerCommunicationCall + +## SYNOPSIS + +Enable a bot to answer an incoming call. +The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. +If an invitation to a group call is received, the notification contains the chatInfo and meetingInfo parameters. +The bot is expected to answer, reject, or redirect the call before the call times out. +The current timeout value is 15 seconds for regular scenarios and 5 seconds for policy-based recording scenarios. +This API supports the following PSTN scenarios: + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaAnswerCommunicationCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaAnswerCommunicationCall?view=graph-powershell-beta) + +## SYNTAX + +### AnswerExpanded (Default) + +``` +Invoke-MgAnswerCommunicationCall -CallId [-ResponseHeadersVariable ] + [-AcceptedModalities ] [-AdditionalProperties ] [-CallOptions ] + [-CallbackUri ] [-MediaConfig ] [-ParticipantCapacity ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Answer + +``` +Invoke-MgAnswerCommunicationCall -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### AnswerViaIdentityExpanded + +``` +Invoke-MgAnswerCommunicationCall -InputObject + [-ResponseHeadersVariable ] [-AcceptedModalities ] + [-AdditionalProperties ] [-CallOptions ] [-CallbackUri ] + [-MediaConfig ] [-ParticipantCapacity ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### AnswerViaIdentity + +``` +Invoke-MgAnswerCommunicationCall -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Enable a bot to answer an incoming call. +The incoming call request can be an invitation from a participant in a group call or a peer-to-peer call. +If an invitation to a group call is received, the notification contains the chatInfo and meetingInfo parameters. +The bot is expected to answer, reject, or redirect the call before the call times out. +The current timeout value is 15 seconds for regular scenarios and 5 seconds for policy-based recording scenarios. +This API supports the following PSTN scenarios: + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCall.All, Calls.JoinGroupCallAsGuest.All, | + +## EXAMPLES +### Example 1: Answer a Peer-to-Peer VoIP call with service hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + callbackUri = "callbackUri-value" + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.appHostedMediaConfig" + blob = "" + } + acceptedModalities = @( + "audio" + ) + callOptions = @{ + "@odata.type" = "#microsoft.graph.incomingCallOptions" + isContentSharingNotificationEnabled = $true + } + participantCapacity = 200 +} + +Invoke-MgAnswerCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will answer a peer-to-peer voip call with service hosted media + +### Example 2: Answer VOIP call with application hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + callbackUri = "https://bot.contoso.com/api/calls" + acceptedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.serviceHostedMediaConfig" + preFetchMedia = @( + ) + } +} + +Invoke-MgAnswerCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will answer voip call with application hosted media + +### Example 3: Answer a policy-based recording call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + callbackUri = "https://bot.contoso.com/api/calls" + acceptedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.appHostedMediaConfig" + blob = "" + } +} + +Invoke-MgAnswerCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will answer a policy-based recording call + + +## PARAMETERS + +### -AcceptedModalities + + + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AnswerViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AnswerExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AnswerViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AnswerExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsQvpqn4CommunicationsCallsCallIdMicrosoftGraphAnswerPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AnswerViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Answer + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallbackUri + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AnswerViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AnswerExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AnswerExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Answer + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallOptions + +incomingCallOptions + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AnswerViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AnswerExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AnswerViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AnswerViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MediaConfig + +mediaConfig + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AnswerViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AnswerExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantCapacity + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: AnswerViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: AnswerExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsQvpqn4CommunicationsCallsCallIdMicrosoftGraphAnswerPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [AcceptedModalities ]: + [CallOptions ]: incomingCallOptions + [(Any) ]: This indicates any property can be added to this object. + [HideBotAfterEscalation ]: Indicates whether to hide the app after the call is escalated. + [IsContentSharingNotificationEnabled ]: Indicates whether content sharing notifications should be enabled for the call. + [IsDeltaRosterEnabled ]: Indicates whether delta roster is enabled for the call. + [IsInteractiveRosterEnabled ]: Indicates whether delta roster filtering by participant interactivity is enabled. + [CallbackUri ]: + [MediaConfig ]: mediaConfig + [(Any) ]: This indicates any property can be added to this object. + [ParticipantCapacity ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Invoke-MgAnswerCommunicationCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mganswercommunicationcall) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgCreateOrGetCommunicationOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgCreateOrGetCommunicationOnlineMeeting.md new file mode 100644 index 0000000000000..de98b2e25ab26 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgCreateOrGetCommunicationOnlineMeeting.md @@ -0,0 +1,551 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgcreateorgetcommunicationonlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgCreateOrGetCommunicationOnlineMeeting +--- + +# Invoke-MgCreateOrGetCommunicationOnlineMeeting + +## SYNOPSIS + +Create an onlineMeeting object with a custom specified external ID. +If the external ID already exists, this API will return the onlineMeeting object with that external ID. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded1 (Default) + +``` +Invoke-MgCreateOrGetCommunicationOnlineMeeting [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ChatInfo ] [-EndDateTime ] + [-ExternalId ] [-Participants ] + [-StartDateTime ] [-Subject ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create1 + +``` +Invoke-MgCreateOrGetCommunicationOnlineMeeting + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create an onlineMeeting object with a custom specified external ID. +If the external ID already exists, this API will return the onlineMeeting object with that external ID. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1Pc6SxrCommunicationsOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Create1 + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatInfo + +chatInfo +To construct, see NOTES section for CHATINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Participants + +meetingParticipants +To construct, see NOTES section for PARTICIPANTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingParticipants +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Subject + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IPaths1Pc6SxrCommunicationsOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [EndDateTime ]: + [ExternalId ]: + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [StartDateTime ]: + [Subject ]: + +CHATINFO ``: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + +PARTICIPANTS ``: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + + +## RELATED LINKS + +- [Invoke-MgCreateOrGetCommunicationOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgcreateorgetcommunicationonlinemeeting) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgInviteCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgInviteCommunicationCallParticipant.md new file mode 100644 index 0000000000000..889b244a63673 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgInviteCommunicationCallParticipant.md @@ -0,0 +1,748 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mginvitecommunicationcallparticipant +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgInviteCommunicationCallParticipant +--- + +# Invoke-MgInviteCommunicationCallParticipant + +## SYNOPSIS + +Delete a specific participant in a call. +In some situations, it is appropriate for an application to remove a participant from an active call. +This action can be done before or after the participant answers the call. +When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. +When an invited participant is removed, any outstanding add participant request is canceled. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaInviteCommunicationCallParticipant](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaInviteCommunicationCallParticipant?view=graph-powershell-beta) + +## SYNTAX + +### InviteExpanded (Default) + +``` +Invoke-MgInviteCommunicationCallParticipant -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] + [-Participants ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Invite + +``` +Invoke-MgInviteCommunicationCallParticipant -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### InviteViaIdentityExpanded + +``` +Invoke-MgInviteCommunicationCallParticipant -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Participants ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### InviteViaIdentity + +``` +Invoke-MgInviteCommunicationCallParticipant -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete a specific participant in a call. +In some situations, it is appropriate for an application to remove a participant from an active call. +This action can be done before or after the participant answers the call. +When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. +When an invited participant is removed, any outstanding add participant request is canceled. + +## EXAMPLES +### Example 1: Invite one participant to an existing call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + participants = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "278405a3-f568-4b3e-b684-009193463064" + displayName = "string" + } + } + } + ) + clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" +} + +Invoke-MgInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params + +``` +This example will invite one participant to an existing call + +### Example 2: Invite multiple participants to an existing group call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + participants = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "7e1b4346-85a6-4bdd-abe3-d11c5d420efe" + displayName = "string" + } + } + } + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "1e126418-44a0-4a94-a6f8-0efe1ad71acb" + displayName = "string" + } + } + } + ) + clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" +} + +Invoke-MgInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params + +``` +This example will invite multiple participants to an existing group call + +### Example 3: Invite participants to an existing group call, replacing an existing Peer-to-Peer call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + participants = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "7e1b4346-85a6-4bdd-abe3-d11c5d420efe" + displayName = "string" + } + } + } + ) + clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" +} + +Invoke-MgInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params + +``` +This example will invite participants to an existing group call, replacing an existing peer-to-peer call + +### Example 4: Invite one PSTN participant to an existing call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + participants = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + phone = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "+12345678901" + } + } + } + ) + clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" +} + +Invoke-MgInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params + +``` +This example will invite one pstn participant to an existing call + +### Example 5: Move one participant from one meeting to another + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + participants = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" + participantId = "7d501bf1-5ee4-4605-ba92-0ae4513c611c" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "682b6c37-0729-4fab-ace6-d730d5d9137e" + identityProvider = "AAD" + } + } + } + ) + clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" +} + +Invoke-MgInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params + +``` +This example will move one participant from one meeting to another + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: InviteViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: InviteExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1Bh76WaCommunicationsCallsCallIdParticipantsMicrosoftGraphInvitePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: InviteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Invite + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: InviteExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Invite + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: InviteViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: InviteExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: InviteViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: InviteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Participants + + +To construct, see NOTES section for PARTICIPANTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitationParticipantInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: InviteViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: InviteExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1Bh76WaCommunicationsCallsCallIdParticipantsMicrosoftGraphInvitePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInviteParticipantsOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + [Participants ]: + [Hidden ]: Optional. +Whether to hide the participant from the roster. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ParticipantId ]: Optional. +The ID of the target participant. + [RemoveFromDefaultAudioRoutingGroup ]: Optional. +Whether to remove them from the main mixer. + [ReplacesCallId ]: Optional. +The call which the target identity is currently a part of. +For peer-to-peer case, the call will be dropped once the participant is added successfully. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +PARTICIPANTS : . + [Hidden ]: Optional. +Whether to hide the participant from the roster. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ParticipantId ]: Optional. +The ID of the target participant. + [RemoveFromDefaultAudioRoutingGroup ]: Optional. +Whether to remove them from the main mixer. + [ReplacesCallId ]: Optional. +The call which the target identity is currently a part of. +For peer-to-peer case, the call will be dropped once the participant is added successfully. + + +## RELATED LINKS + +- [Invoke-MgInviteCommunicationCallParticipant](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mginvitecommunicationcallparticipant) +- [Graph API Reference](https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgKeepCommunicationCallAlive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgKeepCommunicationCallAlive.md new file mode 100644 index 0000000000000..d871e63a8eaef --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgKeepCommunicationCallAlive.md @@ -0,0 +1,441 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgkeepcommunicationcallalive +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgKeepCommunicationCallAlive +--- + +# Invoke-MgKeepCommunicationCallAlive + +## SYNOPSIS + +Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. +A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. +At least one successful request must be made within 45 minutes of the previous request, or the start of the call. +We recommend that you send a request in shorter time intervals (every 15 minutes). +Make sure that these requests are successful to prevent the call from timing out and ending. +Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. +The resources related to the call should be cleaned up on the application side. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaKeepCommunicationCallAlive](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaKeepCommunicationCallAlive?view=graph-powershell-beta) + +## SYNTAX + +### Keep (Default) + +``` +Invoke-MgKeepCommunicationCallAlive -CallId [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### KeepViaIdentity + +``` +Invoke-MgKeepCommunicationCallAlive -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. +A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. +At least one successful request must be made within 45 minutes of the previous request, or the start of the call. +We recommend that you send a request in shorter time intervals (every 15 minutes). +Make sure that these requests are successful to prevent the call from timing out and ending. +Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. +The resources related to the call should be cleaned up on the application side. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.Initiate.All, Calls.AccessMedia.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Invoke-MgKeepCommunicationCallAlive -CallId $callId + +``` +This example shows how to use the Invoke-MgKeepCommunicationCallAlive Cmdlet. + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Keep + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: KeepViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Invoke-MgKeepCommunicationCallAlive](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgkeepcommunicationcallalive) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality.md new file mode 100644 index 0000000000000..433bd44c3762d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality.md @@ -0,0 +1,608 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mglogcommunicationcallteleconferencedevicequality +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality +--- + +# Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality + +## SYNOPSIS + +Log video teleconferencing device quality data. +The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. +Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. +One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. +The other media leg is between the CVI bot and the VTC device. +The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. +This method is only for the CVI partners to provide their media quality data. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality?view=graph-powershell-beta) + +## SYNTAX + +### LogExpanded (Default) + +``` +Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Quality ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Log + +``` +Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality + -Body + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Log video teleconferencing device quality data. +The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. +Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. +One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. +The other media leg is between the CVI bot and the VTC device. +The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. +This method is only for the CVI partners to provide their media quality data. + +## EXAMPLES +### Example 1: Using the Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality Cmdlet +```powershell +Import-Module Microsoft.Graph.CloudCommunications +$params = @{ + Quality = @{ + "@odata.type" = "#microsoft.graph.teleconferenceDeviceQuality" + CallChainId = "0622673d-9f69-49b3-9d4f-5ec64f42ecce" + ParticipantId = "ea078406-b5d4-4d3c-b85e-90103dcec7f6" + MediaLegId = "bd9ee398-4b9d-42c7-8b8d-4e8efad9435f" + DeviceName = "TestAgent" + DeviceDescription = "TestDescription" + MediaQualityList = @( + @{ + "@odata.type" = "#microsoft.graph.teleconferenceDeviceAudioQuality" + ChannelIndex = 1 + MediaDuration = "PT20M" + NetworkLinkSpeedInBytes = 13000 + LocalIPAddress = "127.0.0.1" + LocalPort = 6300 + RemoteIPAddress = "102.1.1.101" + RemotePort = 6301 + InboundPackets = 5500 + OutboundPackets = 5400 + AverageInboundPacketLossRateInPercentage = 0.01 + AverageOutboundPacketLossRateInPercentage = 0.02 + MaximumInboundPacketLossRateInPercentage = 0.05 + MaximumOutboundPacketLossRateInPercentage = 0.06 + AverageInboundRoundTripDelay = "PT0.03S" + AverageOutboundRoundTripDelay = "PT0.04S" + MaximumInboundRoundTripDelay = "PT0.13S" + MaximumOutboundRoundTripDelay = "PT0.14S" + AverageInboundJitter = "PT0.01S" + AverageOutboundJitter = "PT0.015S" + MaximumInboundJitter = "PT0.023S" + MaximumOutboundJitter = "PT0.024S" + } + @{ + "@odata.type" = "#microsoft.graph.teleconferenceDeviceVideoQuality" + ChannelIndex = 1 + MediaDuration = "PT20M" + NetworkLinkSpeedInBytes = 13000 + LocalIPAddress = "127.0.0.1" + LocalPort = 6300 + RemoteIPAddress = "102.1.1.101" + RemotePort = 6301 + InboundPackets = 5500 + OutboundPackets = 5400 + AverageInboundPacketLossRateInPercentage = 0.01 + AverageOutboundPacketLossRateInPercentage = 0.02 + MaximumInboundPacketLossRateInPercentage = 0.05 + MaximumOutboundPacketLossRateInPercentage = 0.06 + AverageInboundRoundTripDelay = "PT0.03S" + AverageOutboundRoundTripDelay = "PT0.04S" + MaximumInboundRoundTripDelay = "PT0.13S" + MaximumOutboundRoundTripDelay = "PT0.14S" + AverageInboundJitter = "PT0.01S" + AverageOutboundJitter = "PT0.015S" + MaximumInboundJitter = "PT0.023S" + MaximumOutboundJitter = "PT0.024S" + } + @{ + "@odata.type" = "#microsoft.graph.teleconferenceDeviceScreenSharingQuality" + ChannelIndex = 1 + MediaDuration = "PT20M" + NetworkLinkSpeedInBytes = 13000 + LocalIPAddress = "127.0.0.1" + LocalPort = 6300 + RemoteIPAddress = "102.1.1.101" + RemotePort = 6301 + InboundPackets = 5500 + OutboundPackets = 5400 + AverageInboundPacketLossRateInPercentage = 0.01 + AverageOutboundPacketLossRateInPercentage = 0.02 + MaximumInboundPacketLossRateInPercentage = 0.05 + MaximumOutboundPacketLossRateInPercentage = 0.06 + AverageInboundRoundTripDelay = "PT0.03S" + AverageOutboundRoundTripDelay = "PT0.04S" + MaximumInboundRoundTripDelay = "PT0.13S" + MaximumOutboundRoundTripDelay = "PT0.14S" + AverageInboundJitter = "PT0.01S" + AverageOutboundJitter = "PT0.015S" + MaximumInboundJitter = "PT0.023S" + MaximumOutboundJitter = "PT0.024S" + } + ) + } +} +Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality -BodyParameter $params +``` +This example shows how to use the Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality Cmdlet. +To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: LogExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + + +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1JbdsmaCommunicationsCallsMicrosoftGraphLogteleconferencedevicequalityPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Log + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Quality + +teleconferenceDeviceQuality +To construct, see NOTES section for QUALITY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTeleconferenceDeviceQuality +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: LogExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IPaths1JbdsmaCommunicationsCallsMicrosoftGraphLogteleconferencedevicequalityPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODY ``: . + [(Any) ]: This indicates any property can be added to this object. + [Quality ]: teleconferenceDeviceQuality + [(Any) ]: This indicates any property can be added to this object. + [CallChainId ]: A unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in P2P call. +This needs to be copied over from Microsoft.Graph.Call.CallChainId. + [CloudServiceDeploymentEnvironment ]: A geo-region where the service is deployed, such as ProdNoam. + [CloudServiceDeploymentId ]: A unique deployment identifier assigned by Azure. + [CloudServiceInstanceName ]: The Azure deployed cloud service instance name, such as FrontEndIN3. + [CloudServiceName ]: The Azure deployed cloud service name, such as contoso.cloudapp.net. + [DeviceDescription ]: Any additional description, such as VTC Bldg 30/21. + [DeviceName ]: The user media agent name, such as Cisco SX80. + [MediaLegId ]: A unique identifier for a specific media leg of a participant in a conference. + One participant can have multiple media leg identifiers if retargeting happens. +CVI partner assigns this value. + [MediaQualityList ]: The list of media qualities in a media session (call), such as audio quality, video quality, and/or screen sharing quality. + [AverageInboundJitter ]: The average inbound stream network jitter. + [AverageInboundPacketLossRateInPercentage ]: The average inbound stream packet loss rate in percentage (0-100). +For example, 0.01 means 0.01%. + [AverageInboundRoundTripDelay ]: The average inbound stream network round trip delay. + [AverageOutboundJitter ]: The average outbound stream network jitter. + [AverageOutboundPacketLossRateInPercentage ]: The average outbound stream packet loss rate in percentage (0-100). +For example, 0.01 means 0.01%. + [AverageOutboundRoundTripDelay ]: The average outbound stream network round trip delay. + [ChannelIndex ]: The channel index of media. +Indexing begins with 1. + If a media session contains 3 video modalities, channel indexes will be 1, 2, and 3. + [InboundPackets ]: The total number of the inbound packets. + [LocalIPAddress ]: the local IP address for the media session. + [LocalPort ]: The local media port. + [MaximumInboundJitter ]: The maximum inbound stream network jitter. + [MaximumInboundPacketLossRateInPercentage ]: The maximum inbound stream packet loss rate in percentage (0-100). +For example, 0.01 means 0.01%. + [MaximumInboundRoundTripDelay ]: The maximum inbound stream network round trip delay. + [MaximumOutboundJitter ]: The maximum outbound stream network jitter. + [MaximumOutboundPacketLossRateInPercentage ]: The maximum outbound stream packet loss rate in percentage (0-100). +For example, 0.01 means 0.01%. + [MaximumOutboundRoundTripDelay ]: The maximum outbound stream network round trip delay. + [MediaDuration ]: The total modality duration. +If the media enabled and disabled multiple times, MediaDuration will the summation of all of the durations. + [NetworkLinkSpeedInBytes ]: The network link speed in bytes + [OutboundPackets ]: The total number of the outbound packets. + [RemoteIPAddress ]: The remote IP address for the media session. + [RemotePort ]: The remote media port. + [ParticipantId ]: A unique identifier for a specific participant in a conference. +The CVI partner needs to copy over Call.MyParticipantId to this property. + +QUALITY ``: teleconferenceDeviceQuality + [(Any) ]: This indicates any property can be added to this object. + [CallChainId ]: A unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in P2P call. +This needs to be copied over from Microsoft.Graph.Call.CallChainId. + [CloudServiceDeploymentEnvironment ]: A geo-region where the service is deployed, such as ProdNoam. + [CloudServiceDeploymentId ]: A unique deployment identifier assigned by Azure. + [CloudServiceInstanceName ]: The Azure deployed cloud service instance name, such as FrontEndIN3. + [CloudServiceName ]: The Azure deployed cloud service name, such as contoso.cloudapp.net. + [DeviceDescription ]: Any additional description, such as VTC Bldg 30/21. + [DeviceName ]: The user media agent name, such as Cisco SX80. + [MediaLegId ]: A unique identifier for a specific media leg of a participant in a conference. + One participant can have multiple media leg identifiers if retargeting happens. +CVI partner assigns this value. + [MediaQualityList ]: The list of media qualities in a media session (call), such as audio quality, video quality, and/or screen sharing quality. + [AverageInboundJitter ]: The average inbound stream network jitter. + [AverageInboundPacketLossRateInPercentage ]: The average inbound stream packet loss rate in percentage (0-100). +For example, 0.01 means 0.01%. + [AverageInboundRoundTripDelay ]: The average inbound stream network round trip delay. + [AverageOutboundJitter ]: The average outbound stream network jitter. + [AverageOutboundPacketLossRateInPercentage ]: The average outbound stream packet loss rate in percentage (0-100). +For example, 0.01 means 0.01%. + [AverageOutboundRoundTripDelay ]: The average outbound stream network round trip delay. + [ChannelIndex ]: The channel index of media. +Indexing begins with 1. + If a media session contains 3 video modalities, channel indexes will be 1, 2, and 3. + [InboundPackets ]: The total number of the inbound packets. + [LocalIPAddress ]: the local IP address for the media session. + [LocalPort ]: The local media port. + [MaximumInboundJitter ]: The maximum inbound stream network jitter. + [MaximumInboundPacketLossRateInPercentage ]: The maximum inbound stream packet loss rate in percentage (0-100). +For example, 0.01 means 0.01%. + [MaximumInboundRoundTripDelay ]: The maximum inbound stream network round trip delay. + [MaximumOutboundJitter ]: The maximum outbound stream network jitter. + [MaximumOutboundPacketLossRateInPercentage ]: The maximum outbound stream packet loss rate in percentage (0-100). +For example, 0.01 means 0.01%. + [MaximumOutboundRoundTripDelay ]: The maximum outbound stream network round trip delay. + [MediaDuration ]: The total modality duration. +If the media enabled and disabled multiple times, MediaDuration will the summation of all of the durations. + [NetworkLinkSpeedInBytes ]: The network link speed in bytes + [OutboundPackets ]: The total number of the outbound packets. + [RemoteIPAddress ]: The remote IP address for the media session. + [RemotePort ]: The remote media port. + [ParticipantId ]: A unique identifier for a specific participant in a conference. +The CVI partner needs to copy over Call.MyParticipantId to this property. + + +## RELATED LINKS + +- [Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mglogcommunicationcallteleconferencedevicequality) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgMuteCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgMuteCommunicationCall.md new file mode 100644 index 0000000000000..9772355687372 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgMuteCommunicationCall.md @@ -0,0 +1,540 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgmutecommunicationcall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgMuteCommunicationCall +--- + +# Invoke-MgMuteCommunicationCall + +## SYNOPSIS + +Allows the application to mute itself. +This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. +For more details about how to handle mute operations, see muteParticipantOperation + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaMuteCommunicationCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaMuteCommunicationCall?view=graph-powershell-beta) + +## SYNTAX + +### MuteExpanded (Default) + +``` +Invoke-MgMuteCommunicationCall -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Mute + +``` +Invoke-MgMuteCommunicationCall -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### MuteViaIdentityExpanded + +``` +Invoke-MgMuteCommunicationCall -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### MuteViaIdentity + +``` +Invoke-MgMuteCommunicationCall -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Allows the application to mute itself. +This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. +For more details about how to handle mute operations, see muteParticipantOperation + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.Initiate.All, Calls.AccessMedia.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + clientContext = "clientContext-value" +} + +Invoke-MgMuteCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Invoke-MgMuteCommunicationCall Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: MuteExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths13Zt223CommunicationsCallsCallIdMicrosoftGraphMutePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Mute + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Mute + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: MuteExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: MuteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths13Zt223CommunicationsCallsCallIdMicrosoftGraphMutePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMuteParticipantOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Invoke-MgMuteCommunicationCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgmutecommunicationcall) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgMuteCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgMuteCommunicationCallParticipant.md new file mode 100644 index 0000000000000..3eb578ecde5fa --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgMuteCommunicationCallParticipant.md @@ -0,0 +1,567 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgmutecommunicationcallparticipant +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgMuteCommunicationCallParticipant +--- + +# Invoke-MgMuteCommunicationCallParticipant + +## SYNOPSIS + +Mute a specific participant in the call. +This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. +For more information about how to handle mute operations, see muteParticipantOperation. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaMuteCommunicationCallParticipant](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaMuteCommunicationCallParticipant?view=graph-powershell-beta) + +## SYNTAX + +### MuteExpanded (Default) + +``` +Invoke-MgMuteCommunicationCallParticipant -CallId -ParticipantId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Mute + +``` +Invoke-MgMuteCommunicationCallParticipant -CallId -ParticipantId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### MuteViaIdentityExpanded + +``` +Invoke-MgMuteCommunicationCallParticipant -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### MuteViaIdentity + +``` +Invoke-MgMuteCommunicationCallParticipant -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Mute a specific participant in the call. +This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. +For more information about how to handle mute operations, see muteParticipantOperation. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCall.All, Calls.JoinGroupCallasGuest.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + clientContext = "d45324c1-fcb5-430a-902c-f20af696537c" +} + +Invoke-MgMuteCommunicationCallParticipant -CallId $callId -ParticipantId $participantId -BodyParameter $params + +``` +This example shows how to use the Invoke-MgMuteCommunicationCallParticipant Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: MuteExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsTobgxoCommunicationsCallsCallIdParticipantsParticipantIdMicrosoftGraphMutePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Mute + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Mute + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: MuteExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: MuteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantId + +The unique identifier of participant + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: MuteExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Mute + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsTobgxoCommunicationsCallsCallIdParticipantsParticipantIdMicrosoftGraphMutePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMuteParticipantOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Invoke-MgMuteCommunicationCallParticipant](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgmutecommunicationcallparticipant) +- [Graph API Reference](https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgPlayCommunicationCallPrompt.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgPlayCommunicationCallPrompt.md new file mode 100644 index 0000000000000..be8d9a85f8e7e --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgPlayCommunicationCallPrompt.md @@ -0,0 +1,577 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgplaycommunicationcallprompt +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgPlayCommunicationCallPrompt +--- + +# Invoke-MgPlayCommunicationCallPrompt + +## SYNOPSIS + +Play a prompt in the call. +For more information about how to handle operations, see commsOperation + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaPlayCommunicationCallPrompt](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaPlayCommunicationCallPrompt?view=graph-powershell-beta) + +## SYNTAX + +### PlayExpanded (Default) + +``` +Invoke-MgPlayCommunicationCallPrompt -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] [-Prompts ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Play + +``` +Invoke-MgPlayCommunicationCallPrompt -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### PlayViaIdentityExpanded + +``` +Invoke-MgPlayCommunicationCallPrompt -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Prompts ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### PlayViaIdentity + +``` +Invoke-MgPlayCommunicationCallPrompt -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Play a prompt in the call. +For more information about how to handle operations, see commsOperation + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.Initiate.All, Calls.AccessMedia.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + clientContext = "d45324c1-fcb5-430a-902c-f20af696537c" + prompts = @( + @{ + "@odata.type" = "#microsoft.graph.mediaPrompt" + mediaInfo = @{ + "@odata.type" = "#microsoft.graph.mediaInfo" + uri = "https://cdn.contoso.com/beep.wav" + resourceId = "1D6DE2D4-CD51-4309-8DAA-70768651088E" + } + } + ) +} + +Invoke-MgPlayCommunicationCallPrompt -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Invoke-MgPlayCommunicationCallPrompt Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: PlayViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: PlayExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1Gzqcv2CommunicationsCallsCallIdMicrosoftGraphPlaypromptPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: PlayViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Play + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: PlayExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Play + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: PlayViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: PlayExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: PlayViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: PlayViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Prompts + + + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrompt[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: PlayViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: PlayExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1Gzqcv2CommunicationsCallsCallIdMicrosoftGraphPlaypromptPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPlayPromptOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + [Prompts ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Invoke-MgPlayCommunicationCallPrompt](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgplaycommunicationcallprompt) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgRecordCommunicationCallResponse.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgRecordCommunicationCallResponse.md new file mode 100644 index 0000000000000..3d5d3351a73d5 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgRecordCommunicationCallResponse.md @@ -0,0 +1,756 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgrecordcommunicationcallresponse +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgRecordCommunicationCallResponse +--- + +# Invoke-MgRecordCommunicationCallResponse + +## SYNOPSIS + +Records a short audio response from the caller.\rA bot can utilize this to capture a voice response from a caller after they are prompted for a response. +For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. +The maximum length of recording is 2 minutes. +The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. +The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaRecordCommunicationCallResponse](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaRecordCommunicationCallResponse?view=graph-powershell-beta) + +## SYNTAX + +### RecordExpanded (Default) + +``` +Invoke-MgRecordCommunicationCallResponse -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-BargeInAllowed] [-ClientContext ] + [-InitialSilenceTimeoutInSeconds ] [-MaxRecordDurationInSeconds ] + [-MaxSilenceTimeoutInSeconds ] [-PlayBeep] [-Prompts ] + [-StopTones ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Record + +``` +Invoke-MgRecordCommunicationCallResponse -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### RecordViaIdentityExpanded + +``` +Invoke-MgRecordCommunicationCallResponse -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BargeInAllowed] + [-ClientContext ] [-InitialSilenceTimeoutInSeconds ] + [-MaxRecordDurationInSeconds ] [-MaxSilenceTimeoutInSeconds ] [-PlayBeep] + [-Prompts ] [-StopTones ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### RecordViaIdentity + +``` +Invoke-MgRecordCommunicationCallResponse -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Records a short audio response from the caller.\rA bot can utilize this to capture a voice response from a caller after they are prompted for a response. +For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. +The maximum length of recording is 2 minutes. +The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. +The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + bargeInAllowed = $true + clientContext = "d45324c1-fcb5-430a-902c-f20af696537c" + prompts = @( + @{ + "@odata.type" = "#microsoft.graph.mediaPrompt" + mediaInfo = @{ + uri = "https://cdn.contoso.com/beep.wav" + resourceId = "1D6DE2D4-CD51-4309-8DAA-70768651088E" + } + } + ) + maxRecordDurationInSeconds = 10 + initialSilenceTimeoutInSeconds = 5 + maxSilenceTimeoutInSeconds = 2 + playBeep = $true + stopTones = @( + "#" +"1" +"*" +) +} + +Invoke-MgRecordCommunicationCallResponse -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Invoke-MgRecordCommunicationCallResponse Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BargeInAllowed + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths14Wb7KqCommunicationsCallsCallIdMicrosoftGraphRecordresponsePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Record + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Record + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InitialSilenceTimeoutInSeconds + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MaxRecordDurationInSeconds + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MaxSilenceTimeoutInSeconds + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlayBeep + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Prompts + + + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrompt[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StopTones + + + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RecordViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RecordExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths14Wb7KqCommunicationsCallsCallIdMicrosoftGraphRecordresponsePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRecordOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [BargeInAllowed ]: + [ClientContext ]: + [InitialSilenceTimeoutInSeconds ]: + [MaxRecordDurationInSeconds ]: + [MaxSilenceTimeoutInSeconds ]: + [PlayBeep ]: + [Prompts ]: + [StopTones ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Invoke-MgRecordCommunicationCallResponse](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgrecordcommunicationcallresponse) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgRedirectCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgRedirectCommunicationCall.md new file mode 100644 index 0000000000000..a89a95839f663 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgRedirectCommunicationCall.md @@ -0,0 +1,668 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgredirectcommunicationcall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgRedirectCommunicationCall +--- + +# Invoke-MgRedirectCommunicationCall + +## SYNOPSIS + +Redirect an incoming call that hasn't been answered or rejected yet. +The terms 'redirecting' and 'forwarding' a call are used interchangeably. +The bot is expected to redirect the call before the call times out. +The current timeout value is 15 seconds. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaRedirectCommunicationCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaRedirectCommunicationCall?view=graph-powershell-beta) + +## SYNTAX + +### RedirectExpanded (Default) + +``` +Invoke-MgRedirectCommunicationCall -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CallbackUri ] + [-Targets ] [-Timeout ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Redirect + +``` +Invoke-MgRedirectCommunicationCall -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### RedirectViaIdentityExpanded + +``` +Invoke-MgRedirectCommunicationCall -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallbackUri ] + [-Targets ] [-Timeout ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### RedirectViaIdentity + +``` +Invoke-MgRedirectCommunicationCall -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Redirect an incoming call that hasn't been answered or rejected yet. +The terms 'redirecting' and 'forwarding' a call are used interchangeably. +The bot is expected to redirect the call before the call times out. +The current timeout value is 15 seconds. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + targets = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + phone = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "+12345678901" + } + } + } + ) + callbackUri = "https://bot.contoso.com/api/calls/24701998-1a73-4d42-8085-bf46ed0ae039" +} + +Invoke-MgRedirectCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Invoke-MgRedirectCommunicationCall Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RedirectViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RedirectExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths183Gi8UCommunicationsCallsCallIdMicrosoftGraphRedirectPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RedirectViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Redirect + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallbackUri + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RedirectViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RedirectExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RedirectExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Redirect + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RedirectViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RedirectViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Targets + + +To construct, see NOTES section for TARGETS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitationParticipantInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RedirectViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RedirectExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Timeout + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RedirectViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RedirectExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths183Gi8UCommunicationsCallsCallIdMicrosoftGraphRedirectPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [CallbackUri ]: + [Targets ]: + [Hidden ]: Optional. +Whether to hide the participant from the roster. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ParticipantId ]: Optional. +The ID of the target participant. + [RemoveFromDefaultAudioRoutingGroup ]: Optional. +Whether to remove them from the main mixer. + [ReplacesCallId ]: Optional. +The call which the target identity is currently a part of. +For peer-to-peer case, the call will be dropped once the participant is added successfully. + [Timeout ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +TARGETS : . + [Hidden ]: Optional. +Whether to hide the participant from the roster. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ParticipantId ]: Optional. +The ID of the target participant. + [RemoveFromDefaultAudioRoutingGroup ]: Optional. +Whether to remove them from the main mixer. + [ReplacesCallId ]: Optional. +The call which the target identity is currently a part of. +For peer-to-peer case, the call will be dropped once the participant is added successfully. + + +## RELATED LINKS + +- [Invoke-MgRedirectCommunicationCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgredirectcommunicationcall) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgRejectCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgRejectCommunicationCall.md new file mode 100644 index 0000000000000..fbf87285763ec --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgRejectCommunicationCall.md @@ -0,0 +1,606 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgrejectcommunicationcall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgRejectCommunicationCall +--- + +# Invoke-MgRejectCommunicationCall + +## SYNOPSIS + +Enable a bot to reject an incoming call. +The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. +If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. +The bot is expected to answer or reject the call before the call times out. +The current timeout value is 15 seconds. +This API does not end existing calls that have already been answered. +Use delete call to end a call. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaRejectCommunicationCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaRejectCommunicationCall?view=graph-powershell-beta) + +## SYNTAX + +### RejectExpanded (Default) + +``` +Invoke-MgRejectCommunicationCall -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CallbackUri ] [-Reason ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Reject + +``` +Invoke-MgRejectCommunicationCall -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### RejectViaIdentityExpanded + +``` +Invoke-MgRejectCommunicationCall -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallbackUri ] + [-Reason ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### RejectViaIdentity + +``` +Invoke-MgRejectCommunicationCall -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Enable a bot to reject an incoming call. +The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. +If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. +The bot is expected to answer or reject the call before the call times out. +The current timeout value is 15 seconds. +This API does not end existing calls that have already been answered. +Use delete call to end a call. + +## EXAMPLES +### Example 1: Reject an incoming call with 'Busy' reason + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + reason = "busy" +} + +Invoke-MgRejectCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will reject an incoming call with 'busy' reason + +### Example 2: Reject an incoming call with 'None' reason + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + reason = "none" +} + +Invoke-MgRejectCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will reject an incoming call with 'none' reason + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RejectViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RejectExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths4QrghdCommunicationsCallsCallIdMicrosoftGraphRejectPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RejectViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Reject + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallbackUri + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RejectViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RejectExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RejectExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Reject + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RejectViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RejectViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reason + +rejectReason + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RejectViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: RejectExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths4QrghdCommunicationsCallsCallIdMicrosoftGraphRejectPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [CallbackUri ]: + [Reason ]: rejectReason + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Invoke-MgRejectCommunicationCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgrejectcommunicationcall) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgSubscribeCommunicationCallToTone.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgSubscribeCommunicationCallToTone.md new file mode 100644 index 0000000000000..622a783f76d2a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgSubscribeCommunicationCallToTone.md @@ -0,0 +1,528 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgsubscribecommunicationcalltotone +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgSubscribeCommunicationCallToTone +--- + +# Invoke-MgSubscribeCommunicationCallToTone + +## SYNOPSIS + +Subscribe to DTMF (dual-tone multi-frequency signaling) which allows you to be notified when the user presses keys on a 'dialpad'. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaSubscribeCommunicationCallToTone](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaSubscribeCommunicationCallToTone?view=graph-powershell-beta) + +## SYNTAX + +### SubscribeExpanded (Default) + +``` +Invoke-MgSubscribeCommunicationCallToTone -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Subscribe + +``` +Invoke-MgSubscribeCommunicationCallToTone -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SubscribeViaIdentityExpanded + +``` +Invoke-MgSubscribeCommunicationCallToTone -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### SubscribeViaIdentity + +``` +Invoke-MgSubscribeCommunicationCallToTone -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Subscribe to DTMF (dual-tone multi-frequency signaling) which allows you to be notified when the user presses keys on a 'dialpad'. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + clientContext = "fd1c7836-4d84-4e24-b6aa-23188688cc54" +} + +Invoke-MgSubscribeCommunicationCallToTone -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Invoke-MgSubscribeCommunicationCallToTone Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SubscribeViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SubscribeExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsXyl6WiCommunicationsCallsCallIdMicrosoftGraphSubscribetotonePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SubscribeViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Subscribe + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SubscribeExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Subscribe + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SubscribeViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SubscribeExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SubscribeViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SubscribeViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsXyl6WiCommunicationsCallsCallIdMicrosoftGraphSubscribetotonePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSubscribeToToneOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Invoke-MgSubscribeCommunicationCallToTone](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgsubscribecommunicationcalltotone) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgUnmuteCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgUnmuteCommunicationCall.md new file mode 100644 index 0000000000000..1852b9028e94d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Invoke-MgUnmuteCommunicationCall.md @@ -0,0 +1,540 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgunmutecommunicationcall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgUnmuteCommunicationCall +--- + +# Invoke-MgUnmuteCommunicationCall + +## SYNOPSIS + +Allow the application to unmute itself. +This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. +For more information about how to handle unmute operations, see unmuteParticipantOperation. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaUnmuteCommunicationCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Invoke-MgBetaUnmuteCommunicationCall?view=graph-powershell-beta) + +## SYNTAX + +### UnmuteExpanded (Default) + +``` +Invoke-MgUnmuteCommunicationCall -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Unmute + +``` +Invoke-MgUnmuteCommunicationCall -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UnmuteViaIdentityExpanded + +``` +Invoke-MgUnmuteCommunicationCall -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UnmuteViaIdentity + +``` +Invoke-MgUnmuteCommunicationCall -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Allow the application to unmute itself. +This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. +For more information about how to handle unmute operations, see unmuteParticipantOperation. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.Initiate.All, Calls.AccessMedia.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + clientContext = "clientContext-value" +} + +Invoke-MgUnmuteCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Invoke-MgUnmuteCommunicationCall Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnmuteViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UnmuteExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1X7BvttCommunicationsCallsCallIdMicrosoftGraphUnmutePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnmuteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Unmute + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnmuteExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Unmute + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnmuteViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UnmuteExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnmuteViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UnmuteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1X7BvttCommunicationsCallsCallIdMicrosoftGraphUnmutePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUnmuteParticipantOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Invoke-MgUnmuteCommunicationCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/invoke-mgunmutecommunicationcall) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Microsoft.Graph.CloudCommunications.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Microsoft.Graph.CloudCommunications.md new file mode 100644 index 0000000000000..431bf25ad2f59 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Microsoft.Graph.CloudCommunications.md @@ -0,0 +1,592 @@ +--- +Module Name: Microsoft.Graph.CloudCommunications +Module Guid: 42f4e381-a91d-4ed6-97ac-7723c20abd1d +Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/?view=graph-powershell-1.0 +Help Version: 1.0.0.0 +Locale: en-US +--- + +# Microsoft.Graph.CloudCommunications Module +## Description +Microsoft Graph PowerShell Cmdlets + +## Microsoft.Graph.CloudCommunications Cmdlets +### [Add-MgCommunicationCallLargeGalleryView](Add-MgCommunicationCallLargeGalleryView.md) + +### [Clear-MgCommunicationPresence](Clear-MgCommunicationPresence.md) + +### [Clear-MgCommunicationPresenceAutomaticLocation](Clear-MgCommunicationPresenceAutomaticLocation.md) + +### [Clear-MgCommunicationPresenceLocation](Clear-MgCommunicationPresenceLocation.md) + +### [Clear-MgCommunicationPresenceUserPreferredPresence](Clear-MgCommunicationPresenceUserPreferredPresence.md) + +### [Clear-MgUserPresence](Clear-MgUserPresence.md) + +### [Clear-MgUserPresenceAutomaticLocation](Clear-MgUserPresenceAutomaticLocation.md) + +### [Clear-MgUserPresenceLocation](Clear-MgUserPresenceLocation.md) + +### [Clear-MgUserPresenceUserPreferredPresence](Clear-MgUserPresenceUserPreferredPresence.md) + +### [Get-MgCommunicationAdhocCall](Get-MgCommunicationAdhocCall.md) + +### [Get-MgCommunicationAdhocCall](Get-MgCommunicationAdhocCall.md) + +### [Get-MgCommunicationAdhocCallCount](Get-MgCommunicationAdhocCallCount.md) + +### [Get-MgCommunicationAdhocCallRecording](Get-MgCommunicationAdhocCallRecording.md) + +### [Get-MgCommunicationAdhocCallRecording](Get-MgCommunicationAdhocCallRecording.md) + +### [Get-MgCommunicationAdhocCallRecordingContent](Get-MgCommunicationAdhocCallRecordingContent.md) + +### [Get-MgCommunicationAdhocCallRecordingCount](Get-MgCommunicationAdhocCallRecordingCount.md) + +### [Get-MgCommunicationAdhocCallRecordingDelta](Get-MgCommunicationAdhocCallRecordingDelta.md) + +### [Get-MgCommunicationAdhocCallTranscript](Get-MgCommunicationAdhocCallTranscript.md) + +### [Get-MgCommunicationAdhocCallTranscript](Get-MgCommunicationAdhocCallTranscript.md) + +### [Get-MgCommunicationAdhocCallTranscriptContent](Get-MgCommunicationAdhocCallTranscriptContent.md) + +### [Get-MgCommunicationAdhocCallTranscriptCount](Get-MgCommunicationAdhocCallTranscriptCount.md) + +### [Get-MgCommunicationAdhocCallTranscriptDelta](Get-MgCommunicationAdhocCallTranscriptDelta.md) + +### [Get-MgCommunicationAdhocCallTranscriptMetadataContent](Get-MgCommunicationAdhocCallTranscriptMetadataContent.md) + +### [Get-MgCommunicationCall](Get-MgCommunicationCall.md) + +### [Get-MgCommunicationCallAudioRoutingGroup](Get-MgCommunicationCallAudioRoutingGroup.md) + +### [Get-MgCommunicationCallAudioRoutingGroup](Get-MgCommunicationCallAudioRoutingGroup.md) + +### [Get-MgCommunicationCallAudioRoutingGroupCount](Get-MgCommunicationCallAudioRoutingGroupCount.md) + +### [Get-MgCommunicationCallContentSharingSession](Get-MgCommunicationCallContentSharingSession.md) + +### [Get-MgCommunicationCallContentSharingSession](Get-MgCommunicationCallContentSharingSession.md) + +### [Get-MgCommunicationCallContentSharingSessionCount](Get-MgCommunicationCallContentSharingSessionCount.md) + +### [Get-MgCommunicationCallCount](Get-MgCommunicationCallCount.md) + +### [Get-MgCommunicationCallOperation](Get-MgCommunicationCallOperation.md) + +### [Get-MgCommunicationCallOperation](Get-MgCommunicationCallOperation.md) + +### [Get-MgCommunicationCallOperationCount](Get-MgCommunicationCallOperationCount.md) + +### [Get-MgCommunicationCallParticipant](Get-MgCommunicationCallParticipant.md) + +### [Get-MgCommunicationCallParticipant](Get-MgCommunicationCallParticipant.md) + +### [Get-MgCommunicationCallParticipantCount](Get-MgCommunicationCallParticipantCount.md) + +### [Get-MgCommunicationCallRecord](Get-MgCommunicationCallRecord.md) + +### [Get-MgCommunicationCallRecordCount](Get-MgCommunicationCallRecordCount.md) + +### [Get-MgCommunicationCallRecordOrganizerV2](Get-MgCommunicationCallRecordOrganizerV2.md) + +### [Get-MgCommunicationCallRecordParticipant](Get-MgCommunicationCallRecordParticipant.md) + +### [Get-MgCommunicationCallRecordParticipantV2](Get-MgCommunicationCallRecordParticipantV2.md) + +### [Get-MgCommunicationCallRecordParticipantV2](Get-MgCommunicationCallRecordParticipantV2.md) + +### [Get-MgCommunicationCallRecordSession](Get-MgCommunicationCallRecordSession.md) + +### [Get-MgCommunicationCallRecordSession](Get-MgCommunicationCallRecordSession.md) + +### [Get-MgCommunicationCallRecordSessionCount](Get-MgCommunicationCallRecordSessionCount.md) + +### [Get-MgCommunicationCallRecordSessionSegmentCount](Get-MgCommunicationCallRecordSessionSegmentCount.md) + +### [Get-MgCommunicationOnlineMeeting](Get-MgCommunicationOnlineMeeting.md) + +### [Get-MgCommunicationOnlineMeeting](Get-MgCommunicationOnlineMeeting.md) + +### [Get-MgCommunicationOnlineMeetingAttendanceReport](Get-MgCommunicationOnlineMeetingAttendanceReport.md) + +### [Get-MgCommunicationOnlineMeetingAttendanceReport](Get-MgCommunicationOnlineMeetingAttendanceReport.md) + +### [Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord](Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord](Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount](Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount.md) + +### [Get-MgCommunicationOnlineMeetingAttendanceReportCount](Get-MgCommunicationOnlineMeetingAttendanceReportCount.md) + +### [Get-MgCommunicationOnlineMeetingAttendeeReport](Get-MgCommunicationOnlineMeetingAttendeeReport.md) + +### [Get-MgCommunicationOnlineMeetingConversation](Get-MgCommunicationOnlineMeetingConversation.md) + +### [Get-MgCommunicationOnlineMeetingConversation](Get-MgCommunicationOnlineMeetingConversation.md) + +### [Get-MgCommunicationOnlineMeetingConversationCount](Get-MgCommunicationOnlineMeetingConversationCount.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessage](Get-MgCommunicationOnlineMeetingConversationMessage.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessage](Get-MgCommunicationOnlineMeetingConversationMessage.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageConversation](Get-MgCommunicationOnlineMeetingConversationMessageConversation.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageCount](Get-MgCommunicationOnlineMeetingConversationMessageCount.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReaction](Get-MgCommunicationOnlineMeetingConversationMessageReaction.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReaction](Get-MgCommunicationOnlineMeetingConversationMessageReaction.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReactionCount](Get-MgCommunicationOnlineMeetingConversationMessageReactionCount.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReply](Get-MgCommunicationOnlineMeetingConversationMessageReply.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReply](Get-MgCommunicationOnlineMeetingConversationMessageReply.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation](Get-MgCommunicationOnlineMeetingConversationMessageReplyConversation.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReplyCount](Get-MgCommunicationOnlineMeetingConversationMessageReplyCount.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction](Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction](Get-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount](Get-MgCommunicationOnlineMeetingConversationMessageReplyReactionCount.md) + +### [Get-MgCommunicationOnlineMeetingConversationMessageReplyTo](Get-MgCommunicationOnlineMeetingConversationMessageReplyTo.md) + +### [Get-MgCommunicationOnlineMeetingConversationOnlineMeeting](Get-MgCommunicationOnlineMeetingConversationOnlineMeeting.md) + +### [Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport](Get-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarter](Get-MgCommunicationOnlineMeetingConversationStarter.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterConversation](Get-MgCommunicationOnlineMeetingConversationStarterConversation.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReaction](Get-MgCommunicationOnlineMeetingConversationStarterReaction.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReaction](Get-MgCommunicationOnlineMeetingConversationStarterReaction.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReactionCount](Get-MgCommunicationOnlineMeetingConversationStarterReactionCount.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReply](Get-MgCommunicationOnlineMeetingConversationStarterReply.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReply](Get-MgCommunicationOnlineMeetingConversationStarterReply.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation](Get-MgCommunicationOnlineMeetingConversationStarterReplyConversation.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReplyCount](Get-MgCommunicationOnlineMeetingConversationStarterReplyCount.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction](Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction](Get-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount](Get-MgCommunicationOnlineMeetingConversationStarterReplyReactionCount.md) + +### [Get-MgCommunicationOnlineMeetingConversationStarterReplyTo](Get-MgCommunicationOnlineMeetingConversationStarterReplyTo.md) + +### [Get-MgCommunicationOnlineMeetingCount](Get-MgCommunicationOnlineMeetingCount.md) + +### [Get-MgCommunicationOnlineMeetingMessage](Get-MgCommunicationOnlineMeetingMessage.md) + +### [Get-MgCommunicationOnlineMeetingRecording](Get-MgCommunicationOnlineMeetingRecording.md) + +### [Get-MgCommunicationOnlineMeetingRecording](Get-MgCommunicationOnlineMeetingRecording.md) + +### [Get-MgCommunicationOnlineMeetingRecordingContent](Get-MgCommunicationOnlineMeetingRecordingContent.md) + +### [Get-MgCommunicationOnlineMeetingRecordingCount](Get-MgCommunicationOnlineMeetingRecordingCount.md) + +### [Get-MgCommunicationOnlineMeetingRecordingDelta](Get-MgCommunicationOnlineMeetingRecordingDelta.md) + +### [Get-MgCommunicationOnlineMeetingTranscript](Get-MgCommunicationOnlineMeetingTranscript.md) + +### [Get-MgCommunicationOnlineMeetingTranscript](Get-MgCommunicationOnlineMeetingTranscript.md) + +### [Get-MgCommunicationOnlineMeetingTranscriptContent](Get-MgCommunicationOnlineMeetingTranscriptContent.md) + +### [Get-MgCommunicationOnlineMeetingTranscriptCount](Get-MgCommunicationOnlineMeetingTranscriptCount.md) + +### [Get-MgCommunicationOnlineMeetingTranscriptDelta](Get-MgCommunicationOnlineMeetingTranscriptDelta.md) + +### [Get-MgCommunicationOnlineMeetingTranscriptMetadataContent](Get-MgCommunicationOnlineMeetingTranscriptMetadataContent.md) + +### [Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl](Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl.md) + +### [Get-MgCommunicationPresence](Get-MgCommunicationPresence.md) + +### [Get-MgCommunicationPresence](Get-MgCommunicationPresence.md) + +### [Get-MgCommunicationPresenceByUserId](Get-MgCommunicationPresenceByUserId.md) + +### [Get-MgCommunicationPresenceCount](Get-MgCommunicationPresenceCount.md) + +### [Get-MgUserOnlineMeeting](Get-MgUserOnlineMeeting.md) + +### [Get-MgUserOnlineMeeting](Get-MgUserOnlineMeeting.md) + +### [Get-MgUserOnlineMeetingAttendanceReport](Get-MgUserOnlineMeetingAttendanceReport.md) + +### [Get-MgUserOnlineMeetingAttendanceReport](Get-MgUserOnlineMeetingAttendanceReport.md) + +### [Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord](Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord](Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount](Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount.md) + +### [Get-MgUserOnlineMeetingAttendanceReportCount](Get-MgUserOnlineMeetingAttendanceReportCount.md) + +### [Get-MgUserOnlineMeetingAttendeeReport](Get-MgUserOnlineMeetingAttendeeReport.md) + +### [Get-MgUserOnlineMeetingCount](Get-MgUserOnlineMeetingCount.md) + +### [Get-MgUserOnlineMeetingRecording](Get-MgUserOnlineMeetingRecording.md) + +### [Get-MgUserOnlineMeetingRecording](Get-MgUserOnlineMeetingRecording.md) + +### [Get-MgUserOnlineMeetingRecordingContent](Get-MgUserOnlineMeetingRecordingContent.md) + +### [Get-MgUserOnlineMeetingRecordingCount](Get-MgUserOnlineMeetingRecordingCount.md) + +### [Get-MgUserOnlineMeetingRecordingDelta](Get-MgUserOnlineMeetingRecordingDelta.md) + +### [Get-MgUserOnlineMeetingTranscript](Get-MgUserOnlineMeetingTranscript.md) + +### [Get-MgUserOnlineMeetingTranscript](Get-MgUserOnlineMeetingTranscript.md) + +### [Get-MgUserOnlineMeetingTranscriptContent](Get-MgUserOnlineMeetingTranscriptContent.md) + +### [Get-MgUserOnlineMeetingTranscriptCount](Get-MgUserOnlineMeetingTranscriptCount.md) + +### [Get-MgUserOnlineMeetingTranscriptDelta](Get-MgUserOnlineMeetingTranscriptDelta.md) + +### [Get-MgUserOnlineMeetingTranscriptMetadataContent](Get-MgUserOnlineMeetingTranscriptMetadataContent.md) + +### [Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl](Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl.md) + +### [Get-MgUserPresence](Get-MgUserPresence.md) + +### [Invoke-MgAnswerCommunicationCall](Invoke-MgAnswerCommunicationCall.md) + +### [Invoke-MgCreateOrGetCommunicationOnlineMeeting](Invoke-MgCreateOrGetCommunicationOnlineMeeting.md) + +### [Invoke-MgInviteCommunicationCallParticipant](Invoke-MgInviteCommunicationCallParticipant.md) + +### [Invoke-MgKeepCommunicationCallAlive](Invoke-MgKeepCommunicationCallAlive.md) + +### [Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality](Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality.md) + +### [Invoke-MgMuteCommunicationCall](Invoke-MgMuteCommunicationCall.md) + +### [Invoke-MgMuteCommunicationCallParticipant](Invoke-MgMuteCommunicationCallParticipant.md) + +### [Invoke-MgPlayCommunicationCallPrompt](Invoke-MgPlayCommunicationCallPrompt.md) + +### [Invoke-MgRecordCommunicationCallResponse](Invoke-MgRecordCommunicationCallResponse.md) + +### [Invoke-MgRedirectCommunicationCall](Invoke-MgRedirectCommunicationCall.md) + +### [Invoke-MgRejectCommunicationCall](Invoke-MgRejectCommunicationCall.md) + +### [Invoke-MgSubscribeCommunicationCallToTone](Invoke-MgSubscribeCommunicationCallToTone.md) + +### [Invoke-MgUnmuteCommunicationCall](Invoke-MgUnmuteCommunicationCall.md) + +### [Move-MgCommunicationCall](Move-MgCommunicationCall.md) + +### [New-MgCommunicationAdhocCall](New-MgCommunicationAdhocCall.md) + +### [New-MgCommunicationAdhocCallRecording](New-MgCommunicationAdhocCallRecording.md) + +### [New-MgCommunicationAdhocCallTranscript](New-MgCommunicationAdhocCallTranscript.md) + +### [New-MgCommunicationCall](New-MgCommunicationCall.md) + +### [New-MgCommunicationCallAudioRoutingGroup](New-MgCommunicationCallAudioRoutingGroup.md) + +### [New-MgCommunicationCallContentSharingSession](New-MgCommunicationCallContentSharingSession.md) + +### [New-MgCommunicationCallOperation](New-MgCommunicationCallOperation.md) + +### [New-MgCommunicationCallParticipant](New-MgCommunicationCallParticipant.md) + +### [New-MgCommunicationCallRecordParticipantV2](New-MgCommunicationCallRecordParticipantV2.md) + +### [New-MgCommunicationCallRecordSession](New-MgCommunicationCallRecordSession.md) + +### [New-MgCommunicationOnlineMeeting](New-MgCommunicationOnlineMeeting.md) + +### [New-MgCommunicationOnlineMeetingAttendanceReport](New-MgCommunicationOnlineMeetingAttendanceReport.md) + +### [New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord](New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [New-MgCommunicationOnlineMeetingConversation](New-MgCommunicationOnlineMeetingConversation.md) + +### [New-MgCommunicationOnlineMeetingConversationMessage](New-MgCommunicationOnlineMeetingConversationMessage.md) + +### [New-MgCommunicationOnlineMeetingConversationMessageReaction](New-MgCommunicationOnlineMeetingConversationMessageReaction.md) + +### [New-MgCommunicationOnlineMeetingConversationMessageReply](New-MgCommunicationOnlineMeetingConversationMessageReply.md) + +### [New-MgCommunicationOnlineMeetingConversationMessageReplyReaction](New-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md) + +### [New-MgCommunicationOnlineMeetingConversationStarterReaction](New-MgCommunicationOnlineMeetingConversationStarterReaction.md) + +### [New-MgCommunicationOnlineMeetingConversationStarterReply](New-MgCommunicationOnlineMeetingConversationStarterReply.md) + +### [New-MgCommunicationOnlineMeetingConversationStarterReplyReaction](New-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md) + +### [New-MgCommunicationOnlineMeetingRecording](New-MgCommunicationOnlineMeetingRecording.md) + +### [New-MgCommunicationOnlineMeetingTranscript](New-MgCommunicationOnlineMeetingTranscript.md) + +### [New-MgCommunicationPresence](New-MgCommunicationPresence.md) + +### [New-MgUserOnlineMeeting](New-MgUserOnlineMeeting.md) + +### [New-MgUserOnlineMeetingAttendanceReport](New-MgUserOnlineMeetingAttendanceReport.md) + +### [New-MgUserOnlineMeetingAttendanceReportAttendanceRecord](New-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [New-MgUserOnlineMeetingRecording](New-MgUserOnlineMeetingRecording.md) + +### [New-MgUserOnlineMeetingTranscript](New-MgUserOnlineMeetingTranscript.md) + +### [Remove-MgCommunicationAdhocCall](Remove-MgCommunicationAdhocCall.md) + +### [Remove-MgCommunicationAdhocCallRecording](Remove-MgCommunicationAdhocCallRecording.md) + +### [Remove-MgCommunicationAdhocCallRecordingContent](Remove-MgCommunicationAdhocCallRecordingContent.md) + +### [Remove-MgCommunicationAdhocCallTranscript](Remove-MgCommunicationAdhocCallTranscript.md) + +### [Remove-MgCommunicationAdhocCallTranscriptContent](Remove-MgCommunicationAdhocCallTranscriptContent.md) + +### [Remove-MgCommunicationAdhocCallTranscriptMetadataContent](Remove-MgCommunicationAdhocCallTranscriptMetadataContent.md) + +### [Remove-MgCommunicationCall](Remove-MgCommunicationCall.md) + +### [Remove-MgCommunicationCallAudioRoutingGroup](Remove-MgCommunicationCallAudioRoutingGroup.md) + +### [Remove-MgCommunicationCallContentSharingSession](Remove-MgCommunicationCallContentSharingSession.md) + +### [Remove-MgCommunicationCallOperation](Remove-MgCommunicationCallOperation.md) + +### [Remove-MgCommunicationCallParticipant](Remove-MgCommunicationCallParticipant.md) + +### [Remove-MgCommunicationCallRecordOrganizerV2](Remove-MgCommunicationCallRecordOrganizerV2.md) + +### [Remove-MgCommunicationCallRecordParticipantV2](Remove-MgCommunicationCallRecordParticipantV2.md) + +### [Remove-MgCommunicationCallRecordSession](Remove-MgCommunicationCallRecordSession.md) + +### [Remove-MgCommunicationOnlineMeeting](Remove-MgCommunicationOnlineMeeting.md) + +### [Remove-MgCommunicationOnlineMeetingAttendanceReport](Remove-MgCommunicationOnlineMeetingAttendanceReport.md) + +### [Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord](Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [Remove-MgCommunicationOnlineMeetingAttendeeReport](Remove-MgCommunicationOnlineMeetingAttendeeReport.md) + +### [Remove-MgCommunicationOnlineMeetingConversation](Remove-MgCommunicationOnlineMeetingConversation.md) + +### [Remove-MgCommunicationOnlineMeetingConversationMessage](Remove-MgCommunicationOnlineMeetingConversationMessage.md) + +### [Remove-MgCommunicationOnlineMeetingConversationMessageReaction](Remove-MgCommunicationOnlineMeetingConversationMessageReaction.md) + +### [Remove-MgCommunicationOnlineMeetingConversationMessageReply](Remove-MgCommunicationOnlineMeetingConversationMessageReply.md) + +### [Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction](Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md) + +### [Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport](Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md) + +### [Remove-MgCommunicationOnlineMeetingConversationStarter](Remove-MgCommunicationOnlineMeetingConversationStarter.md) + +### [Remove-MgCommunicationOnlineMeetingConversationStarterReaction](Remove-MgCommunicationOnlineMeetingConversationStarterReaction.md) + +### [Remove-MgCommunicationOnlineMeetingConversationStarterReply](Remove-MgCommunicationOnlineMeetingConversationStarterReply.md) + +### [Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction](Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md) + +### [Remove-MgCommunicationOnlineMeetingRecording](Remove-MgCommunicationOnlineMeetingRecording.md) + +### [Remove-MgCommunicationOnlineMeetingRecordingContent](Remove-MgCommunicationOnlineMeetingRecordingContent.md) + +### [Remove-MgCommunicationOnlineMeetingTranscript](Remove-MgCommunicationOnlineMeetingTranscript.md) + +### [Remove-MgCommunicationOnlineMeetingTranscriptContent](Remove-MgCommunicationOnlineMeetingTranscriptContent.md) + +### [Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent](Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent.md) + +### [Remove-MgCommunicationPresence](Remove-MgCommunicationPresence.md) + +### [Remove-MgUserOnlineMeeting](Remove-MgUserOnlineMeeting.md) + +### [Remove-MgUserOnlineMeetingAttendanceReport](Remove-MgUserOnlineMeetingAttendanceReport.md) + +### [Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord](Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [Remove-MgUserOnlineMeetingAttendeeReport](Remove-MgUserOnlineMeetingAttendeeReport.md) + +### [Remove-MgUserOnlineMeetingRecording](Remove-MgUserOnlineMeetingRecording.md) + +### [Remove-MgUserOnlineMeetingRecordingContent](Remove-MgUserOnlineMeetingRecordingContent.md) + +### [Remove-MgUserOnlineMeetingTranscript](Remove-MgUserOnlineMeetingTranscript.md) + +### [Remove-MgUserOnlineMeetingTranscriptContent](Remove-MgUserOnlineMeetingTranscriptContent.md) + +### [Remove-MgUserOnlineMeetingTranscriptMetadataContent](Remove-MgUserOnlineMeetingTranscriptMetadataContent.md) + +### [Remove-MgUserPresence](Remove-MgUserPresence.md) + +### [Rename-MgCommunicationCallScreenSharingRole](Rename-MgCommunicationCallScreenSharingRole.md) + +### [Send-MgCommunicationCallDtmfTone](Send-MgCommunicationCallDtmfTone.md) + +### [Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm](Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm.md) + +### [Send-MgCommunicationOnlineMeetingVirtualAppointmentSm](Send-MgCommunicationOnlineMeetingVirtualAppointmentSm.md) + +### [Send-MgUserOnlineMeetingVirtualAppointmentReminderSm](Send-MgUserOnlineMeetingVirtualAppointmentReminderSm.md) + +### [Send-MgUserOnlineMeetingVirtualAppointmentSm](Send-MgUserOnlineMeetingVirtualAppointmentSm.md) + +### [Set-MgCommunicationAdhocCallRecordingContent](Set-MgCommunicationAdhocCallRecordingContent.md) + +### [Set-MgCommunicationAdhocCallTranscriptContent](Set-MgCommunicationAdhocCallTranscriptContent.md) + +### [Set-MgCommunicationAdhocCallTranscriptMetadataContent](Set-MgCommunicationAdhocCallTranscriptMetadataContent.md) + +### [Set-MgCommunicationOnlineMeetingAttendeeReport](Set-MgCommunicationOnlineMeetingAttendeeReport.md) + +### [Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport](Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md) + +### [Set-MgCommunicationOnlineMeetingRecordingContent](Set-MgCommunicationOnlineMeetingRecordingContent.md) + +### [Set-MgCommunicationOnlineMeetingTranscriptContent](Set-MgCommunicationOnlineMeetingTranscriptContent.md) + +### [Set-MgCommunicationOnlineMeetingTranscriptMetadataContent](Set-MgCommunicationOnlineMeetingTranscriptMetadataContent.md) + +### [Set-MgCommunicationPresence](Set-MgCommunicationPresence.md) + +### [Set-MgCommunicationPresenceAutomaticLocation](Set-MgCommunicationPresenceAutomaticLocation.md) + +### [Set-MgCommunicationPresenceManualLocation](Set-MgCommunicationPresenceManualLocation.md) + +### [Set-MgCommunicationPresenceStatusMessage](Set-MgCommunicationPresenceStatusMessage.md) + +### [Set-MgCommunicationPresenceUserPreferredPresence](Set-MgCommunicationPresenceUserPreferredPresence.md) + +### [Set-MgUserOnlineMeetingAttendeeReport](Set-MgUserOnlineMeetingAttendeeReport.md) + +### [Set-MgUserOnlineMeetingRecordingContent](Set-MgUserOnlineMeetingRecordingContent.md) + +### [Set-MgUserOnlineMeetingTranscriptContent](Set-MgUserOnlineMeetingTranscriptContent.md) + +### [Set-MgUserOnlineMeetingTranscriptMetadataContent](Set-MgUserOnlineMeetingTranscriptMetadataContent.md) + +### [Set-MgUserPresence](Set-MgUserPresence.md) + +### [Set-MgUserPresenceAutomaticLocation](Set-MgUserPresenceAutomaticLocation.md) + +### [Set-MgUserPresenceManualLocation](Set-MgUserPresenceManualLocation.md) + +### [Set-MgUserPresenceStatusMessage](Set-MgUserPresenceStatusMessage.md) + +### [Set-MgUserPresenceUserPreferredPresence](Set-MgUserPresenceUserPreferredPresence.md) + +### [Start-MgCommunicationCallParticipantHoldMusic](Start-MgCommunicationCallParticipantHoldMusic.md) + +### [Stop-MgCommunicationCallMediaProcessing](Stop-MgCommunicationCallMediaProcessing.md) + +### [Stop-MgCommunicationCallParticipantHoldMusic](Stop-MgCommunicationCallParticipantHoldMusic.md) + +### [Update-MgCommunicationAdhocCall](Update-MgCommunicationAdhocCall.md) + +### [Update-MgCommunicationAdhocCallRecording](Update-MgCommunicationAdhocCallRecording.md) + +### [Update-MgCommunicationAdhocCallTranscript](Update-MgCommunicationAdhocCallTranscript.md) + +### [Update-MgCommunicationCallAudioRoutingGroup](Update-MgCommunicationCallAudioRoutingGroup.md) + +### [Update-MgCommunicationCallContentSharingSession](Update-MgCommunicationCallContentSharingSession.md) + +### [Update-MgCommunicationCallOperation](Update-MgCommunicationCallOperation.md) + +### [Update-MgCommunicationCallParticipant](Update-MgCommunicationCallParticipant.md) + +### [Update-MgCommunicationCallRecordingStatus](Update-MgCommunicationCallRecordingStatus.md) + +### [Update-MgCommunicationCallRecordOrganizerV2](Update-MgCommunicationCallRecordOrganizerV2.md) + +### [Update-MgCommunicationCallRecordParticipantV2](Update-MgCommunicationCallRecordParticipantV2.md) + +### [Update-MgCommunicationCallRecordSession](Update-MgCommunicationCallRecordSession.md) + +### [Update-MgCommunicationOnlineMeeting](Update-MgCommunicationOnlineMeeting.md) + +### [Update-MgCommunicationOnlineMeetingAttendanceReport](Update-MgCommunicationOnlineMeetingAttendanceReport.md) + +### [Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord](Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [Update-MgCommunicationOnlineMeetingConversation](Update-MgCommunicationOnlineMeetingConversation.md) + +### [Update-MgCommunicationOnlineMeetingConversationMessage](Update-MgCommunicationOnlineMeetingConversationMessage.md) + +### [Update-MgCommunicationOnlineMeetingConversationMessageReaction](Update-MgCommunicationOnlineMeetingConversationMessageReaction.md) + +### [Update-MgCommunicationOnlineMeetingConversationMessageReply](Update-MgCommunicationOnlineMeetingConversationMessageReply.md) + +### [Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction](Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md) + +### [Update-MgCommunicationOnlineMeetingConversationStarter](Update-MgCommunicationOnlineMeetingConversationStarter.md) + +### [Update-MgCommunicationOnlineMeetingConversationStarterReaction](Update-MgCommunicationOnlineMeetingConversationStarterReaction.md) + +### [Update-MgCommunicationOnlineMeetingConversationStarterReply](Update-MgCommunicationOnlineMeetingConversationStarterReply.md) + +### [Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction](Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md) + +### [Update-MgCommunicationOnlineMeetingRecording](Update-MgCommunicationOnlineMeetingRecording.md) + +### [Update-MgCommunicationOnlineMeetingTranscript](Update-MgCommunicationOnlineMeetingTranscript.md) + +### [Update-MgCommunicationPresence](Update-MgCommunicationPresence.md) + +### [Update-MgUserOnlineMeeting](Update-MgUserOnlineMeeting.md) + +### [Update-MgUserOnlineMeetingAttendanceReport](Update-MgUserOnlineMeetingAttendanceReport.md) + +### [Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord](Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md) + +### [Update-MgUserOnlineMeetingRecording](Update-MgUserOnlineMeetingRecording.md) + +### [Update-MgUserOnlineMeetingTranscript](Update-MgUserOnlineMeetingTranscript.md) + +### [Update-MgUserPresence](Update-MgUserPresence.md) + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Move-MgCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Move-MgCommunicationCall.md new file mode 100644 index 0000000000000..fdf4aa03150f9 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Move-MgCommunicationCall.md @@ -0,0 +1,787 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/move-mgcommunicationcall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Move-MgCommunicationCall +--- + +# Move-MgCommunicationCall + +## SYNOPSIS + +Transfer an active peer-to-peer call or group call. +A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. +This is opposed to transfering the call directly. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Move-MgBetaCommunicationCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Move-MgBetaCommunicationCall?view=graph-powershell-beta) + +## SYNTAX + +### TransferExpanded (Default) + +``` +Move-MgCommunicationCall -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-TransferTarget ] + [-Transferee ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Transfer + +``` +Move-MgCommunicationCall -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### TransferViaIdentityExpanded + +``` +Move-MgCommunicationCall -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-TransferTarget ] + [-Transferee ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### TransferViaIdentity + +``` +Move-MgCommunicationCall -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Transfer an active peer-to-peer call or group call. +A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. +This is opposed to transfering the call directly. + +## EXAMPLES +### Example 1: Call transfer from a peer-to-peer call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + transferTarget = @{ + endpointType = "default" + identity = @{ + user = @{ + id = "550fae72-d251-43ec-868c-373732c2704f" + displayName = "Heidi Steen" + } + } + } +} + +Move-MgCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will call transfer from a peer-to-peer call + +### Example 2: Consultative transfer from a peer-to-peer call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + transferTarget = @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + endpointType = "default" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "550fae72-d251-43ec-868c-373732c2704f" + displayName = "Heidi Steen" + } + } + replacesCallId = "e5d39592-99bd-4db8-bca8-30fb894ec51d" + } +} + +Move-MgCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will consultative transfer from a peer-to-peer call + +### Example 3: Call transfer from a peer-to-peer call to PSTN number + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + transferTarget = @{ + endpointType = "default" + identity = @{ + phone = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "+12345678901" + } + } + languageId = "languageId-value" + region = "region-value" + } + clientContext = "9e90d1c1-f61e-43e7-9f75-d420159aae08" +} + +Move-MgCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will call transfer from a peer-to-peer call to pstn number + +### Example 4: Consultative transfer from a peer-to-peer call to PSTN number + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + transferTarget = @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + endpointType = "default" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + phone = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "+12345678901" + } + } + languageId = "en-us" + region = "amer" + replacesCallId = "e5d39592-99bd-4db8-bca8-30fb894ec51d" + } + clientContext = "9e90d1c1-f61e-43e7-9f75-d420159aae08" +} + +Move-MgCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will consultative transfer from a peer-to-peer call to pstn number + +### Example 5: Call transfer from a group call + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + transferTarget = @{ + endpointType = "default" + identity = @{ + user = @{ + id = "550fae72-d251-43ec-868c-373732c2704f" + displayName = "Heidi Steen" + } + } + } + transferee = @{ + identity = @{ + user = @{ + id = "751f6800-3180-414d-bd94-333364659951" + tenantId = "72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + participantId = "909c6581-5130-43e9-88f3-fcb3582cde37" + } +} + +Move-MgCommunicationCall -CallId $callId -BodyParameter $params + +``` +This example will call transfer from a group call + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: TransferViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: TransferExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths4Zbm7LCommunicationsCallsCallIdMicrosoftGraphTransferPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: TransferViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Transfer + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: TransferExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Transfer + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: TransferViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: TransferViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Transferee + +participantInfo +To construct, see NOTES section for TRANSFEREE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipantInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: TransferViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: TransferExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TransferTarget + +invitationParticipantInfo +To construct, see NOTES section for TRANSFERTARGET properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitationParticipantInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: TransferViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: TransferExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths4Zbm7LCommunicationsCallsCallIdMicrosoftGraphTransferPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [TransferTarget ]: invitationParticipantInfo + [(Any) ]: This indicates any property can be added to this object. + [Hidden ]: Optional. +Whether to hide the participant from the roster. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ParticipantId ]: Optional. +The ID of the target participant. + [RemoveFromDefaultAudioRoutingGroup ]: Optional. +Whether to remove them from the main mixer. + [ReplacesCallId ]: Optional. +The call which the target identity is currently a part of. +For peer-to-peer case, the call will be dropped once the participant is added successfully. + [Transferee ]: participantInfo + [(Any) ]: This indicates any property can be added to this object. + [CountryCode ]: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. +Read-only. + [EndpointType ]: endpointType + [Identity ]: identitySet + [LanguageId ]: The language culture string. +Read-only. + [ParticipantId ]: The participant ID of the participant. +Read-only. + [Region ]: The home region of the participant. +This can be a country, a continent, or a larger geographic region. +This doesn't change based on the participant's current physical location. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +TRANSFEREE ``: participantInfo + [(Any) ]: This indicates any property can be added to this object. + [CountryCode ]: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. +Read-only. + [EndpointType ]: endpointType + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [LanguageId ]: The language culture string. +Read-only. + [ParticipantId ]: The participant ID of the participant. +Read-only. + [Region ]: The home region of the participant. +This can be a country, a continent, or a larger geographic region. +This doesn't change based on the participant's current physical location. +Read-only. + +TRANSFERTARGET ``: invitationParticipantInfo + [(Any) ]: This indicates any property can be added to this object. + [Hidden ]: Optional. +Whether to hide the participant from the roster. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ParticipantId ]: Optional. +The ID of the target participant. + [RemoveFromDefaultAudioRoutingGroup ]: Optional. +Whether to remove them from the main mixer. + [ReplacesCallId ]: Optional. +The call which the target identity is currently a part of. +For peer-to-peer case, the call will be dropped once the participant is added successfully. + + +## RELATED LINKS + +- [Move-MgCommunicationCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/move-mgcommunicationcall) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationAdhocCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationAdhocCall.md new file mode 100644 index 0000000000000..be4fc5c2ee5bb --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationAdhocCall.md @@ -0,0 +1,565 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationadhoccall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationAdhocCall +--- + +# New-MgCommunicationAdhocCall + +## SYNOPSIS + +Create new navigation property to adhocCalls for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationAdhocCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationAdhocCall?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationAdhocCall [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Id ] [-Recordings ] + [-Transcripts ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationAdhocCall -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to adhocCalls for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +adhocCall +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAdhocCall +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Recordings + +The recordings of a call. +Read-only. +To construct, see NOTES section for RECORDINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Transcripts + +The transcripts of a call. +Read-only. +To construct, see NOTES section for TRANSCRIPTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAdhocCall + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAdhocCall + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: adhocCall + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Recordings ]: The recordings of a call. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [Transcripts ]: The transcripts of a call. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +RECORDINGS : The recordings of a call. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +TRANSCRIPTS : The transcripts of a call. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + + +## RELATED LINKS + +- [New-MgCommunicationAdhocCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationadhoccall) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationAdhocCallRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationAdhocCallRecording.md new file mode 100644 index 0000000000000..c90f8e30ab699 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationAdhocCallRecording.md @@ -0,0 +1,784 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationadhoccallrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationAdhocCallRecording +--- + +# New-MgCommunicationAdhocCallRecording + +## SYNOPSIS + +Create new navigation property to recordings for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationAdhocCallRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationAdhocCallRecording?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationAdhocCallRecording -AdhocCallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CallId ] [-ContentCorrelationId ] + [-ContentInputFile ] [-CreatedDateTime ] [-EndDateTime ] [-Id ] + [-MeetingId ] [-MeetingOrganizer ] + [-RecordingContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationAdhocCallRecording -AdhocCallId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationAdhocCallRecording -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationAdhocCallRecording -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to recordings for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callRecording +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the recording. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the onlineMeeting related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordingContentUrl + +The URL that can be used to access the content of the recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callRecording + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgCommunicationAdhocCallRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationadhoccallrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationAdhocCallTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationAdhocCallTranscript.md new file mode 100644 index 0000000000000..31e019ab47f85 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationAdhocCallTranscript.md @@ -0,0 +1,815 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationadhoccalltranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationAdhocCallTranscript +--- + +# New-MgCommunicationAdhocCallTranscript + +## SYNOPSIS + +Create new navigation property to transcripts for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationAdhocCallTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationAdhocCallTranscript?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationAdhocCallTranscript -AdhocCallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CallId ] [-ContentCorrelationId ] + [-ContentInputFile ] [-CreatedDateTime ] [-EndDateTime ] [-Id ] + [-MeetingId ] [-MeetingOrganizer ] + [-MetadataContentInputFile ] [-TranscriptContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgCommunicationAdhocCallTranscript -AdhocCallId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationAdhocCallTranscript -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationAdhocCallTranscript -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to transcripts for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callTranscript +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the online meeting related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MetadataContentInputFile + +Input File for MetadataContent (The time-aligned metadata of the utterances in the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TranscriptContentUrl + +The URL that can be used to access the content of the transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callTranscript + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgCommunicationAdhocCallTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationadhoccalltranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md new file mode 100644 index 0000000000000..ac28cb605a97d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCall.md @@ -0,0 +1,1708 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationCall +--- + +# New-MgCommunicationCall + +## SYNOPSIS + +Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. +You need to register the calling bot and go through the list of permissions needed. +This API supports the following PSTN scenarios: + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationCall?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationCall [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AudioRoutingGroups ] [-CallChainId ] + [-CallOptions ] [-CallRoutes ] + [-CallbackUri ] [-ChatInfo ] + [-ContentSharingSessions ] [-Direction ] + [-Id ] [-IncomingContext ] [-MediaConfig ] + [-MediaState ] [-MeetingInfo ] + [-MyParticipantId ] [-Operations ] + [-Participants ] [-RequestedModalities ] + [-ResultInfo ] [-Source ] + [-State ] [-Subject ] [-Targets ] + [-TenantId ] [-ToneInfo ] + [-Transcription ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationCall -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. +You need to register the calling bot and go through the list of permissions needed. +This API supports the following PSTN scenarios: + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCalls.Chat, Calls.JoinGroupCallAsGuest.All, Calls.JoinGroupCall.All, Calls.InitiateGroupCall.All, Calls.Initiate.All, | + +## EXAMPLES +### Example 1: Create peer-to-peer VoIP call with service hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + callbackUri = "https://bot.contoso.com/callback" + targets = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "John" + id = "112f7296-5fa4-42ca-bae8-6a692b15d4b8" + } + } + } + ) + requestedModalities = @( + "audio" + ) + callOptions = @{ + "@odata.type" = "#microsoft.graph.outgoingCallOptions" + isContentSharingNotificationEnabled = $true + } + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.serviceHostedMediaConfig" + } +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will create peer-to-peer voip call with service hosted media + +### Example 2: Create peer-to-peer VoIP call with application hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + callbackUri = "https://bot.contoso.com/callback" + source = @{ + "@odata.type" = "#microsoft.graph.participantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + application = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "Calling Bot" + id = "2891555a-92ff-42e6-80fa-6e1300c6b5c6" + } + } + region = $null + languageId = $null + } + targets = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "John" + id = "112f7296-5fa4-42ca-bae8-6a692b15d4b8" + } + } + } + ) + requestedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.appHostedMediaConfig" + blob = "" + } +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will create peer-to-peer voip call with application hosted media + +### Example 3: Create a group call with service hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + direction = "outgoing" + subject = "Create a group call with service hosted media" + callbackUri = "https://bot.contoso.com/callback" + source = @{ + "@odata.type" = "#microsoft.graph.participantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + application = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "TestBot" + id = "dd3885da-f9ab-486b-bfae-85de3d445555" + } + } + } + targets = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "user1" + id = "98da8a1a-1b87-452c-a713-65d3f10b5555" + } + } + } + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "user2" + id = "bf5aae9a-d11d-47a8-93b1-782504c95555" + } + } + } + ) + requestedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.serviceHostedMediaConfig" + removeFromDefaultAudioGroup = $false + } +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will create a group call with service hosted media + +### Example 4: Create a group call with application hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + direction = "outgoing" + subject = "Create a group call with application hosted media" + callbackUri = "https://bot.contoso.com/callback" + source = @{ + "@odata.type" = "#microsoft.graph.participantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + application = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "TestBot" + id = "dd3885da-f9ab-486b-bfae-85de3d445555" + } + } + } + targets = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "user1" + id = "98da8a1a-1b87-452c-a713-65d3f10b5555" + } + } + } + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "user2" + id = "bf5aae9a-d11d-47a8-93b1-782504c95555" + } + } + } + ) + requestedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.appHostedMediaConfig" + removeFromDefaultAudioGroup = $false + } +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will create a group call with application hosted media + +### Example 5: Join scheduled meeting with service hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + callbackUri = "https://bot.contoso.com/callback" + requestedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.serviceHostedMediaConfig" + preFetchMedia = @( + ) + } + chatInfo = @{ + "@odata.type" = "#microsoft.graph.chatInfo" + threadId = "19:meeting_Win6Ydo4wsMijFjZS00ZGVjLTk5MGUtOTRjNWY2NmNkYTFm@thread.v2" + messageId = "0" + } + meetingInfo = @{ + "@odata.type" = "#microsoft.graph.organizerMeetingInfo" + organizer = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "5810cede-f3cc-42eb-b2c1-e9bd5d53ec96" + displayName = "Bob" + tenantId = "86dc81db-c112-4228-9222-63f3esaa1edb" + } + } + allowConversationWithoutHost = $true + } + tenantId = "86dc81db-c112-4228-9222-63f3esaa1edb" +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will join scheduled meeting with service hosted media + +### Example 6: Join scheduled meeting with application hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + direction = "outgoing" + callbackUri = "https://bot.contoso.com/callback" + requestedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.appHostedMediaConfig" + } + chatInfo = @{ + "@odata.type" = "#microsoft.graph.chatInfo" + threadId = "19:meeting_Win6Ydo4wsMijFjZS00ZGVjLTk5MGUtOTRjNWY2NmNkYTFm@thread.v2" + messageId = "0" + } + meetingInfo = @{ + "@odata.type" = "#microsoft.graph.organizerMeetingInfo" + organizer = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "5810cede-f3cc-42eb-b2c1-e9bd5d53ec96" + tenantId = "aa67bd4c-8475-432d-bd41-39f255720e0a" + displayName = "Bob" + } + } + allowConversationWithoutHost = $true + } + tenantId = "aa67bd4c-8475-432d-bd41-39f255720e0a" +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will join scheduled meeting with application hosted media + +### Example 7: Join a scheduled meeting with joinMeetingId and passcode + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + callbackUri = "https://bot.contoso.com/callback" + requestedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.serviceHostedMediaConfig" + preFetchMedia = @( + ) + } + meetingInfo = @{ + "@odata.type" = "#microsoft.graph.joinMeetingIdMeetingInfo" + joinMeetingId = "1234567" + passcode = "psw123" + } + tenantId = "86dc81db-c112-4228-9222-63f3esaa1edb" +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will join a scheduled meeting with joinmeetingid and passcode + +### Example 8: Join a scheduled meeting with joinMeetingId + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + callbackUri = "https://bot.contoso.com/callback" + requestedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.serviceHostedMediaConfig" + preFetchMedia = @( + ) + } + meetingInfo = @{ + "@odata.type" = "#microsoft.graph.joinMeetingIdMeetingInfo" + joinMeetingId = "1234567" + passcode = $null + } + tenantId = "86dc81db-c112-4228-9222-63f3esaa1edb" +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will join a scheduled meeting with joinmeetingid + +### Example 9: Create peer-to-peer PSTN call with service hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + callbackUri = "https://bot.contoso.com/callback" + source = @{ + "@odata.type" = "#microsoft.graph.participantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + applicationInstance = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "Calling Bot" + id = "3d913abb-aec0-4964-8fa6-3c6850c4f278" + } + } + countryCode = $null + endpointType = $null + region = $null + languageId = $null + } + targets = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + phone = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "+12345678901" + } + } + } + ) + requestedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.serviceHostedMediaConfig" + } + tenantId = "aa67bd4c-8475-432d-bd41-39f255720e0a" +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will create peer-to-peer pstn call with service hosted media + +### Example 100: Create peer-to-peer PSTN call with application hosted media + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + "@odata.type" = "#microsoft.graph.call" + callbackUri = "https://bot.contoso.com/callback" + source = @{ + "@odata.type" = "#microsoft.graph.participantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + applicationInstance = @{ + "@odata.type" = "#microsoft.graph.identity" + displayName = "Calling Bot" + id = "3d913abb-aec0-4964-8fa6-3c6850c4f278" + } + } + countryCode = $null + endpointType = $null + region = $null + languageId = $null + } + targets = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + phone = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "+12345678901" + } + } + } + ) + requestedModalities = @( + "audio" + ) + mediaConfig = @{ + "@odata.type" = "#microsoft.graph.appHostedMediaConfig" + blob = "" + } + tenantId = "aa67bd4c-8475-432d-bd41-39f255720e0a" +} + +New-MgCommunicationCall -BodyParameter $params + +``` +This example will create peer-to-peer pstn call with application hosted media + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AudioRoutingGroups + + +To construct, see NOTES section for AUDIOROUTINGGROUPS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioRoutingGroup[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +call +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCall +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallbackUri + +The callback URL on which callbacks are delivered. +Must be an HTTPS URL. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallChainId + +A unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in a P2P call. +This identifier must be copied over from Microsoft.Graph.Call.CallChainId. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallOptions + +callOptions +To construct, see NOTES section for CALLOPTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallOptions +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRoutes + +The routing information on how the call was retargeted. +Read-only. +To construct, see NOTES section for CALLROUTES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRoute[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatInfo + +chatInfo +To construct, see NOTES section for CHATINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentSharingSessions + + +To construct, see NOTES section for CONTENTSHARINGSESSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentSharingSession[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Direction + +callDirection + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IncomingContext + +incomingContext +To construct, see NOTES section for INCOMINGCONTEXT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIncomingContext +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MediaConfig + +mediaConfig + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MediaState + +callMediaState +To construct, see NOTES section for MEDIASTATE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallMediaState +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingInfo + +meetingInfo + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MyParticipantId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Operations + + +To construct, see NOTES section for OPERATIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommsOperation[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Participants + + +To construct, see NOTES section for PARTICIPANTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipant[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RequestedModalities + +The list of requested modalities. +The possible values are: unknown, audio, video, videoBasedScreenSharing, data. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResultInfo + +resultInfo +To construct, see NOTES section for RESULTINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphResultInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Source + +participantInfo +To construct, see NOTES section for SOURCE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipantInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -State + +callState + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Subject + +The subject of the conversation. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Targets + +The targets of the call. +Required information for creating peer to peer call. +To construct, see NOTES section for TARGETS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitationParticipantInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TenantId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ToneInfo + +toneInfo +To construct, see NOTES section for TONEINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphToneInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Transcription + +callTranscriptionInfo +To construct, see NOTES section for TRANSCRIPTION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscriptionInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCall + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCall + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +AUDIOROUTINGGROUPS : . + [Id ]: The unique identifier for an entity. +Read-only. + [Receivers ]: List of receiving participant ids. + [RoutingMode ]: routingMode + [Sources ]: List of source participant ids. + +BODYPARAMETER ``: call + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AudioRoutingGroups ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Receivers ]: List of receiving participant ids. + [RoutingMode ]: routingMode + [Sources ]: List of source participant ids. + [CallChainId ]: A unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in a P2P call. + This identifier must be copied over from Microsoft.Graph.Call.CallChainId. + [CallOptions ]: callOptions + [(Any) ]: This indicates any property can be added to this object. + [HideBotAfterEscalation ]: Indicates whether to hide the app after the call is escalated. + [IsContentSharingNotificationEnabled ]: Indicates whether content sharing notifications should be enabled for the call. + [IsDeltaRosterEnabled ]: Indicates whether delta roster is enabled for the call. + [IsInteractiveRosterEnabled ]: Indicates whether delta roster filtering by participant interactivity is enabled. + [CallRoutes ]: The routing information on how the call was retargeted. +Read-only. + [Final ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Original ]: identitySet + [RoutingType ]: routingType + [CallbackUri ]: The callback URL on which callbacks are delivered. +Must be an HTTPS URL. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ContentSharingSessions ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Direction ]: callDirection + [IncomingContext ]: incomingContext + [(Any) ]: This indicates any property can be added to this object. + [ObservedParticipantId ]: The ID of the participant that is under observation. +Read-only. + [OnBehalfOf ]: identitySet + [SourceParticipantId ]: The ID of the participant that triggered the incoming call. +Read-only. + [Transferor ]: identitySet + [MediaConfig ]: mediaConfig + [(Any) ]: This indicates any property can be added to this object. + [MediaState ]: callMediaState + [(Any) ]: This indicates any property can be added to this object. + [Audio ]: mediaState + [MeetingInfo ]: meetingInfo + [(Any) ]: This indicates any property can be added to this object. + [MyParticipantId ]: + [Operations ]: + [Id ]: The unique identifier for an entity. +Read-only. + [ClientContext ]: Unique Client Context string. +Max limit is 256 chars. + [ResultInfo ]: resultInfo + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The result code. + [Message ]: The message. + [Subcode ]: The result subcode. + [Status ]: operationStatus + [Participants ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Info ]: participantInfo + [(Any) ]: This indicates any property can be added to this object. + [CountryCode ]: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. +Read-only. + [EndpointType ]: endpointType + [Identity ]: identitySet + [LanguageId ]: The language culture string. +Read-only. + [ParticipantId ]: The participant ID of the participant. +Read-only. + [Region ]: The home region of the participant. +This can be a country, a continent, or a larger geographic region. +This doesn't change based on the participant's current physical location. +Read-only. + [IsInLobby ]: true if the participant is in lobby. + [IsMuted ]: true if the participant is muted (client or server muted). + [MediaStreams ]: The list of media streams. + [Direction ]: mediaDirection + [Label ]: The media stream label. + [MediaType ]: modality + [ServerMuted ]: If the media is muted by the server. + [SourceId ]: The source ID. + [Metadata ]: A blob of data provided by the participant in the roster. + [RecordingInfo ]: recordingInfo + [(Any) ]: This indicates any property can be added to this object. + [Initiator ]: identitySet + [RecordingStatus ]: recordingStatus + [RemovedState ]: removedState + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: The removal reason for the participant resource. + [RestrictedExperience ]: onlineMeetingRestricted + [(Any) ]: This indicates any property can be added to this object. + [ContentSharingDisabled ]: onlineMeetingContentSharingDisabledReason + [VideoDisabled ]: onlineMeetingVideoDisabledReason + [RosterSequenceNumber ]: Indicates the roster sequence number in which the participant was last updated. + [RequestedModalities ]: The list of requested modalities. +The possible values are: unknown, audio, video, videoBasedScreenSharing, data. + [ResultInfo ]: resultInfo + [Source ]: participantInfo + [State ]: callState + [Subject ]: The subject of the conversation. + [Targets ]: The targets of the call. +Required information for creating peer to peer call. + [Hidden ]: Optional. +Whether to hide the participant from the roster. + [Identity ]: identitySet + [ParticipantId ]: Optional. +The ID of the target participant. + [RemoveFromDefaultAudioRoutingGroup ]: Optional. +Whether to remove them from the main mixer. + [ReplacesCallId ]: Optional. +The call which the target identity is currently a part of. +For peer-to-peer case, the call will be dropped once the participant is added successfully. + [TenantId ]: + [ToneInfo ]: toneInfo + [(Any) ]: This indicates any property can be added to this object. + [SequenceId ]: An incremental identifier used for ordering DTMF events. + [Tone ]: tone + [Transcription ]: callTranscriptionInfo + [(Any) ]: This indicates any property can be added to this object. + [LastModifiedDateTime ]: The state modified time in UTC. + [State ]: callTranscriptionState + +CALLOPTIONS ``: callOptions + [(Any) ]: This indicates any property can be added to this object. + [HideBotAfterEscalation ]: Indicates whether to hide the app after the call is escalated. + [IsContentSharingNotificationEnabled ]: Indicates whether content sharing notifications should be enabled for the call. + [IsDeltaRosterEnabled ]: Indicates whether delta roster is enabled for the call. + [IsInteractiveRosterEnabled ]: Indicates whether delta roster filtering by participant interactivity is enabled. + +CALLROUTES : The routing information on how the call was retargeted. +Read-only. + [Final ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Original ]: identitySet + [RoutingType ]: routingType + +CHATINFO ``: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + +CONTENTSHARINGSESSIONS : . + [Id ]: The unique identifier for an entity. +Read-only. + +INCOMINGCONTEXT ``: incomingContext + [(Any) ]: This indicates any property can be added to this object. + [ObservedParticipantId ]: The ID of the participant that is under observation. +Read-only. + [OnBehalfOf ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [SourceParticipantId ]: The ID of the participant that triggered the incoming call. +Read-only. + [Transferor ]: identitySet + +MEDIASTATE ``: callMediaState + [(Any) ]: This indicates any property can be added to this object. + [Audio ]: mediaState + +OPERATIONS : . + [Id ]: The unique identifier for an entity. +Read-only. + [ClientContext ]: Unique Client Context string. +Max limit is 256 chars. + [ResultInfo ]: resultInfo + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The result code. + [Message ]: The message. + [Subcode ]: The result subcode. + [Status ]: operationStatus + +PARTICIPANTS : . + [Id ]: The unique identifier for an entity. +Read-only. + [Info ]: participantInfo + [(Any) ]: This indicates any property can be added to this object. + [CountryCode ]: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. +Read-only. + [EndpointType ]: endpointType + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [LanguageId ]: The language culture string. +Read-only. + [ParticipantId ]: The participant ID of the participant. +Read-only. + [Region ]: The home region of the participant. +This can be a country, a continent, or a larger geographic region. +This doesn't change based on the participant's current physical location. +Read-only. + [IsInLobby ]: true if the participant is in lobby. + [IsMuted ]: true if the participant is muted (client or server muted). + [MediaStreams ]: The list of media streams. + [Direction ]: mediaDirection + [Label ]: The media stream label. + [MediaType ]: modality + [ServerMuted ]: If the media is muted by the server. + [SourceId ]: The source ID. + [Metadata ]: A blob of data provided by the participant in the roster. + [RecordingInfo ]: recordingInfo + [(Any) ]: This indicates any property can be added to this object. + [Initiator ]: identitySet + [RecordingStatus ]: recordingStatus + [RemovedState ]: removedState + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: The removal reason for the participant resource. + [RestrictedExperience ]: onlineMeetingRestricted + [(Any) ]: This indicates any property can be added to this object. + [ContentSharingDisabled ]: onlineMeetingContentSharingDisabledReason + [VideoDisabled ]: onlineMeetingVideoDisabledReason + [RosterSequenceNumber ]: Indicates the roster sequence number in which the participant was last updated. + +RESULTINFO ``: resultInfo + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The result code. + [Message ]: The message. + [Subcode ]: The result subcode. + +SOURCE ``: participantInfo + [(Any) ]: This indicates any property can be added to this object. + [CountryCode ]: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. +Read-only. + [EndpointType ]: endpointType + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [LanguageId ]: The language culture string. +Read-only. + [ParticipantId ]: The participant ID of the participant. +Read-only. + [Region ]: The home region of the participant. +This can be a country, a continent, or a larger geographic region. +This doesn't change based on the participant's current physical location. +Read-only. + +TARGETS : The targets of the call. +Required information for creating peer to peer call. + [Hidden ]: Optional. +Whether to hide the participant from the roster. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ParticipantId ]: Optional. +The ID of the target participant. + [RemoveFromDefaultAudioRoutingGroup ]: Optional. +Whether to remove them from the main mixer. + [ReplacesCallId ]: Optional. +The call which the target identity is currently a part of. +For peer-to-peer case, the call will be dropped once the participant is added successfully. + +TONEINFO ``: toneInfo + [(Any) ]: This indicates any property can be added to this object. + [SequenceId ]: An incremental identifier used for ordering DTMF events. + [Tone ]: tone + +TRANSCRIPTION ``: callTranscriptionInfo + [(Any) ]: This indicates any property can be added to this object. + [LastModifiedDateTime ]: The state modified time in UTC. + [State ]: callTranscriptionState + + +## RELATED LINKS + +- [New-MgCommunicationCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcall) +- [Graph API Reference](https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallAudioRoutingGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallAudioRoutingGroup.md new file mode 100644 index 0000000000000..55f7ee0e2aea6 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallAudioRoutingGroup.md @@ -0,0 +1,628 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallaudioroutinggroup +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationCallAudioRoutingGroup +--- + +# New-MgCommunicationCallAudioRoutingGroup + +## SYNOPSIS + +Create a new audioRoutingGroup. + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationCallAudioRoutingGroup](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationCallAudioRoutingGroup?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationCallAudioRoutingGroup -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] [-Receivers ] [-RoutingMode ] + [-Sources ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgCommunicationCallAudioRoutingGroup -CallId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationCallAudioRoutingGroup -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-Receivers ] [-RoutingMode ] [-Sources ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationCallAudioRoutingGroup -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create a new audioRoutingGroup. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCall.All, Calls.InitiateGroupCall.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + id = "oneToOne" + routingMode = "oneToOne" + sources = @( + "632899f8-2ea1-4604-8413-27bd2892079f" +) +receivers = @( +"550fae72-d251-43ec-868c-373732c2704f" +) +} + +New-MgCommunicationCallAudioRoutingGroup -CallId $callId -BodyParameter $params + +``` +This example shows how to use the New-MgCommunicationCallAudioRoutingGroup Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +audioRoutingGroup +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioRoutingGroup +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Receivers + +List of receiving participant ids. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RoutingMode + +routingMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sources + +List of source participant ids. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioRoutingGroup + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioRoutingGroup + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: audioRoutingGroup + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Receivers ]: List of receiving participant ids. + [RoutingMode ]: routingMode + [Sources ]: List of source participant ids. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [New-MgCommunicationCallAudioRoutingGroup](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallaudioroutinggroup) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallContentSharingSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallContentSharingSession.md new file mode 100644 index 0000000000000..9be113bba3e6c --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallContentSharingSession.md @@ -0,0 +1,505 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallcontentsharingsession +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationCallContentSharingSession +--- + +# New-MgCommunicationCallContentSharingSession + +## SYNOPSIS + +Create new navigation property to contentSharingSessions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationCallContentSharingSession](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationCallContentSharingSession?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationCallContentSharingSession -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationCallContentSharingSession -CallId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationCallContentSharingSession -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationCallContentSharingSession -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to contentSharingSessions for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +contentSharingSession + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.Hashtable + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.String + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [New-MgCommunicationCallContentSharingSession](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallcontentsharingsession) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallOperation.md new file mode 100644 index 0000000000000..bdbeea4233299 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallOperation.md @@ -0,0 +1,610 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcalloperation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationCallOperation +--- + +# New-MgCommunicationCallOperation + +## SYNOPSIS + +Create new navigation property to operations for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationCallOperation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationCallOperation?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationCallOperation -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] [-Id ] + [-ResultInfo ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationCallOperation -CallId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationCallOperation -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Id ] [-ResultInfo ] [-Status ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationCallOperation -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to operations for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +commsOperation +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommsOperation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + +Unique Client Context string. +Max limit is 256 chars. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResultInfo + +resultInfo +To construct, see NOTES section for RESULTINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphResultInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Status + +operationStatus + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommsOperation + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommsOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: commsOperation + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ClientContext ]: Unique Client Context string. +Max limit is 256 chars. + [ResultInfo ]: resultInfo + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The result code. + [Message ]: The message. + [Subcode ]: The result subcode. + [Status ]: operationStatus + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +RESULTINFO ``: resultInfo + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The result code. + [Message ]: The message. + [Subcode ]: The result subcode. + + +## RELATED LINKS + +- [New-MgCommunicationCallOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcalloperation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md new file mode 100644 index 0000000000000..efde0b2de7674 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallParticipant.md @@ -0,0 +1,864 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallparticipant +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationCallParticipant +--- + +# New-MgCommunicationCallParticipant + +## SYNOPSIS + +Create new navigation property to participants for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationCallParticipant](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationCallParticipant?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationCallParticipant -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] [-Info ] + [-IsInLobby] [-IsMuted] [-MediaStreams ] [-Metadata ] + [-RecordingInfo ] [-RemovedState ] + [-RestrictedExperience ] [-RosterSequenceNumber ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgCommunicationCallParticipant -CallId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationCallParticipant -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-Info ] [-IsInLobby] [-IsMuted] + [-MediaStreams ] [-Metadata ] + [-RecordingInfo ] [-RemovedState ] + [-RestrictedExperience ] [-RosterSequenceNumber ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationCallParticipant -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to participants for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +participant +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipant +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Info + +participantInfo +To construct, see NOTES section for INFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipantInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsInLobby + +true if the participant is in lobby. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsMuted + +true if the participant is muted (client or server muted). + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MediaStreams + +The list of media streams. +To construct, see NOTES section for MEDIASTREAMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMediaStream[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Metadata + +A blob of data provided by the participant in the roster. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordingInfo + +recordingInfo +To construct, see NOTES section for RECORDINGINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRecordingInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RemovedState + +removedState +To construct, see NOTES section for REMOVEDSTATE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRemovedState +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RestrictedExperience + +onlineMeetingRestricted +To construct, see NOTES section for RESTRICTEDEXPERIENCE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingRestricted +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RosterSequenceNumber + +Indicates the roster sequence number in which the participant was last updated. + +```yaml +Type: System.Int64 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipant + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipant + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: participant + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Info ]: participantInfo + [(Any) ]: This indicates any property can be added to this object. + [CountryCode ]: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. +Read-only. + [EndpointType ]: endpointType + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [LanguageId ]: The language culture string. +Read-only. + [ParticipantId ]: The participant ID of the participant. +Read-only. + [Region ]: The home region of the participant. +This can be a country, a continent, or a larger geographic region. +This doesn't change based on the participant's current physical location. +Read-only. + [IsInLobby ]: true if the participant is in lobby. + [IsMuted ]: true if the participant is muted (client or server muted). + [MediaStreams ]: The list of media streams. + [Direction ]: mediaDirection + [Label ]: The media stream label. + [MediaType ]: modality + [ServerMuted ]: If the media is muted by the server. + [SourceId ]: The source ID. + [Metadata ]: A blob of data provided by the participant in the roster. + [RecordingInfo ]: recordingInfo + [(Any) ]: This indicates any property can be added to this object. + [Initiator ]: identitySet + [RecordingStatus ]: recordingStatus + [RemovedState ]: removedState + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: The removal reason for the participant resource. + [RestrictedExperience ]: onlineMeetingRestricted + [(Any) ]: This indicates any property can be added to this object. + [ContentSharingDisabled ]: onlineMeetingContentSharingDisabledReason + [VideoDisabled ]: onlineMeetingVideoDisabledReason + [RosterSequenceNumber ]: Indicates the roster sequence number in which the participant was last updated. + +INFO ``: participantInfo + [(Any) ]: This indicates any property can be added to this object. + [CountryCode ]: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. +Read-only. + [EndpointType ]: endpointType + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [LanguageId ]: The language culture string. +Read-only. + [ParticipantId ]: The participant ID of the participant. +Read-only. + [Region ]: The home region of the participant. +This can be a country, a continent, or a larger geographic region. +This doesn't change based on the participant's current physical location. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEDIASTREAMS : The list of media streams. + [Direction ]: mediaDirection + [Label ]: The media stream label. + [MediaType ]: modality + [ServerMuted ]: If the media is muted by the server. + [SourceId ]: The source ID. + +RECORDINGINFO ``: recordingInfo + [(Any) ]: This indicates any property can be added to this object. + [Initiator ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingStatus ]: recordingStatus + +REMOVEDSTATE ``: removedState + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: The removal reason for the participant resource. + +RESTRICTEDEXPERIENCE ``: onlineMeetingRestricted + [(Any) ]: This indicates any property can be added to this object. + [ContentSharingDisabled ]: onlineMeetingContentSharingDisabledReason + [VideoDisabled ]: onlineMeetingVideoDisabledReason + + +## RELATED LINKS + +- [New-MgCommunicationCallParticipant](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallparticipant) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordParticipantV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordParticipantV2.md new file mode 100644 index 0000000000000..8744931d41bc3 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordParticipantV2.md @@ -0,0 +1,587 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallrecordparticipantv2 +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationCallRecordParticipantV2 +--- + +# New-MgCommunicationCallRecordParticipantV2 + +## SYNOPSIS + +Create new navigation property to participants_v2 for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationCallRecordParticipantV2](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationCallRecordParticipantV2?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationCallRecordParticipantV2 -CallRecordId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AdministrativeUnitInfos ] [-Id ] + [-Identity ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationCallRecordParticipantV2 -CallRecordId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationCallRecordParticipantV2 -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AdministrativeUnitInfos ] [-Id ] + [-Identity ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationCallRecordParticipantV2 -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to participants_v2 for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdministrativeUnitInfos + +List of administrativeUnitInfo objects for the call participant. +To construct, see NOTES section for ADMINISTRATIVEUNITINFOS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsAdministrativeUnitInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +participant + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Identity + +communicationsIdentitySet +To construct, see NOTES section for IDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommunicationsIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.Hashtable + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsParticipant + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ADMINISTRATIVEUNITINFOS : List of administrativeUnitInfo objects for the call participant. + [Id ]: Unique identifier for the administrative unit. + +IDENTITY ``: communicationsIdentitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ApplicationInstance ]: identity + [AssertedIdentity ]: identity + [AzureCommunicationServicesUser ]: identity + [Encrypted ]: identity + [EndpointType ]: endpointType + [Guest ]: identity + [OnPremises ]: identity + [Phone ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [New-MgCommunicationCallRecordParticipantV2](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallrecordparticipantv2) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md new file mode 100644 index 0000000000000..412ff26547e28 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationCallRecordSession.md @@ -0,0 +1,1040 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallrecordsession +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationCallRecordSession +--- + +# New-MgCommunicationCallRecordSession + +## SYNOPSIS + +Create new navigation property to sessions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationCallRecordSession](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationCallRecordSession?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationCallRecordSession -CallRecordId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Callee ] + [-Caller ] [-EndDateTime ] + [-FailureInfo ] [-Id ] [-IsTest] + [-Modalities ] [-Segments ] + [-StartDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationCallRecordSession -CallRecordId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationCallRecordSession -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Callee ] [-Caller ] + [-EndDateTime ] [-FailureInfo ] [-Id ] + [-IsTest] [-Modalities ] [-Segments ] + [-StartDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationCallRecordSession -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to sessions for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +session +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsSession +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Callee + +endpoint +To construct, see NOTES section for CALLEE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsEndpoint +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Caller + +endpoint +To construct, see NOTES section for CALLER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsEndpoint +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +UTC time when the last user left the session. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -FailureInfo + +failureInfo +To construct, see NOTES section for FAILUREINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsFailureInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsTest + +Specifies whether the session is a test. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Modalities + +List of modalities present in the session. +The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Segments + +The list of segments involved in the session. +Read-only. +Nullable. +To construct, see NOTES section for SEGMENTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsSegment[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +UTC time when the first user joined the session. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsSession + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsSession + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: session + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Callee ]: endpoint + [(Any) ]: This indicates any property can be added to this object. + [UserAgent ]: userAgent + [(Any) ]: This indicates any property can be added to this object. + [ApplicationVersion ]: Identifies the version of application software used by this endpoint. + [HeaderValue ]: User-agent header value reported by this endpoint. + [Caller ]: endpoint + [EndDateTime ]: UTC time when the last user left the session. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + [FailureInfo ]: failureInfo + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: Classification of why a call or portion of a call failed. + [Stage ]: failureStage + [IsTest ]: Specifies whether the session is a test. + [Modalities ]: List of modalities present in the session. +The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + [Segments ]: The list of segments involved in the session. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Callee ]: endpoint + [Caller ]: endpoint + [EndDateTime ]: UTC time when the segment ended. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + [FailureInfo ]: failureInfo + [Media ]: Media associated with this segment. + [CalleeDevice ]: deviceInfo + [(Any) ]: This indicates any property can be added to this object. + [CaptureDeviceDriver ]: Name of the capture device driver used by the media endpoint. + [CaptureDeviceName ]: Name of the capture device used by the media endpoint. + [CaptureNotFunctioningEventRatio ]: Fraction of the call that the media endpoint detected the capture device was not working properly. + [CpuInsufficentEventRatio ]: Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received. + [DeviceClippingEventRatio ]: Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent. + [DeviceGlitchEventRatio ]: Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received. + [HowlingEventCount ]: Number of times during the call that the media endpoint detected howling or screeching audio. + [InitialSignalLevelRootMeanSquare ]: The root mean square (RMS) of the incoming signal of up to the first 30 seconds of the call. + [LowSpeechLevelEventRatio ]: Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent. + [LowSpeechToNoiseEventRatio ]: Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent. + [MicGlitchRate ]: Glitches per 5 minute interval for the media endpoint's microphone. + [ReceivedNoiseLevel ]: Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint. + [ReceivedSignalLevel ]: Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint. + [RenderDeviceDriver ]: Name of the render device driver used by the media endpoint. + [RenderDeviceName ]: Name of the render device used by the media endpoint. + [RenderMuteEventRatio ]: Fraction of the call that media endpoint detected device render is muted. + [RenderNotFunctioningEventRatio ]: Fraction of the call that the media endpoint detected the render device was not working properly. + [RenderZeroVolumeEventRatio ]: Fraction of the call that media endpoint detected device render volume is set to 0. + [SentNoiseLevel ]: Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint. + [SentSignalLevel ]: Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint. + [SpeakerGlitchRate ]: Glitches per 5 minute internal for the media endpoint's loudspeaker. + [CalleeNetwork ]: networkInfo + [(Any) ]: This indicates any property can be added to this object. + [BandwidthLowEventRatio ]: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent. + [BasicServiceSetIdentifier ]: The wireless LAN basic service set identifier of the media endpoint used to connect to the network. +This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings. + [ConnectionType ]: networkConnectionType + [DelayEventRatio ]: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication. + [DnsSuffix ]: DNS suffix associated with the network adapter of the media endpoint. + [IPAddress ]: IP address of the media endpoint. + [LinkSpeed ]: Link speed in bits per second reported by the network adapter used by the media endpoint. + [MacAddress ]: The media access control (MAC) address of the media endpoint's network device. +This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies. + [NetworkTransportProtocol ]: networkTransportProtocol + [Port ]: Network port number used by media endpoint. + [ReceivedQualityEventRatio ]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio received. + [ReflexiveIPAddress ]: IP address of the media endpoint as seen by the media relay server. +This is typically the public internet IP address associated to the endpoint. + [RelayIPAddress ]: IP address of the media relay server allocated by the media endpoint. + [RelayPort ]: Network port number allocated on the media relay server by the media endpoint. + [SentQualityEventRatio ]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio sent. + [Subnet ]: Subnet used for media stream by the media endpoint. + [TraceRouteHops ]: List of network trace route hops collected for this media stream.* + [HopCount ]: The network path count of this hop that was used to compute the RTT. + [IPAddress ]: IP address used for this hop in the network trace. + [RoundTripTime ]: The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in ISO 8601 format. +For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator. + [WifiBand ]: wifiBand + [WifiBatteryCharge ]: Estimated remaining battery charge in percentage reported by the media endpoint. + [WifiChannel ]: WiFi channel used by the media endpoint. + [WifiMicrosoftDriver ]: Name of the Microsoft WiFi driver used by the media endpoint. +Value may be localized based on the language used by endpoint. + [WifiMicrosoftDriverVersion ]: Version of the Microsoft WiFi driver used by the media endpoint. + [WifiRadioType ]: wifiRadioType + [WifiSignalStrength ]: WiFi signal strength in percentage reported by the media endpoint. + [WifiVendorDriver ]: Name of the WiFi driver used by the media endpoint. +Value may be localized based on the language used by endpoint. + [WifiVendorDriverVersion ]: Version of the WiFi driver used by the media endpoint. + [CallerDevice ]: deviceInfo + [CallerNetwork ]: networkInfo + [Label ]: How the media was identified during media negotiation stage. + [Streams ]: Network streams associated with this media. + [AudioCodec ]: audioCodec + [AverageAudioDegradation ]: Average Network Mean Opinion Score degradation for stream. +Represents how much the network loss and jitter has impacted the quality of received audio. + [AverageAudioNetworkJitter ]: Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AverageBandwidthEstimate ]: Average estimated bandwidth available between two endpoints in bits per second. + [AverageFreezeDuration ]: Average duration of the received freezing time in the video stream. + [AverageJitter ]: Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AveragePacketLossRate ]: Average packet loss rate for stream. + [AverageRatioOfConcealedSamples ]: Ratio of the number of audio frames with samples generated by packet loss concealment to the total number of audio frames. + [AverageReceivedFrameRate ]: Average frames per second received for all video streams computed over the duration of the session. + [AverageRoundTripTime ]: Average network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AverageVideoFrameLossPercentage ]: Average percentage of video frames lost as displayed to the user. + [AverageVideoFrameRate ]: Average frames per second received for a video stream, computed over the duration of the session. + [AverageVideoPacketLossRate ]: Average fraction of packets lost, as specified in RFC 3550, computed over the duration of the session. + [EndDateTime ]: UTC time when the stream ended. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +This field is only available for streams that use the SIP protocol. + [IsAudioForwardErrorCorrectionUsed ]: Indicates whether the forward error correction (FEC) was used at some point during the session. +The default value is null. + [LowFrameRateRatio ]: Fraction of the call where frame rate is less than 7.5 frames per second. + [LowVideoProcessingCapabilityRatio ]: Fraction of the call that the client is running less than 70% expected video processing capability. + [MaxAudioNetworkJitter ]: Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [MaxJitter ]: Maximum jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [MaxPacketLossRate ]: Maximum packet loss rate for the stream. + [MaxRatioOfConcealedSamples ]: Maximum ratio of packets concealed by the healer. + [MaxRoundTripTime ]: Maximum network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [PacketUtilization ]: Packet count for the stream. + [PostForwardErrorCorrectionPacketLossRate ]: Packet loss rate after FEC has been applied aggregated across all video streams and codecs. + [RmsFreezeDuration ]: Average duration of the received freezing time in the video stream represented in root mean square. + [StartDateTime ]: UTC time when the stream started. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +This field is only available for streams that use the SIP protocol. + [StreamDirection ]: mediaStreamDirection + [StreamId ]: Unique identifier for the stream. + [VideoCodec ]: videoCodec + [WasMediaBypassed ]: True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise. + [StartDateTime ]: UTC time when the segment started. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + [StartDateTime ]: UTC time when the first user joined the session. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + +CALLEE ``: endpoint + [(Any) ]: This indicates any property can be added to this object. + [UserAgent ]: userAgent + [(Any) ]: This indicates any property can be added to this object. + [ApplicationVersion ]: Identifies the version of application software used by this endpoint. + [HeaderValue ]: User-agent header value reported by this endpoint. + +CALLER ``: endpoint + [(Any) ]: This indicates any property can be added to this object. + [UserAgent ]: userAgent + [(Any) ]: This indicates any property can be added to this object. + [ApplicationVersion ]: Identifies the version of application software used by this endpoint. + [HeaderValue ]: User-agent header value reported by this endpoint. + +FAILUREINFO ``: failureInfo + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: Classification of why a call or portion of a call failed. + [Stage ]: failureStage + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +SEGMENTS : The list of segments involved in the session. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Callee ]: endpoint + [(Any) ]: This indicates any property can be added to this object. + [UserAgent ]: userAgent + [(Any) ]: This indicates any property can be added to this object. + [ApplicationVersion ]: Identifies the version of application software used by this endpoint. + [HeaderValue ]: User-agent header value reported by this endpoint. + [Caller ]: endpoint + [EndDateTime ]: UTC time when the segment ended. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + [FailureInfo ]: failureInfo + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: Classification of why a call or portion of a call failed. + [Stage ]: failureStage + [Media ]: Media associated with this segment. + [CalleeDevice ]: deviceInfo + [(Any) ]: This indicates any property can be added to this object. + [CaptureDeviceDriver ]: Name of the capture device driver used by the media endpoint. + [CaptureDeviceName ]: Name of the capture device used by the media endpoint. + [CaptureNotFunctioningEventRatio ]: Fraction of the call that the media endpoint detected the capture device was not working properly. + [CpuInsufficentEventRatio ]: Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received. + [DeviceClippingEventRatio ]: Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent. + [DeviceGlitchEventRatio ]: Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received. + [HowlingEventCount ]: Number of times during the call that the media endpoint detected howling or screeching audio. + [InitialSignalLevelRootMeanSquare ]: The root mean square (RMS) of the incoming signal of up to the first 30 seconds of the call. + [LowSpeechLevelEventRatio ]: Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent. + [LowSpeechToNoiseEventRatio ]: Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent. + [MicGlitchRate ]: Glitches per 5 minute interval for the media endpoint's microphone. + [ReceivedNoiseLevel ]: Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint. + [ReceivedSignalLevel ]: Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint. + [RenderDeviceDriver ]: Name of the render device driver used by the media endpoint. + [RenderDeviceName ]: Name of the render device used by the media endpoint. + [RenderMuteEventRatio ]: Fraction of the call that media endpoint detected device render is muted. + [RenderNotFunctioningEventRatio ]: Fraction of the call that the media endpoint detected the render device was not working properly. + [RenderZeroVolumeEventRatio ]: Fraction of the call that media endpoint detected device render volume is set to 0. + [SentNoiseLevel ]: Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint. + [SentSignalLevel ]: Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint. + [SpeakerGlitchRate ]: Glitches per 5 minute internal for the media endpoint's loudspeaker. + [CalleeNetwork ]: networkInfo + [(Any) ]: This indicates any property can be added to this object. + [BandwidthLowEventRatio ]: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent. + [BasicServiceSetIdentifier ]: The wireless LAN basic service set identifier of the media endpoint used to connect to the network. +This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings. + [ConnectionType ]: networkConnectionType + [DelayEventRatio ]: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication. + [DnsSuffix ]: DNS suffix associated with the network adapter of the media endpoint. + [IPAddress ]: IP address of the media endpoint. + [LinkSpeed ]: Link speed in bits per second reported by the network adapter used by the media endpoint. + [MacAddress ]: The media access control (MAC) address of the media endpoint's network device. +This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies. + [NetworkTransportProtocol ]: networkTransportProtocol + [Port ]: Network port number used by media endpoint. + [ReceivedQualityEventRatio ]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio received. + [ReflexiveIPAddress ]: IP address of the media endpoint as seen by the media relay server. +This is typically the public internet IP address associated to the endpoint. + [RelayIPAddress ]: IP address of the media relay server allocated by the media endpoint. + [RelayPort ]: Network port number allocated on the media relay server by the media endpoint. + [SentQualityEventRatio ]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio sent. + [Subnet ]: Subnet used for media stream by the media endpoint. + [TraceRouteHops ]: List of network trace route hops collected for this media stream.* + [HopCount ]: The network path count of this hop that was used to compute the RTT. + [IPAddress ]: IP address used for this hop in the network trace. + [RoundTripTime ]: The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in ISO 8601 format. +For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator. + [WifiBand ]: wifiBand + [WifiBatteryCharge ]: Estimated remaining battery charge in percentage reported by the media endpoint. + [WifiChannel ]: WiFi channel used by the media endpoint. + [WifiMicrosoftDriver ]: Name of the Microsoft WiFi driver used by the media endpoint. +Value may be localized based on the language used by endpoint. + [WifiMicrosoftDriverVersion ]: Version of the Microsoft WiFi driver used by the media endpoint. + [WifiRadioType ]: wifiRadioType + [WifiSignalStrength ]: WiFi signal strength in percentage reported by the media endpoint. + [WifiVendorDriver ]: Name of the WiFi driver used by the media endpoint. +Value may be localized based on the language used by endpoint. + [WifiVendorDriverVersion ]: Version of the WiFi driver used by the media endpoint. + [CallerDevice ]: deviceInfo + [CallerNetwork ]: networkInfo + [Label ]: How the media was identified during media negotiation stage. + [Streams ]: Network streams associated with this media. + [AudioCodec ]: audioCodec + [AverageAudioDegradation ]: Average Network Mean Opinion Score degradation for stream. +Represents how much the network loss and jitter has impacted the quality of received audio. + [AverageAudioNetworkJitter ]: Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AverageBandwidthEstimate ]: Average estimated bandwidth available between two endpoints in bits per second. + [AverageFreezeDuration ]: Average duration of the received freezing time in the video stream. + [AverageJitter ]: Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AveragePacketLossRate ]: Average packet loss rate for stream. + [AverageRatioOfConcealedSamples ]: Ratio of the number of audio frames with samples generated by packet loss concealment to the total number of audio frames. + [AverageReceivedFrameRate ]: Average frames per second received for all video streams computed over the duration of the session. + [AverageRoundTripTime ]: Average network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AverageVideoFrameLossPercentage ]: Average percentage of video frames lost as displayed to the user. + [AverageVideoFrameRate ]: Average frames per second received for a video stream, computed over the duration of the session. + [AverageVideoPacketLossRate ]: Average fraction of packets lost, as specified in RFC 3550, computed over the duration of the session. + [EndDateTime ]: UTC time when the stream ended. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +This field is only available for streams that use the SIP protocol. + [IsAudioForwardErrorCorrectionUsed ]: Indicates whether the forward error correction (FEC) was used at some point during the session. +The default value is null. + [LowFrameRateRatio ]: Fraction of the call where frame rate is less than 7.5 frames per second. + [LowVideoProcessingCapabilityRatio ]: Fraction of the call that the client is running less than 70% expected video processing capability. + [MaxAudioNetworkJitter ]: Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [MaxJitter ]: Maximum jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [MaxPacketLossRate ]: Maximum packet loss rate for the stream. + [MaxRatioOfConcealedSamples ]: Maximum ratio of packets concealed by the healer. + [MaxRoundTripTime ]: Maximum network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [PacketUtilization ]: Packet count for the stream. + [PostForwardErrorCorrectionPacketLossRate ]: Packet loss rate after FEC has been applied aggregated across all video streams and codecs. + [RmsFreezeDuration ]: Average duration of the received freezing time in the video stream represented in root mean square. + [StartDateTime ]: UTC time when the stream started. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +This field is only available for streams that use the SIP protocol. + [StreamDirection ]: mediaStreamDirection + [StreamId ]: Unique identifier for the stream. + [VideoCodec ]: videoCodec + [WasMediaBypassed ]: True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise. + [StartDateTime ]: UTC time when the segment started. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + + +## RELATED LINKS + +- [New-MgCommunicationCallRecordSession](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationcallrecordsession) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md new file mode 100644 index 0000000000000..6888236fee8b6 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeeting.md @@ -0,0 +1,1764 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeeting +--- + +# New-MgCommunicationOnlineMeeting + +## SYNOPSIS + +Create new navigation property to onlineMeetings for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeeting [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-AllowAttendeeToEnableCamera] [-AllowAttendeeToEnableMic] + [-AllowBreakoutRooms] [-AllowCopyingAndSharingMeetingContent] [-AllowLiveShare ] + [-AllowMeetingChat ] [-AllowParticipantsToChangeName] [-AllowPowerPointSharing] + [-AllowRecording] [-AllowTeamworkReactions] [-AllowTranscription] [-AllowWhiteboard] + [-AllowedLobbyAdmitters ] [-AllowedPresenters ] + [-AttendanceReports ] [-AttendeeReportInputFile ] + [-AudioConferencing ] + [-BroadcastSettings ] + [-ChatInfo ] [-ChatRestrictions ] + [-CreationDateTime ] [-EndDateTime ] [-ExpiryDateTime ] + [-ExternalId ] [-Id ] [-IsBroadcast] [-IsEndToEndEncryptionEnabled] + [-IsEntryExitAnnounced] [-JoinInformation ] + [-JoinMeetingIdSettings ] [-JoinWebUrl ] + [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] + [-MeetingSpokenLanguageTag ] [-MeetingTemplateId ] + [-Participants ] [-RecordAutomatically] + [-Recordings ] + [-SensitivityLabelAssignment ] + [-ShareMeetingChatHistoryDefault ] [-StartDateTime ] [-Subject ] + [-Transcripts ] [-VideoTeleconferenceId ] + [-WatermarkProtection ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeeting -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to onlineMeetings for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowAttendeeToEnableCamera + +Indicates whether attendees can turn on their camera. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowAttendeeToEnableMic + +Indicates whether attendees can turn on their microphone. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowBreakoutRooms + +Indicates whether breakout rooms are enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowCopyingAndSharingMeetingContent + +Indicates whether the ability to copy and share meeting content is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowedLobbyAdmitters + +allowedLobbyAdmitterRoles + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowedPresenters + +onlineMeetingPresenters + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowLiveShare + +meetingLiveShareOptions + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowMeetingChat + +meetingChatMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowParticipantsToChangeName + +Specifies if participants are allowed to rename themselves in an instance of the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowPowerPointSharing + +Indicates whether PowerPoint live is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowRecording + +Indicates whether recording is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowTeamworkReactions + +Indicates if Teams reactions are enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowTranscription + +Indicates whether transcription is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowWhiteboard + +Indicates whether whiteboard is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceReports + +The attendance reports of an online meeting. +Read-only. +To construct, see NOTES section for ATTENDANCEREPORTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendeeReportInputFile + +Input File for AttendeeReport (The content stream of the attendee report of a Microsoft Teams live event. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AudioConferencing + +audioConferencing +To construct, see NOTES section for AUDIOCONFERENCING properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioConferencing +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +Represents a Microsoft online meeting. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BroadcastSettings + +broadcastMeetingSettings +To construct, see NOTES section for BROADCASTSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphBroadcastMeetingSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatInfo + +chatInfo +To construct, see NOTES section for CHATINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatRestrictions + +chatRestrictions +To construct, see NOTES section for CHATRESTRICTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatRestrictions +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationDateTime + +The meeting creation time in UTC. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +The meeting end time in UTC. +Required when you create an online meeting. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpiryDateTime + +Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalId + +The external ID that is a custom identifier. +Optional. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsBroadcast + +Indicates whether this meeting is a Teams live event. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEndToEndEncryptionEnabled + +Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEntryExitAnnounced + +Indicates whether to announce when callers join or leave. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinInformation + +itemBody +To construct, see NOTES section for JOININFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinMeetingIdSettings + +joinMeetingIdSettings +To construct, see NOTES section for JOINMEETINGIDSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphJoinMeetingIdSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinWebUrl + +The join URL of the online meeting. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LobbyBypassSettings + +lobbyBypassSettings +To construct, see NOTES section for LOBBYBYPASSSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphLobbyBypassSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOptionsWebUrl + +Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingSpokenLanguageTag + +Specifies the spoken language used during the meeting for recording and transcription purposes. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingTemplateId + +The ID of the meeting template. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Participants + +meetingParticipants +To construct, see NOTES section for PARTICIPANTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingParticipants +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordAutomatically + +Indicates whether to record the meeting automatically. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Recordings + +The recordings of an online meeting. +Read-only. +To construct, see NOTES section for RECORDINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SensitivityLabelAssignment + +onlineMeetingSensitivityLabelAssignment +To construct, see NOTES section for SENSITIVITYLABELASSIGNMENT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingSensitivityLabelAssignment +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ShareMeetingChatHistoryDefault + +meetingChatHistoryDefaultMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +The meeting start time in UTC. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Subject + +The subject of the online meeting. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Transcripts + +The transcripts of an online meeting. +Read-only. +To construct, see NOTES section for TRANSCRIPTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -VideoTeleconferenceId + +The video teleconferencing ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WatermarkProtection + +watermarkProtectionValues +To construct, see NOTES section for WATERMARKPROTECTION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWatermarkProtectionValues +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCEREPORTS : The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + +AUDIOCONFERENCING ``: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + +BODYPARAMETER ``: Represents a Microsoft online meeting. + [(Any) ]: This indicates any property can be added to this object. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendeeReport ]: The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + [BroadcastSettings ]: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + [CreationDateTime ]: The meeting creation time in UTC. +Read-only. + [EndDateTime ]: The meeting end time in UTC. +Required when you create an online meeting. + [ExternalId ]: The external ID that is a custom identifier. +Optional. + [IsBroadcast ]: Indicates whether this meeting is a Teams live event. + [MeetingTemplateId ]: The ID of the meeting template. + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [Recordings ]: The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [StartDateTime ]: The meeting start time in UTC. + [Transcripts ]: The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +BROADCASTSETTINGS ``: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + +CHATINFO ``: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + +CHATRESTRICTIONS ``: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + +JOININFORMATION ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +JOINMEETINGIDSETTINGS ``: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + +LOBBYBYPASSSETTINGS ``: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + +PARTICIPANTS ``: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + +RECORDINGS : The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +SENSITIVITYLABELASSIGNMENT ``: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + +TRANSCRIPTS : The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +WATERMARKPROTECTION ``: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeeting) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingAttendanceReport.md new file mode 100644 index 0000000000000..dcc131b6ab0b8 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingAttendanceReport.md @@ -0,0 +1,738 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingattendancereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingAttendanceReport +--- + +# New-MgCommunicationOnlineMeetingAttendanceReport + +## SYNOPSIS + +Create new navigation property to attendanceReports for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingAttendanceReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingAttendanceReport?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingAttendanceReport -OnlineMeetingId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceRecords ] + [-ExternalEventInformation ] [-Id ] + [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingAttendanceReport -OnlineMeetingId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingAttendanceReport -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceRecords ] + [-ExternalEventInformation ] [-Id ] + [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingAttendanceReport -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to attendanceReports for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceRecords + +List of attendance records of an attendance report. +Read-only. +To construct, see NOTES section for ATTENDANCERECORDS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +meetingAttendanceReport +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalEventInformation + +The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. +To construct, see NOTES section for EXTERNALEVENTINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventExternalInformation[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingEndDateTime + +UTC time when the meeting ended. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingStartDateTime + +UTC time when the meeting started. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TotalParticipantCount + +Total number of participants. +Read-only. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCERECORDS : List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + +BODYPARAMETER ``: meetingAttendanceReport + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + +EXTERNALEVENTINFORMATION : The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingAttendanceReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingattendancereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md new file mode 100644 index 0000000000000..e18f9c8e36f32 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md @@ -0,0 +1,784 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingattendancereportattendancerecord +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord +--- + +# New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + +## SYNOPSIS + +Create new navigation property to attendanceRecords for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord -MeetingAttendanceReportId + -OnlineMeetingId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceIntervals ] [-EmailAddress ] + [-ExternalRegistrationInformation ] + [-Id ] [-Identity ] [-RegistrationId ] [-Role ] + [-TotalAttendanceInSeconds ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord -MeetingAttendanceReportId + -OnlineMeetingId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-AttendanceIntervals ] + [-EmailAddress ] + [-ExternalRegistrationInformation ] + [-Id ] [-Identity ] [-RegistrationId ] [-Role ] + [-TotalAttendanceInSeconds ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + -InputObject -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to attendanceRecords for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceIntervals + +List of time periods between joining and leaving a meeting. +To construct, see NOTES section for ATTENDANCEINTERVALS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceInterval[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +attendanceRecord +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EmailAddress + +Email address of the user associated with this attendance record. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalRegistrationInformation + +virtualEventExternalRegistrationInformation +To construct, see NOTES section for EXTERNALREGISTRATIONINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventExternalRegistrationInformation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Identity + +identity +To construct, see NOTES section for IDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RegistrationId + +Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Role + +Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TotalAttendanceInSeconds + +Total duration of the attendances in seconds. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCEINTERVALS : List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + +BODYPARAMETER ``: attendanceRecord + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + +EXTERNALREGISTRATIONINFORMATION ``: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + +IDENTITY ``: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingattendancereportattendancerecord) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversation.md new file mode 100644 index 0000000000000..60e02c50c0322 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversation.md @@ -0,0 +1,1110 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingConversation +--- + +# New-MgCommunicationOnlineMeetingConversation + +## SYNOPSIS + +Create new navigation property to onlineMeetingConversations for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingConversation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingConversation?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingConversation [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreationMode ] [-Id ] + [-Messages ] + [-ModerationState ] + [-OnlineMeeting ] [-OnlineMeetingId ] + [-Organizer ] + [-Starter ] [-StarterId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingConversation + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to onlineMeetingConversations for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A conversation for Teams QA online meeting. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingEngagementConversation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationMode + +Indicates that the resource is in migration state and is currently being used for migration purposes. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementCreationMode +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Messages + +The messages in a Viva Engage conversation. +To construct, see NOTES section for MESSAGES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ModerationState + +Represents the moderation state of an Engage conversation message. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationModerationState +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeeting + +Represents a Microsoft online meeting. +To construct, see NOTES section for ONLINEMEETING properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of the online meeting associated with this conversation. +The online meeting ID links the conversation to a specific meeting instance. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Organizer + +The Viva Engage identities. +To construct, see NOTES section for ORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Starter + +A Viva Engage conversation message. +To construct, see NOTES section for STARTER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StarterId + +The unique ID of the first message in a Viva Engage conversation. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingEngagementConversation + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingEngagementConversation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A conversation for Teams QA online meeting. + [(Any) ]: This indicates any property can be added to this object. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [ModerationState ]: Represents the moderation state of an Engage conversation message. + [OnlineMeeting ]: Represents a Microsoft online meeting. + [(Any) ]: This indicates any property can be added to this object. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendeeReport ]: The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + [BroadcastSettings ]: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + [CreationDateTime ]: The meeting creation time in UTC. +Read-only. + [EndDateTime ]: The meeting end time in UTC. +Required when you create an online meeting. + [ExternalId ]: The external ID that is a custom identifier. +Optional. + [IsBroadcast ]: Indicates whether this meeting is a Teams live event. + [MeetingTemplateId ]: The ID of the meeting template. + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [Recordings ]: The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [StartDateTime ]: The meeting start time in UTC. + [Transcripts ]: The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + [OnlineMeetingId ]: The unique identifier of the online meeting associated with this conversation. +The online meeting ID links the conversation to a specific meeting instance. + [Organizer ]: The Viva Engage identities. + +MESSAGES : The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +ONLINEMEETING ``: Represents a Microsoft online meeting. + [(Any) ]: This indicates any property can be added to this object. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendeeReport ]: The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + [BroadcastSettings ]: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + [CreationDateTime ]: The meeting creation time in UTC. +Read-only. + [EndDateTime ]: The meeting end time in UTC. +Required when you create an online meeting. + [ExternalId ]: The external ID that is a custom identifier. +Optional. + [IsBroadcast ]: Indicates whether this meeting is a Teams live event. + [MeetingTemplateId ]: The ID of the meeting template. + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [Recordings ]: The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [StartDateTime ]: The meeting start time in UTC. + [Transcripts ]: The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +ORGANIZER ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + +STARTER ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingConversation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessage.md new file mode 100644 index 0000000000000..0ed6b75a7b6ac --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessage.md @@ -0,0 +1,923 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationmessage +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingConversationMessage +--- + +# New-MgCommunicationOnlineMeetingConversationMessage + +## SYNOPSIS + +Create new navigation property to messages for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingConversationMessage](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingConversationMessage?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingConversationMessage -OnlineMeetingEngagementConversationId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Body ] [-Conversation ] + [-CreationMode ] [-From ] + [-Id ] [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingConversationMessage -OnlineMeetingEngagementConversationId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingConversationMessage -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Body ] [-Conversation ] + [-CreationMode ] [-From ] + [-Id ] [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingConversationMessage -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to messages for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + +itemBody +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A Viva Engage conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Conversation + +Represents a conversation in Viva Engage. +To construct, see NOTES section for CONVERSATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationMode + +Indicates that the resource is in migration state and is currently being used for migration purposes. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementCreationMode +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -From + +The Viva Engage identities. +To construct, see NOTES section for FROM properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reactions + +A collection of reactions (such as like and smile) that users have applied to this message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Replies + +A collection of messages that are replies to this message and form a threaded discussion. +To construct, see NOTES section for REPLIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyTo + +A Viva Engage conversation message. +To construct, see NOTES section for REPLYTO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyToId + +The ID of the parent message to which this message is a reply, if applicable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODY ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +BODYPARAMETER ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +CONVERSATION ``: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + +FROM ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONS : A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +REPLIES : A collection of messages that are replies to this message and form a threaded discussion. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +REPLYTO ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingConversationMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationmessage) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessageReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessageReaction.md new file mode 100644 index 0000000000000..64918a01f37b0 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessageReaction.md @@ -0,0 +1,629 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationmessagereaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingConversationMessageReaction +--- + +# New-MgCommunicationOnlineMeetingConversationMessageReaction + +## SYNOPSIS + +Create new navigation property to reactions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingConversationMessageReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingConversationMessageReaction?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingConversationMessageReaction + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingConversationMessageReaction + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingConversationMessageReaction + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingConversationMessageReaction + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to reactions for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A reaction to a conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionBy + +The Viva Engage identities. +To construct, see NOTES section for REACTIONBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + +Types of reactions to conversation messages. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationMessageReactionType +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A reaction to a conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONBY ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingConversationMessageReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationmessagereaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessageReply.md new file mode 100644 index 0000000000000..d173e86a7b85a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessageReply.md @@ -0,0 +1,952 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationmessagereply +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingConversationMessageReply +--- + +# New-MgCommunicationOnlineMeetingConversationMessageReply + +## SYNOPSIS + +Create new navigation property to replies for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingConversationMessageReply](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingConversationMessageReply?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingConversationMessageReply -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Body ] + [-Conversation ] [-CreationMode ] + [-From ] [-Id ] + [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingConversationMessageReply -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingConversationMessageReply -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Body ] [-Conversation ] + [-CreationMode ] [-From ] + [-Id ] [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingConversationMessageReply -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to replies for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + +itemBody +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A Viva Engage conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Conversation + +Represents a conversation in Viva Engage. +To construct, see NOTES section for CONVERSATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationMode + +Indicates that the resource is in migration state and is currently being used for migration purposes. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementCreationMode +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -From + +The Viva Engage identities. +To construct, see NOTES section for FROM properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reactions + +A collection of reactions (such as like and smile) that users have applied to this message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Replies + +A collection of messages that are replies to this message and form a threaded discussion. +To construct, see NOTES section for REPLIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyTo + +A Viva Engage conversation message. +To construct, see NOTES section for REPLYTO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyToId + +The ID of the parent message to which this message is a reply, if applicable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODY ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +BODYPARAMETER ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +CONVERSATION ``: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + +FROM ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONS : A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +REPLIES : A collection of messages that are replies to this message and form a threaded discussion. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +REPLYTO ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingConversationMessageReply](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationmessagereply) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md new file mode 100644 index 0000000000000..4ad7b8990bbe3 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md @@ -0,0 +1,658 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationmessagereplyreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingConversationMessageReplyReaction +--- + +# New-MgCommunicationOnlineMeetingConversationMessageReplyReaction + +## SYNOPSIS + +Create new navigation property to reactions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingConversationMessageReplyReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingConversationMessageReplyReaction?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageId1 + -OnlineMeetingEngagementConversationId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageId1 + -OnlineMeetingEngagementConversationId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to reactions for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A reaction to a conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionBy + +The Viva Engage identities. +To construct, see NOTES section for REACTIONBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + +Types of reactions to conversation messages. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationMessageReactionType +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A reaction to a conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONBY ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingConversationMessageReplyReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationmessagereplyreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationStarterReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationStarterReaction.md new file mode 100644 index 0000000000000..2cd6f2955172c --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationStarterReaction.md @@ -0,0 +1,602 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationstarterreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingConversationStarterReaction +--- + +# New-MgCommunicationOnlineMeetingConversationStarterReaction + +## SYNOPSIS + +Create new navigation property to reactions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingConversationStarterReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingConversationStarterReaction?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingConversationStarterReaction + -OnlineMeetingEngagementConversationId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingConversationStarterReaction + -OnlineMeetingEngagementConversationId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingConversationStarterReaction + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingConversationStarterReaction + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to reactions for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A reaction to a conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionBy + +The Viva Engage identities. +To construct, see NOTES section for REACTIONBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + +Types of reactions to conversation messages. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationMessageReactionType +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A reaction to a conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONBY ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingConversationStarterReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationstarterreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationStarterReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationStarterReply.md new file mode 100644 index 0000000000000..25ce34c40a963 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationStarterReply.md @@ -0,0 +1,925 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationstarterreply +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingConversationStarterReply +--- + +# New-MgCommunicationOnlineMeetingConversationStarterReply + +## SYNOPSIS + +Create new navigation property to replies for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingConversationStarterReply](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingConversationStarterReply?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingConversationStarterReply + -OnlineMeetingEngagementConversationId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Body ] + [-Conversation ] [-CreationMode ] + [-From ] [-Id ] + [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingConversationStarterReply + -OnlineMeetingEngagementConversationId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingConversationStarterReply -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Body ] [-Conversation ] + [-CreationMode ] [-From ] + [-Id ] [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingConversationStarterReply -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to replies for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + +itemBody +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A Viva Engage conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Conversation + +Represents a conversation in Viva Engage. +To construct, see NOTES section for CONVERSATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationMode + +Indicates that the resource is in migration state and is currently being used for migration purposes. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementCreationMode +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -From + +The Viva Engage identities. +To construct, see NOTES section for FROM properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reactions + +A collection of reactions (such as like and smile) that users have applied to this message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Replies + +A collection of messages that are replies to this message and form a threaded discussion. +To construct, see NOTES section for REPLIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyTo + +A Viva Engage conversation message. +To construct, see NOTES section for REPLYTO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyToId + +The ID of the parent message to which this message is a reply, if applicable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODY ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +BODYPARAMETER ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +CONVERSATION ``: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + +FROM ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONS : A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +REPLIES : A collection of messages that are replies to this message and form a threaded discussion. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +REPLYTO ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingConversationStarterReply](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationstarterreply) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md new file mode 100644 index 0000000000000..f989185a8f9c3 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md @@ -0,0 +1,629 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationstarterreplyreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingConversationStarterReplyReaction +--- + +# New-MgCommunicationOnlineMeetingConversationStarterReplyReaction + +## SYNOPSIS + +Create new navigation property to reactions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingConversationStarterReplyReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingConversationStarterReplyReaction?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to reactions for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A reaction to a conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionBy + +The Viva Engage identities. +To construct, see NOTES section for REACTIONBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + +Types of reactions to conversation messages. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationMessageReactionType +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A reaction to a conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONBY ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingConversationStarterReplyReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingconversationstarterreplyreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingRecording.md new file mode 100644 index 0000000000000..f1802981e959a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingRecording.md @@ -0,0 +1,784 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingRecording +--- + +# New-MgCommunicationOnlineMeetingRecording + +## SYNOPSIS + +Create new navigation property to recordings for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingRecording?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingRecording -OnlineMeetingId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingRecording -OnlineMeetingId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingRecording -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingRecording -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to recordings for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callRecording +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the recording. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the onlineMeeting related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordingContentUrl + +The URL that can be used to access the content of the recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callRecording + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingTranscript.md new file mode 100644 index 0000000000000..9ea205299e989 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationOnlineMeetingTranscript.md @@ -0,0 +1,816 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingtranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationOnlineMeetingTranscript +--- + +# New-MgCommunicationOnlineMeetingTranscript + +## SYNOPSIS + +Create new navigation property to transcripts for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationOnlineMeetingTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationOnlineMeetingTranscript?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationOnlineMeetingTranscript -OnlineMeetingId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationOnlineMeetingTranscript -OnlineMeetingId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgCommunicationOnlineMeetingTranscript -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgCommunicationOnlineMeetingTranscript -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to transcripts for communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callTranscript +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the online meeting related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MetadataContentInputFile + +Input File for MetadataContent (The time-aligned metadata of the utterances in the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TranscriptContentUrl + +The URL that can be used to access the content of the transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callTranscript + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgCommunicationOnlineMeetingTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationonlinemeetingtranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationPresence.md new file mode 100644 index 0000000000000..8de90c6d297f6 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgCommunicationPresence.md @@ -0,0 +1,555 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgCommunicationPresence +--- + +# New-MgCommunicationPresence + +## SYNOPSIS + +Create new navigation property to presences for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaCommunicationPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaCommunicationPresence?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgCommunicationPresence [-ResponseHeadersVariable ] [-Activity ] + [-AdditionalProperties ] [-Availability ] [-Id ] + [-OutOfOfficeSettings ] + [-StatusMessage ] + [-WorkLocation ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgCommunicationPresence -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to presences for communications + +## PARAMETERS + +### -Activity + +The supplemental information to a user's availability. +Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Availability + +The base presence information for a user. +Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +presence +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutOfOfficeSettings + +outOfOfficeSettings +To construct, see NOTES section for OUTOFOFFICESETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOutOfOfficeSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StatusMessage + +presenceStatusMessage +To construct, see NOTES section for STATUSMESSAGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresenceStatusMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WorkLocation + +userWorkLocation +To construct, see NOTES section for WORKLOCATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUserWorkLocation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: presence + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Activity ]: The supplemental information to a user's availability. +Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown. + [Availability ]: The base presence information for a user. +Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown. + [OutOfOfficeSettings ]: outOfOfficeSettings + [(Any) ]: This indicates any property can be added to this object. + [IsOutOfOffice ]: If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false. + [Message ]: The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). + [StatusMessage ]: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + [WorkLocation ]: userWorkLocation + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: Identifier of the place, if applicable. + [Source ]: workLocationSource + [WorkLocationType ]: workLocationType + +OUTOFOFFICESETTINGS ``: outOfOfficeSettings + [(Any) ]: This indicates any property can be added to this object. + [IsOutOfOffice ]: If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false. + [Message ]: The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). + +STATUSMESSAGE ``: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + +WORKLOCATION ``: userWorkLocation + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: Identifier of the place, if applicable. + [Source ]: workLocationSource + [WorkLocationType ]: workLocationType + + +## RELATED LINKS + +- [New-MgCommunicationPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mgcommunicationpresence) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md new file mode 100644 index 0000000000000..d9e9f3cc33f77 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeeting.md @@ -0,0 +1,2236 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgUserOnlineMeeting +--- + +# New-MgUserOnlineMeeting + +## SYNOPSIS + +Create new navigation property to onlineMeetings for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaUserOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaUserOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgUserOnlineMeeting -UserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-AllowAttendeeToEnableCamera] [-AllowAttendeeToEnableMic] + [-AllowBreakoutRooms] [-AllowCopyingAndSharingMeetingContent] [-AllowLiveShare ] + [-AllowMeetingChat ] [-AllowParticipantsToChangeName] [-AllowPowerPointSharing] + [-AllowRecording] [-AllowTeamworkReactions] [-AllowTranscription] [-AllowWhiteboard] + [-AllowedLobbyAdmitters ] [-AllowedPresenters ] + [-AttendanceReports ] [-AttendeeReportInputFile ] + [-AudioConferencing ] + [-BroadcastSettings ] + [-ChatInfo ] [-ChatRestrictions ] + [-CreationDateTime ] [-EndDateTime ] [-ExpiryDateTime ] + [-ExternalId ] [-Id ] [-IsBroadcast] [-IsEndToEndEncryptionEnabled] + [-IsEntryExitAnnounced] [-JoinInformation ] + [-JoinMeetingIdSettings ] [-JoinWebUrl ] + [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] + [-MeetingSpokenLanguageTag ] [-MeetingTemplateId ] + [-Participants ] [-RecordAutomatically] + [-Recordings ] + [-SensitivityLabelAssignment ] + [-ShareMeetingChatHistoryDefault ] [-StartDateTime ] [-Subject ] + [-Transcripts ] [-VideoTeleconferenceId ] + [-WatermarkProtection ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgUserOnlineMeeting -UserId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgUserOnlineMeeting -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AllowAttendeeToEnableCamera] [-AllowAttendeeToEnableMic] [-AllowBreakoutRooms] + [-AllowCopyingAndSharingMeetingContent] [-AllowLiveShare ] [-AllowMeetingChat ] + [-AllowParticipantsToChangeName] [-AllowPowerPointSharing] [-AllowRecording] + [-AllowTeamworkReactions] [-AllowTranscription] [-AllowWhiteboard] + [-AllowedLobbyAdmitters ] [-AllowedPresenters ] + [-AttendanceReports ] [-AttendeeReportInputFile ] + [-AudioConferencing ] + [-BroadcastSettings ] + [-ChatInfo ] [-ChatRestrictions ] + [-CreationDateTime ] [-EndDateTime ] [-ExpiryDateTime ] + [-ExternalId ] [-Id ] [-IsBroadcast] [-IsEndToEndEncryptionEnabled] + [-IsEntryExitAnnounced] [-JoinInformation ] + [-JoinMeetingIdSettings ] [-JoinWebUrl ] + [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] + [-MeetingSpokenLanguageTag ] [-MeetingTemplateId ] + [-Participants ] [-RecordAutomatically] + [-Recordings ] + [-SensitivityLabelAssignment ] + [-ShareMeetingChatHistoryDefault ] [-StartDateTime ] [-Subject ] + [-Transcripts ] [-VideoTeleconferenceId ] + [-WatermarkProtection ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgUserOnlineMeeting -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to onlineMeetings for users + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetings.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetings.ReadWrite.All, | + +## EXAMPLES +### Example 1: Create an online meeting with user token + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + startDateTime = [System.DateTime]::Parse("2019-07-12T14:30:34.2444915-07:00") + endDateTime = [System.DateTime]::Parse("2019-07-12T15:00:34.2464912-07:00") + subject = "User Token Meeting" +} + +# A UPN can also be used as -UserId. +New-MgUserOnlineMeeting -UserId $userId -BodyParameter $params + +``` +This example will create an online meeting with user token + +### Example 2: Create an online meeting that requires a passcode + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + startDateTime = [System.DateTime]::Parse("2019-07-12T14:30:34.2444915-07:00") + endDateTime = [System.DateTime]::Parse("2019-07-12T15:00:34.2464912-07:00") + subject = "User meeting" + joinMeetingIdSettings = @{ + isPasscodeRequired = $true + } +} + +# A UPN can also be used as -UserId. +New-MgUserOnlineMeeting -UserId $userId -BodyParameter $params + +``` +This example will create an online meeting that requires a passcode + +### Example 3: Create an online meeting that doesn't require a passcode + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + startDateTime = [System.DateTime]::Parse("2019-07-12T14:30:34.2444915-07:00") + endDateTime = [System.DateTime]::Parse("2019-07-12T15:00:34.2464912-07:00") + subject = "User meeting in Microsoft Teams channel." + joinMeetingIdSettings = @{ + isPasscodeRequired = $false + } +} + +# A UPN can also be used as -UserId. +New-MgUserOnlineMeeting -UserId $userId -BodyParameter $params + +``` +This example will create an online meeting that doesn't require a passcode + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowAttendeeToEnableCamera + +Indicates whether attendees can turn on their camera. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowAttendeeToEnableMic + +Indicates whether attendees can turn on their microphone. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowBreakoutRooms + +Indicates whether breakout rooms are enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowCopyingAndSharingMeetingContent + +Indicates whether the ability to copy and share meeting content is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowedLobbyAdmitters + +allowedLobbyAdmitterRoles + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowedPresenters + +onlineMeetingPresenters + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowLiveShare + +meetingLiveShareOptions + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowMeetingChat + +meetingChatMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowParticipantsToChangeName + +Specifies if participants are allowed to rename themselves in an instance of the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowPowerPointSharing + +Indicates whether PowerPoint live is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowRecording + +Indicates whether recording is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowTeamworkReactions + +Indicates if Teams reactions are enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowTranscription + +Indicates whether transcription is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowWhiteboard + +Indicates whether whiteboard is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceReports + +The attendance reports of an online meeting. +Read-only. +To construct, see NOTES section for ATTENDANCEREPORTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendeeReportInputFile + +Input File for AttendeeReport (The content stream of the attendee report of a Microsoft Teams live event. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AudioConferencing + +audioConferencing +To construct, see NOTES section for AUDIOCONFERENCING properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioConferencing +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +Represents a Microsoft online meeting. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BroadcastSettings + +broadcastMeetingSettings +To construct, see NOTES section for BROADCASTSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphBroadcastMeetingSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatInfo + +chatInfo +To construct, see NOTES section for CHATINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatRestrictions + +chatRestrictions +To construct, see NOTES section for CHATRESTRICTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatRestrictions +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationDateTime + +The meeting creation time in UTC. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +The meeting end time in UTC. +Required when you create an online meeting. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpiryDateTime + +Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalId + +The external ID that is a custom identifier. +Optional. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsBroadcast + +Indicates whether this meeting is a Teams live event. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEndToEndEncryptionEnabled + +Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEntryExitAnnounced + +Indicates whether to announce when callers join or leave. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinInformation + +itemBody +To construct, see NOTES section for JOININFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinMeetingIdSettings + +joinMeetingIdSettings +To construct, see NOTES section for JOINMEETINGIDSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphJoinMeetingIdSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinWebUrl + +The join URL of the online meeting. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LobbyBypassSettings + +lobbyBypassSettings +To construct, see NOTES section for LOBBYBYPASSSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphLobbyBypassSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOptionsWebUrl + +Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingSpokenLanguageTag + +Specifies the spoken language used during the meeting for recording and transcription purposes. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingTemplateId + +The ID of the meeting template. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Participants + +meetingParticipants +To construct, see NOTES section for PARTICIPANTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingParticipants +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordAutomatically + +Indicates whether to record the meeting automatically. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Recordings + +The recordings of an online meeting. +Read-only. +To construct, see NOTES section for RECORDINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SensitivityLabelAssignment + +onlineMeetingSensitivityLabelAssignment +To construct, see NOTES section for SENSITIVITYLABELASSIGNMENT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingSensitivityLabelAssignment +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ShareMeetingChatHistoryDefault + +meetingChatHistoryDefaultMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +The meeting start time in UTC. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Subject + +The subject of the online meeting. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Transcripts + +The transcripts of an online meeting. +Read-only. +To construct, see NOTES section for TRANSCRIPTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -VideoTeleconferenceId + +The video teleconferencing ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WatermarkProtection + +watermarkProtectionValues +To construct, see NOTES section for WATERMARKPROTECTION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWatermarkProtectionValues +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCEREPORTS : The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + +AUDIOCONFERENCING ``: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + +BODYPARAMETER ``: Represents a Microsoft online meeting. + [(Any) ]: This indicates any property can be added to this object. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendeeReport ]: The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + [BroadcastSettings ]: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + [CreationDateTime ]: The meeting creation time in UTC. +Read-only. + [EndDateTime ]: The meeting end time in UTC. +Required when you create an online meeting. + [ExternalId ]: The external ID that is a custom identifier. +Optional. + [IsBroadcast ]: Indicates whether this meeting is a Teams live event. + [MeetingTemplateId ]: The ID of the meeting template. + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [Recordings ]: The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [StartDateTime ]: The meeting start time in UTC. + [Transcripts ]: The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +BROADCASTSETTINGS ``: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + +CHATINFO ``: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + +CHATRESTRICTIONS ``: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +JOININFORMATION ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +JOINMEETINGIDSETTINGS ``: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + +LOBBYBYPASSSETTINGS ``: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + +PARTICIPANTS ``: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + +RECORDINGS : The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +SENSITIVITYLABELASSIGNMENT ``: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + +TRANSCRIPTS : The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +WATERMARKPROTECTION ``: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + + +## RELATED LINKS + +- [New-MgUserOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeeting) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingAttendanceReport.md new file mode 100644 index 0000000000000..a793b2af470dc --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingAttendanceReport.md @@ -0,0 +1,765 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeetingattendancereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgUserOnlineMeetingAttendanceReport +--- + +# New-MgUserOnlineMeetingAttendanceReport + +## SYNOPSIS + +Create new navigation property to attendanceReports for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaUserOnlineMeetingAttendanceReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaUserOnlineMeetingAttendanceReport?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgUserOnlineMeetingAttendanceReport -OnlineMeetingId -UserId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceRecords ] + [-ExternalEventInformation ] [-Id ] + [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgUserOnlineMeetingAttendanceReport -OnlineMeetingId -UserId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgUserOnlineMeetingAttendanceReport -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceRecords ] + [-ExternalEventInformation ] [-Id ] + [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgUserOnlineMeetingAttendanceReport -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to attendanceReports for users + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceRecords + +List of attendance records of an attendance report. +Read-only. +To construct, see NOTES section for ATTENDANCERECORDS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +meetingAttendanceReport +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalEventInformation + +The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. +To construct, see NOTES section for EXTERNALEVENTINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventExternalInformation[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingEndDateTime + +UTC time when the meeting ended. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingStartDateTime + +UTC time when the meeting started. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TotalParticipantCount + +Total number of participants. +Read-only. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCERECORDS : List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + +BODYPARAMETER ``: meetingAttendanceReport + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + +EXTERNALEVENTINFORMATION : The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [New-MgUserOnlineMeetingAttendanceReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeetingattendancereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md new file mode 100644 index 0000000000000..1f43f6df2bbe8 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md @@ -0,0 +1,810 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeetingattendancereportattendancerecord +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgUserOnlineMeetingAttendanceReportAttendanceRecord +--- + +# New-MgUserOnlineMeetingAttendanceReportAttendanceRecord + +## SYNOPSIS + +Create new navigation property to attendanceRecords for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgUserOnlineMeetingAttendanceReportAttendanceRecord -MeetingAttendanceReportId + -OnlineMeetingId -UserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-AttendanceIntervals ] + [-EmailAddress ] + [-ExternalRegistrationInformation ] + [-Id ] [-Identity ] [-RegistrationId ] [-Role ] + [-TotalAttendanceInSeconds ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgUserOnlineMeetingAttendanceReportAttendanceRecord -MeetingAttendanceReportId + -OnlineMeetingId -UserId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgUserOnlineMeetingAttendanceReportAttendanceRecord -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceIntervals ] [-EmailAddress ] + [-ExternalRegistrationInformation ] + [-Id ] [-Identity ] [-RegistrationId ] [-Role ] + [-TotalAttendanceInSeconds ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgUserOnlineMeetingAttendanceReportAttendanceRecord -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to attendanceRecords for users + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceIntervals + +List of time periods between joining and leaving a meeting. +To construct, see NOTES section for ATTENDANCEINTERVALS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceInterval[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +attendanceRecord +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EmailAddress + +Email address of the user associated with this attendance record. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalRegistrationInformation + +virtualEventExternalRegistrationInformation +To construct, see NOTES section for EXTERNALREGISTRATIONINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventExternalRegistrationInformation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Identity + +identity +To construct, see NOTES section for IDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RegistrationId + +Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Role + +Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TotalAttendanceInSeconds + +Total duration of the attendances in seconds. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCEINTERVALS : List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + +BODYPARAMETER ``: attendanceRecord + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + +EXTERNALREGISTRATIONINFORMATION ``: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + +IDENTITY ``: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [New-MgUserOnlineMeetingAttendanceReportAttendanceRecord](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeetingattendancereportattendancerecord) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingRecording.md new file mode 100644 index 0000000000000..5dbc7875b12c9 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingRecording.md @@ -0,0 +1,811 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeetingrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgUserOnlineMeetingRecording +--- + +# New-MgUserOnlineMeetingRecording + +## SYNOPSIS + +Create new navigation property to recordings for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaUserOnlineMeetingRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaUserOnlineMeetingRecording?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgUserOnlineMeetingRecording -OnlineMeetingId -UserId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Create + +``` +New-MgUserOnlineMeetingRecording -OnlineMeetingId -UserId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgUserOnlineMeetingRecording -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentity + +``` +New-MgUserOnlineMeetingRecording -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to recordings for users + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callRecording +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the recording. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the onlineMeeting related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordingContentUrl + +The URL that can be used to access the content of the recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callRecording + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgUserOnlineMeetingRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeetingrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingTranscript.md new file mode 100644 index 0000000000000..b00c9144c36b2 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/New-MgUserOnlineMeetingTranscript.md @@ -0,0 +1,843 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeetingtranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgUserOnlineMeetingTranscript +--- + +# New-MgUserOnlineMeetingTranscript + +## SYNOPSIS + +Create new navigation property to transcripts for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [New-MgBetaUserOnlineMeetingTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/New-MgBetaUserOnlineMeetingTranscript?view=graph-powershell-beta) + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgUserOnlineMeetingTranscript -OnlineMeetingId -UserId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Create + +``` +New-MgUserOnlineMeetingTranscript -OnlineMeetingId -UserId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CreateViaIdentityExpanded + +``` +New-MgUserOnlineMeetingTranscript -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CreateViaIdentity + +``` +New-MgUserOnlineMeetingTranscript -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to transcripts for users + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callTranscript +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the online meeting related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MetadataContentInputFile + +Input File for MetadataContent (The time-aligned metadata of the utterances in the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TranscriptContentUrl + +The URL that can be used to access the content of the transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callTranscript + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgUserOnlineMeetingTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeetingtranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCall.md new file mode 100644 index 0000000000000..5d74df157a986 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCall.md @@ -0,0 +1,429 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationAdhocCall +--- + +# Remove-MgCommunicationAdhocCall + +## SYNOPSIS + +Delete navigation property adhocCalls for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationAdhocCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationAdhocCall?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationAdhocCall -AdhocCallId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationAdhocCall -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property adhocCalls for communications + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationAdhocCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccall) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallRecording.md new file mode 100644 index 0000000000000..197d1ddc96f53 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallRecording.md @@ -0,0 +1,450 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccallrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationAdhocCallRecording +--- + +# Remove-MgCommunicationAdhocCallRecording + +## SYNOPSIS + +Delete navigation property recordings for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationAdhocCallRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationAdhocCallRecording?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationAdhocCallRecording -AdhocCallId -CallRecordingId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationAdhocCallRecording -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property recordings for communications + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationAdhocCallRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccallrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallRecordingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallRecordingContent.md new file mode 100644 index 0000000000000..3025d95a03472 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallRecordingContent.md @@ -0,0 +1,452 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccallrecordingcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationAdhocCallRecordingContent +--- + +# Remove-MgCommunicationAdhocCallRecordingContent + +## SYNOPSIS + +The content of the recording. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationAdhocCallRecordingContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationAdhocCallRecordingContent?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationAdhocCallRecordingContent -AdhocCallId -CallRecordingId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationAdhocCallRecordingContent -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the recording. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationAdhocCallRecordingContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccallrecordingcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallTranscript.md new file mode 100644 index 0000000000000..d5b9df06dd2c0 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallTranscript.md @@ -0,0 +1,450 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccalltranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationAdhocCallTranscript +--- + +# Remove-MgCommunicationAdhocCallTranscript + +## SYNOPSIS + +Delete navigation property transcripts for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationAdhocCallTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationAdhocCallTranscript?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationAdhocCallTranscript -AdhocCallId -CallTranscriptId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationAdhocCallTranscript -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property transcripts for communications + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationAdhocCallTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccalltranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallTranscriptContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallTranscriptContent.md new file mode 100644 index 0000000000000..c9b97818f1144 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallTranscriptContent.md @@ -0,0 +1,452 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccalltranscriptcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationAdhocCallTranscriptContent +--- + +# Remove-MgCommunicationAdhocCallTranscriptContent + +## SYNOPSIS + +The content of the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationAdhocCallTranscriptContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationAdhocCallTranscriptContent?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationAdhocCallTranscriptContent -AdhocCallId -CallTranscriptId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationAdhocCallTranscriptContent -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the transcript. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationAdhocCallTranscriptContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccalltranscriptcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallTranscriptMetadataContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallTranscriptMetadataContent.md new file mode 100644 index 0000000000000..68baa4bddee04 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationAdhocCallTranscriptMetadataContent.md @@ -0,0 +1,453 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccalltranscriptmetadatacontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationAdhocCallTranscriptMetadataContent +--- + +# Remove-MgCommunicationAdhocCallTranscriptMetadataContent + +## SYNOPSIS + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationAdhocCallTranscriptMetadataContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationAdhocCallTranscriptMetadataContent?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationAdhocCallTranscriptMetadataContent -AdhocCallId + -CallTranscriptId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationAdhocCallTranscriptMetadataContent -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationAdhocCallTranscriptMetadataContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationadhoccalltranscriptmetadatacontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCall.md new file mode 100644 index 0000000000000..c0e36434e58f9 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCall.md @@ -0,0 +1,452 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationCall +--- + +# Remove-MgCommunicationCall + +## SYNOPSIS + +Delete or hang up an active call. +For group calls, this will only delete your call leg and the underlying group call will still continue. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationCall?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationCall -CallId [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationCall -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete or hang up an active call. +For group calls, this will only delete your call leg and the underlying group call will still continue. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.Initiate.All, Calls.AccessMedia.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Remove-MgCommunicationCall -CallId $callId + +``` +This example shows how to use the Remove-MgCommunicationCall Cmdlet. + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcall) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallAudioRoutingGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallAudioRoutingGroup.md new file mode 100644 index 0000000000000..06f89ac27694e --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallAudioRoutingGroup.md @@ -0,0 +1,471 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallaudioroutinggroup +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationCallAudioRoutingGroup +--- + +# Remove-MgCommunicationCallAudioRoutingGroup + +## SYNOPSIS + +Delete the specified audioRoutingGroup. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationCallAudioRoutingGroup](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationCallAudioRoutingGroup?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationCallAudioRoutingGroup -AudioRoutingGroupId -CallId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationCallAudioRoutingGroup -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete the specified audioRoutingGroup. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCall.All, Calls.InitiateGroupCall.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Remove-MgCommunicationCallAudioRoutingGroup -CallId $callId -AudioRoutingGroupId $audioRoutingGroupId + +``` +This example shows how to use the Remove-MgCommunicationCallAudioRoutingGroup Cmdlet. + + +## PARAMETERS + +### -AudioRoutingGroupId + +The unique identifier of audioRoutingGroup + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationCallAudioRoutingGroup](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallaudioroutinggroup) +- [Graph API Reference](https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallContentSharingSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallContentSharingSession.md new file mode 100644 index 0000000000000..e05648a20f166 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallContentSharingSession.md @@ -0,0 +1,450 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallcontentsharingsession +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationCallContentSharingSession +--- + +# Remove-MgCommunicationCallContentSharingSession + +## SYNOPSIS + +Delete navigation property contentSharingSessions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationCallContentSharingSession](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationCallContentSharingSession?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationCallContentSharingSession -CallId -ContentSharingSessionId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationCallContentSharingSession -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property contentSharingSessions for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentSharingSessionId + +The unique identifier of contentSharingSession + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationCallContentSharingSession](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallcontentsharingsession) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallOperation.md new file mode 100644 index 0000000000000..f2bcc375d761f --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallOperation.md @@ -0,0 +1,450 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcalloperation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationCallOperation +--- + +# Remove-MgCommunicationCallOperation + +## SYNOPSIS + +Delete navigation property operations for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationCallOperation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationCallOperation?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationCallOperation -CallId -CommsOperationId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationCallOperation -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property operations for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CommsOperationId + +The unique identifier of commsOperation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationCallOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcalloperation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallParticipant.md new file mode 100644 index 0000000000000..367d89d4e1a6b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallParticipant.md @@ -0,0 +1,490 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallparticipant +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationCallParticipant +--- + +# Remove-MgCommunicationCallParticipant + +## SYNOPSIS + +Delete a specific participant in a call. +In some situations, it is appropriate for an application to remove a participant from an active call. +This action can be done before or after the participant answers the call. +When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. +When an invited participant is removed, any outstanding add participant request is canceled. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationCallParticipant](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationCallParticipant?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationCallParticipant -CallId -ParticipantId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationCallParticipant -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete a specific participant in a call. +In some situations, it is appropriate for an application to remove a participant from an active call. +This action can be done before or after the participant answers the call. +When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. +When an invited participant is removed, any outstanding add participant request is canceled. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCall.All, Calls.JoinGroupCallasGuest.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Remove-MgCommunicationCallParticipant -CallId $callId -ParticipantId $participantId + +``` +This example shows how to use the Remove-MgCommunicationCallParticipant Cmdlet. + +### Example 3: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +Remove-MgCommunicationCallParticipant -CallId $callId -ParticipantId $participantId + +``` +This example shows how to use the Remove-MgCommunicationCallParticipant Cmdlet. + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantId + +The unique identifier of participant + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationCallParticipant](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallparticipant) +- [Graph API Reference](https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallRecordOrganizerV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallRecordOrganizerV2.md new file mode 100644 index 0000000000000..a59b0219514e2 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallRecordOrganizerV2.md @@ -0,0 +1,429 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallrecordorganizerv2 +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationCallRecordOrganizerV2 +--- + +# Remove-MgCommunicationCallRecordOrganizerV2 + +## SYNOPSIS + +Delete navigation property organizer_v2 for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationCallRecordOrganizerV2](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationCallRecordOrganizerV2?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationCallRecordOrganizerV2 -CallRecordId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationCallRecordOrganizerV2 -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property organizer_v2 for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationCallRecordOrganizerV2](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallrecordorganizerv2) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallRecordParticipantV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallRecordParticipantV2.md new file mode 100644 index 0000000000000..631a20d5b9620 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallRecordParticipantV2.md @@ -0,0 +1,450 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallrecordparticipantv2 +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationCallRecordParticipantV2 +--- + +# Remove-MgCommunicationCallRecordParticipantV2 + +## SYNOPSIS + +Delete navigation property participants_v2 for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationCallRecordParticipantV2](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationCallRecordParticipantV2?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationCallRecordParticipantV2 -CallRecordId -ParticipantId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationCallRecordParticipantV2 -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property participants_v2 for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantId + +The unique identifier of participant + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationCallRecordParticipantV2](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallrecordparticipantv2) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallRecordSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallRecordSession.md new file mode 100644 index 0000000000000..f68eeae6bf537 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationCallRecordSession.md @@ -0,0 +1,450 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallrecordsession +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationCallRecordSession +--- + +# Remove-MgCommunicationCallRecordSession + +## SYNOPSIS + +Delete navigation property sessions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationCallRecordSession](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationCallRecordSession?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationCallRecordSession -CallRecordId -SessionId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationCallRecordSession -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property sessions for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SessionId + +The unique identifier of session + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationCallRecordSession](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationcallrecordsession) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeeting.md new file mode 100644 index 0000000000000..43061615f0e4d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeeting.md @@ -0,0 +1,429 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeeting +--- + +# Remove-MgCommunicationOnlineMeeting + +## SYNOPSIS + +Delete navigation property onlineMeetings for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeeting -OnlineMeetingId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeeting -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property onlineMeetings for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeeting) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingAttendanceReport.md new file mode 100644 index 0000000000000..128db776b9424 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingAttendanceReport.md @@ -0,0 +1,451 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingattendancereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingAttendanceReport +--- + +# Remove-MgCommunicationOnlineMeetingAttendanceReport + +## SYNOPSIS + +Delete navigation property attendanceReports for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingAttendanceReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingAttendanceReport?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingAttendanceReport -MeetingAttendanceReportId + -OnlineMeetingId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingAttendanceReport -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property attendanceReports for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingAttendanceReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingattendancereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md new file mode 100644 index 0000000000000..32cd231cfa892 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md @@ -0,0 +1,473 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingattendancereportattendancerecord +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord +--- + +# Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + +## SYNOPSIS + +Delete navigation property attendanceRecords for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord -AttendanceRecordId + -MeetingAttendanceReportId -OnlineMeetingId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property attendanceRecords for communications + +## PARAMETERS + +### -AttendanceRecordId + +The unique identifier of attendanceRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingattendancereportattendancerecord) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingAttendeeReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingAttendeeReport.md new file mode 100644 index 0000000000000..0a24b57421008 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingAttendeeReport.md @@ -0,0 +1,431 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingattendeereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingAttendeeReport +--- + +# Remove-MgCommunicationOnlineMeetingAttendeeReport + +## SYNOPSIS + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingAttendeeReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingAttendeeReport?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingAttendeeReport -OnlineMeetingId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingAttendeeReport -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingAttendeeReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingattendeereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversation.md new file mode 100644 index 0000000000000..68a494283617d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversation.md @@ -0,0 +1,429 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversation +--- + +# Remove-MgCommunicationOnlineMeetingConversation + +## SYNOPSIS + +Delete navigation property onlineMeetingConversations for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversation?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversation -OnlineMeetingEngagementConversationId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversation -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property onlineMeetingConversations for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessage.md new file mode 100644 index 0000000000000..8c5334effe5d1 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessage.md @@ -0,0 +1,451 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationmessage +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversationMessage +--- + +# Remove-MgCommunicationOnlineMeetingConversationMessage + +## SYNOPSIS + +Delete navigation property messages for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversationMessage](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversationMessage?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversationMessage -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversationMessage -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property messages for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversationMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationmessage) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessageReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessageReaction.md new file mode 100644 index 0000000000000..c5a54df534e24 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessageReaction.md @@ -0,0 +1,474 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationmessagereaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversationMessageReaction +--- + +# Remove-MgCommunicationOnlineMeetingConversationMessageReaction + +## SYNOPSIS + +Delete navigation property reactions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversationMessageReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversationMessageReaction?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversationMessageReaction + -EngagementConversationMessageId -EngagementConversationMessageReactionId + -OnlineMeetingEngagementConversationId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversationMessageReaction + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property reactions for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversationMessageReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationmessagereaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessageReply.md new file mode 100644 index 0000000000000..24cc9fe8dc00b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessageReply.md @@ -0,0 +1,474 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationmessagereply +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversationMessageReply +--- + +# Remove-MgCommunicationOnlineMeetingConversationMessageReply + +## SYNOPSIS + +Delete navigation property replies for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversationMessageReply](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversationMessageReply?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversationMessageReply + -EngagementConversationMessageId -EngagementConversationMessageId1 + -OnlineMeetingEngagementConversationId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversationMessageReply + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property replies for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversationMessageReply](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationmessagereply) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md new file mode 100644 index 0000000000000..cb16d60430c75 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md @@ -0,0 +1,495 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationmessagereplyreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction +--- + +# Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction + +## SYNOPSIS + +Delete navigation property reactions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversationMessageReplyReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversationMessageReplyReaction?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageId1 + -EngagementConversationMessageReactionId -OnlineMeetingEngagementConversationId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property reactions for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversationMessageReplyReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationmessagereplyreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md new file mode 100644 index 0000000000000..b2744e33c86fa --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md @@ -0,0 +1,433 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationonlinemeetingattendeereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport +--- + +# Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport + +## SYNOPSIS + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport + -OnlineMeetingEngagementConversationId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationonlinemeetingattendeereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarter.md new file mode 100644 index 0000000000000..340a11438e4bc --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarter.md @@ -0,0 +1,430 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationstarter +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversationStarter +--- + +# Remove-MgCommunicationOnlineMeetingConversationStarter + +## SYNOPSIS + +Delete navigation property starter for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversationStarter](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversationStarter?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversationStarter + -OnlineMeetingEngagementConversationId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversationStarter -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property starter for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversationStarter](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationstarter) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarterReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarterReaction.md new file mode 100644 index 0000000000000..519c7091e7b10 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarterReaction.md @@ -0,0 +1,452 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationstarterreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversationStarterReaction +--- + +# Remove-MgCommunicationOnlineMeetingConversationStarterReaction + +## SYNOPSIS + +Delete navigation property reactions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversationStarterReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversationStarterReaction?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversationStarterReaction + -EngagementConversationMessageReactionId -OnlineMeetingEngagementConversationId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversationStarterReaction + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property reactions for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversationStarterReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationstarterreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarterReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarterReply.md new file mode 100644 index 0000000000000..01ae3fb6355d8 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarterReply.md @@ -0,0 +1,452 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationstarterreply +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversationStarterReply +--- + +# Remove-MgCommunicationOnlineMeetingConversationStarterReply + +## SYNOPSIS + +Delete navigation property replies for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversationStarterReply](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversationStarterReply?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversationStarterReply + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversationStarterReply + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property replies for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversationStarterReply](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationstarterreply) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md new file mode 100644 index 0000000000000..bf8f4c9e213f2 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md @@ -0,0 +1,474 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationstarterreplyreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction +--- + +# Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction + +## SYNOPSIS + +Delete navigation property reactions for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingConversationStarterReplyReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingConversationStarterReplyReaction?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageReactionId + -OnlineMeetingEngagementConversationId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property reactions for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingConversationStarterReplyReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingconversationstarterreplyreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingRecording.md new file mode 100644 index 0000000000000..2665e427a3f60 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingRecording.md @@ -0,0 +1,450 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingRecording +--- + +# Remove-MgCommunicationOnlineMeetingRecording + +## SYNOPSIS + +Delete navigation property recordings for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingRecording?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingRecording -CallRecordingId -OnlineMeetingId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingRecording -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property recordings for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingRecordingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingRecordingContent.md new file mode 100644 index 0000000000000..68438a40ffb8a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingRecordingContent.md @@ -0,0 +1,453 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingrecordingcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingRecordingContent +--- + +# Remove-MgCommunicationOnlineMeetingRecordingContent + +## SYNOPSIS + +The content of the recording. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingRecordingContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingRecordingContent?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingRecordingContent -CallRecordingId + -OnlineMeetingId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingRecordingContent -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the recording. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingRecordingContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingrecordingcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingTranscript.md new file mode 100644 index 0000000000000..c4f2738a5a5ed --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingTranscript.md @@ -0,0 +1,450 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingtranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingTranscript +--- + +# Remove-MgCommunicationOnlineMeetingTranscript + +## SYNOPSIS + +Delete navigation property transcripts for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingTranscript?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingTranscript -CallTranscriptId -OnlineMeetingId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingTranscript -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property transcripts for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingtranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingTranscriptContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingTranscriptContent.md new file mode 100644 index 0000000000000..127601f247bc7 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingTranscriptContent.md @@ -0,0 +1,453 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingtranscriptcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingTranscriptContent +--- + +# Remove-MgCommunicationOnlineMeetingTranscriptContent + +## SYNOPSIS + +The content of the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingTranscriptContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingTranscriptContent?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingTranscriptContent -CallTranscriptId + -OnlineMeetingId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingTranscriptContent -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the transcript. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingTranscriptContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingtranscriptcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent.md new file mode 100644 index 0000000000000..f228f5c626bac --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent.md @@ -0,0 +1,454 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingtranscriptmetadatacontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent +--- + +# Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent + +## SYNOPSIS + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent -CallTranscriptId + -OnlineMeetingId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationonlinemeetingtranscriptmetadatacontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationPresence.md new file mode 100644 index 0000000000000..e8c9d1c6c3db3 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgCommunicationPresence.md @@ -0,0 +1,429 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgCommunicationPresence +--- + +# Remove-MgCommunicationPresence + +## SYNOPSIS + +Delete navigation property presences for communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaCommunicationPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaCommunicationPresence?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgCommunicationPresence -PresenceId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgCommunicationPresence -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property presences for communications + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgCommunicationPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mgcommunicationpresence) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeeting.md new file mode 100644 index 0000000000000..2c62452a361f8 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeeting.md @@ -0,0 +1,471 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgUserOnlineMeeting +--- + +# Remove-MgUserOnlineMeeting + +## SYNOPSIS + +Delete navigation property onlineMeetings for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgUserOnlineMeeting -OnlineMeetingId -UserId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgUserOnlineMeeting -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property onlineMeetings for users + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetings.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetings.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +# A UPN can also be used as -UserId. +Remove-MgUserOnlineMeeting -UserId $userId -OnlineMeetingId $onlineMeetingId + +``` +This example shows how to use the Remove-MgUserOnlineMeeting Cmdlet. + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgUserOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeeting) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingAttendanceReport.md new file mode 100644 index 0000000000000..7d79a72b5db87 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingAttendanceReport.md @@ -0,0 +1,472 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingattendancereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgUserOnlineMeetingAttendanceReport +--- + +# Remove-MgUserOnlineMeetingAttendanceReport + +## SYNOPSIS + +Delete navigation property attendanceReports for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserOnlineMeetingAttendanceReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserOnlineMeetingAttendanceReport?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgUserOnlineMeetingAttendanceReport -MeetingAttendanceReportId + -OnlineMeetingId -UserId [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgUserOnlineMeetingAttendanceReport -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property attendanceReports for users + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgUserOnlineMeetingAttendanceReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingattendancereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveBackup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md similarity index 63% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveBackup.md rename to microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md index bf192848118fc..a0e885bda2cf7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveBackup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md @@ -1,40 +1,43 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredrivebackup +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingattendancereportattendancerecord Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 -title: Update-MgBetaSolutionBackupRestoreDriveBackup +title: Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord --- -# Update-MgBetaSolutionBackupRestoreDriveBackup +# Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord ## SYNOPSIS -Update the navigation property allDrivesBackup in solutions +Delete navigation property attendanceRecords for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord?view=graph-powershell-beta) ## SYNTAX -### UpdateExpanded (Default) +### Delete (Default) ``` -Update-MgBetaSolutionBackupRestoreDriveBackup [-ResponseHeadersVariable ] - [-ActionOnExistingPolicy ] [-AdditionalProperties ] [-Id ] - [-LastModifiedBy ] [-LastModifiedDateTime ] - [-LastRunDateTime ] [-PolicyId ] [-Status ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord -AttendanceRecordId + -MeetingAttendanceReportId -OnlineMeetingId -UserId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] ``` -### Update +### DeleteViaIdentity ``` -Update-MgBetaSolutionBackupRestoreDriveBackup -BodyParameter - [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] +Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] ``` @@ -46,13 +49,13 @@ This cmdlet has the following aliases, ## DESCRIPTION -Update the navigation property allDrivesBackup in solutions +Delete navigation property attendanceRecords for users ## PARAMETERS -### -ActionOnExistingPolicy +### -AttendanceRecordId -fullServiceBackupDisableMode +The unique identifier of attendanceRecord ```yaml Type: System.String @@ -60,52 +63,10 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded - Position: Named - IsRequired: false - ValueFromPipeline: false - ValueFromPipelineByPropertyName: false - ValueFromRemainingArguments: false -DontShow: false -AcceptedValues: [] -HelpMessage: '' -``` - -### -AdditionalProperties - -Additional Parameters - -```yaml -Type: System.Collections.Hashtable -DefaultValue: '' -SupportsWildcards: false -Aliases: [] -ParameterSets: -- Name: UpdateExpanded - Position: Named - IsRequired: false - ValueFromPipeline: false - ValueFromPipelineByPropertyName: false - ValueFromRemainingArguments: false -DontShow: false -AcceptedValues: [] -HelpMessage: '' -``` - -### -BodyParameter - -allDrivesBackup - -```yaml -Type: System.Collections.Hashtable -DefaultValue: '' -SupportsWildcards: false -Aliases: [] -ParameterSets: -- Name: Update +- Name: Delete Position: Named IsRequired: true - ValueFromPipeline: true + ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -182,7 +143,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -203,7 +164,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -219,10 +180,9 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Id +### -IfMatch -The unique identifier for an entity. -Read-only. +ETag ```yaml Type: System.String @@ -230,7 +190,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -241,21 +201,21 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastModifiedBy +### -InputObject -identitySet -To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: DeleteViaIdentity Position: Named - IsRequired: false - ValueFromPipeline: false + IsRequired: true + ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -263,19 +223,19 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastModifiedDateTime - +### -MeetingAttendanceReportId +The unique identifier of meetingAttendanceReport ```yaml -Type: System.DateTime +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: Delete Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -284,19 +244,19 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastRunDateTime - +### -OnlineMeetingId +The unique identifier of onlineMeeting ```yaml -Type: System.DateTime +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: Delete Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -305,17 +265,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -PolicyId - +### -PassThru +Returns true when the command succeeds ```yaml -Type: System.String -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -411,9 +371,9 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Status +### -UserId -fullServiceBackupStatus +The unique identifier of user ```yaml Type: System.String @@ -421,9 +381,9 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: Delete Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -463,7 +423,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### System.Collections.Hashtable +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity {{ Fill in the Description }} @@ -473,7 +433,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllDrivesBackup +### System.Boolean {{ Fill in the Description }} @@ -484,22 +444,31 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -LASTMODIFIEDBY ``: identitySet - [(Any) ]: This indicates any property can be added to this object. - [Application ]: identity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [Device ]: identity - [User ]: identity +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user ## RELATED LINKS -- [Update-MgBetaSolutionBackupRestoreDriveBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredrivebackup) +- [Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingattendancereportattendancerecord) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingAttendeeReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingAttendeeReport.md new file mode 100644 index 0000000000000..a586e290e133e --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingAttendeeReport.md @@ -0,0 +1,452 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingattendeereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgUserOnlineMeetingAttendeeReport +--- + +# Remove-MgUserOnlineMeetingAttendeeReport + +## SYNOPSIS + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserOnlineMeetingAttendeeReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserOnlineMeetingAttendeeReport?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgUserOnlineMeetingAttendeeReport -OnlineMeetingId -UserId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgUserOnlineMeetingAttendeeReport -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgUserOnlineMeetingAttendeeReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingattendeereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingRecording.md new file mode 100644 index 0000000000000..1614f12f9c1fd --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingRecording.md @@ -0,0 +1,472 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgUserOnlineMeetingRecording +--- + +# Remove-MgUserOnlineMeetingRecording + +## SYNOPSIS + +Delete navigation property recordings for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserOnlineMeetingRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserOnlineMeetingRecording?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgUserOnlineMeetingRecording -CallRecordingId -OnlineMeetingId + -UserId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgUserOnlineMeetingRecording -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property recordings for users + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgUserOnlineMeetingRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingRecordingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingRecordingContent.md new file mode 100644 index 0000000000000..ef9a89d4b9b6b --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingRecordingContent.md @@ -0,0 +1,474 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingrecordingcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgUserOnlineMeetingRecordingContent +--- + +# Remove-MgUserOnlineMeetingRecordingContent + +## SYNOPSIS + +The content of the recording. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserOnlineMeetingRecordingContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserOnlineMeetingRecordingContent?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgUserOnlineMeetingRecordingContent -CallRecordingId -OnlineMeetingId + -UserId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgUserOnlineMeetingRecordingContent -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the recording. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgUserOnlineMeetingRecordingContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingrecordingcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingTranscript.md new file mode 100644 index 0000000000000..067a461655220 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingTranscript.md @@ -0,0 +1,472 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingtranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgUserOnlineMeetingTranscript +--- + +# Remove-MgUserOnlineMeetingTranscript + +## SYNOPSIS + +Delete navigation property transcripts for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserOnlineMeetingTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserOnlineMeetingTranscript?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgUserOnlineMeetingTranscript -CallTranscriptId -OnlineMeetingId + -UserId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgUserOnlineMeetingTranscript -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property transcripts for users + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgUserOnlineMeetingTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingtranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingTranscriptContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingTranscriptContent.md new file mode 100644 index 0000000000000..98c113cbe1790 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingTranscriptContent.md @@ -0,0 +1,474 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingtranscriptcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgUserOnlineMeetingTranscriptContent +--- + +# Remove-MgUserOnlineMeetingTranscriptContent + +## SYNOPSIS + +The content of the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserOnlineMeetingTranscriptContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserOnlineMeetingTranscriptContent?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgUserOnlineMeetingTranscriptContent -CallTranscriptId -OnlineMeetingId + -UserId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgUserOnlineMeetingTranscriptContent -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the transcript. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgUserOnlineMeetingTranscriptContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingtranscriptcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingTranscriptMetadataContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingTranscriptMetadataContent.md new file mode 100644 index 0000000000000..75a8e574369a8 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserOnlineMeetingTranscriptMetadataContent.md @@ -0,0 +1,474 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingtranscriptmetadatacontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgUserOnlineMeetingTranscriptMetadataContent +--- + +# Remove-MgUserOnlineMeetingTranscriptMetadataContent + +## SYNOPSIS + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgUserOnlineMeetingTranscriptMetadataContent -CallTranscriptId + -OnlineMeetingId -UserId [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgUserOnlineMeetingTranscriptMetadataContent -InputObject + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgUserOnlineMeetingTranscriptMetadataContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguseronlinemeetingtranscriptmetadatacontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md new file mode 100644 index 0000000000000..49a4fc9fd41b1 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Remove-MgUserPresence.md @@ -0,0 +1,429 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguserpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgUserPresence +--- + +# Remove-MgUserPresence + +## SYNOPSIS + +Delete navigation property presence for users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaUserPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Remove-MgBetaUserPresence?view=graph-powershell-beta) + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgUserPresence -UserId [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity + +``` +Remove-MgUserPresence -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property presence for users + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgUserPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/remove-mguserpresence) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Rename-MgCommunicationCallScreenSharingRole.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Rename-MgCommunicationCallScreenSharingRole.md new file mode 100644 index 0000000000000..9888601f80b91 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Rename-MgCommunicationCallScreenSharingRole.md @@ -0,0 +1,550 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/rename-mgcommunicationcallscreensharingrole +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Rename-MgCommunicationCallScreenSharingRole +--- + +# Rename-MgCommunicationCallScreenSharingRole + +## SYNOPSIS + +Allow applications to share screen content with the participants of a group call. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Rename-MgBetaCommunicationCallScreenSharingRole](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Rename-MgBetaCommunicationCallScreenSharingRole?view=graph-powershell-beta) + +## SYNTAX + +### ChangeExpanded (Default) + +``` +Rename-MgCommunicationCallScreenSharingRole -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Role ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Change + +``` +Rename-MgCommunicationCallScreenSharingRole -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ChangeViaIdentityExpanded + +``` +Rename-MgCommunicationCallScreenSharingRole -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Role ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ChangeViaIdentity + +``` +Rename-MgCommunicationCallScreenSharingRole -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Allow applications to share screen content with the participants of a group call. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + role = "viewer" +} + +Rename-MgCommunicationCallScreenSharingRole -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Rename-MgCommunicationCallScreenSharingRole Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ChangeViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ChangeExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsOj95ZpCommunicationsCallsCallIdMicrosoftGraphChangescreensharingrolePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ChangeViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Change + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ChangeExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Change + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ChangeViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ChangeViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Role + +screenSharingRole + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ChangeViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ChangeExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsOj95ZpCommunicationsCallsCallIdMicrosoftGraphChangescreensharingrolePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [Role ]: screenSharingRole + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Rename-MgCommunicationCallScreenSharingRole](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/rename-mgcommunicationcallscreensharingrole) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgCommunicationCallDtmfTone.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgCommunicationCallDtmfTone.md new file mode 100644 index 0000000000000..306806b3b24c3 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgCommunicationCallDtmfTone.md @@ -0,0 +1,568 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mgcommunicationcalldtmftone +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Send-MgCommunicationCallDtmfTone +--- + +# Send-MgCommunicationCallDtmfTone + +## SYNOPSIS + +Invoke action sendDtmfTones + +> [!NOTE] +> To view the beta release of this cmdlet, view [Send-MgBetaCommunicationCallDtmfTone](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Send-MgBetaCommunicationCallDtmfTone?view=graph-powershell-beta) + +## SYNTAX + +### SendExpanded (Default) + +``` +Send-MgCommunicationCallDtmfTone -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] [-DelayBetweenTonesMS ] + [-Tones ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Send + +``` +Send-MgCommunicationCallDtmfTone -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentityExpanded + +``` +Send-MgCommunicationCallDtmfTone -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-DelayBetweenTonesMS ] [-Tones ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentity + +``` +Send-MgCommunicationCallDtmfTone -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke action sendDtmfTones + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsO55L3LCommunicationsCallsCallIdMicrosoftGraphSenddtmftonesPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DelayBetweenTonesMS + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Tones + + + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsO55L3LCommunicationsCallsCallIdMicrosoftGraphSenddtmftonesPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSendDtmfTonesOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + [DelayBetweenTonesMS ]: + [Tones ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Send-MgCommunicationCallDtmfTone](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mgcommunicationcalldtmftone) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm.md new file mode 100644 index 0000000000000..ea9e4306b8ece --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm.md @@ -0,0 +1,581 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mgcommunicationonlinemeetingvirtualappointmentremindersm +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm +--- + +# Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm + +## SYNOPSIS + +Send an SMS reminder to external attendees for a Teams virtual appointment. +This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm?view=graph-powershell-beta) + +## SYNTAX + +### SendExpanded (Default) + +``` +Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm -OnlineMeetingId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Attendees ] [-RemindBeforeTimeInMinutesType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Send + +``` +Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm -OnlineMeetingId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentityExpanded + +``` +Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Attendees ] + [-RemindBeforeTimeInMinutesType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentity + +``` +Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Send an SMS reminder to external attendees for a Teams virtual appointment. +This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Attendees + + +To construct, see NOTES section for ATTENDEES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendeeNotificationInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1Hwkb04CommunicationsOnlinemeetingsOnlinemeetingIdMicrosoftGraphSendvirtualappointmentremindersmsPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RemindBeforeTimeInMinutesType + +remindBeforeTimeInMinutesType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1Hwkb04CommunicationsOnlinemeetingsOnlinemeetingIdMicrosoftGraphSendvirtualappointmentremindersmsPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDEES : . + [PhoneNumber ]: The phone number of the external attendee. +Required. + [TimeZone ]: The time zone of the external attendee. +The timeZone property can be set to any of the time zones currently supported by Windows. +Required. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: + [PhoneNumber ]: The phone number of the external attendee. +Required. + [TimeZone ]: The time zone of the external attendee. +The timeZone property can be set to any of the time zones currently supported by Windows. +Required. + [RemindBeforeTimeInMinutesType ]: remindBeforeTimeInMinutesType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mgcommunicationonlinemeetingvirtualappointmentremindersm) +- [Graph API Reference](https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgCommunicationOnlineMeetingVirtualAppointmentSm.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgCommunicationOnlineMeetingVirtualAppointmentSm.md new file mode 100644 index 0000000000000..edcc7a31937da --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgCommunicationOnlineMeetingVirtualAppointmentSm.md @@ -0,0 +1,582 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mgcommunicationonlinemeetingvirtualappointmentsm +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Send-MgCommunicationOnlineMeetingVirtualAppointmentSm +--- + +# Send-MgCommunicationOnlineMeetingVirtualAppointmentSm + +## SYNOPSIS + +Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. +This feature requires Teams premium. +Attendees must have a valid United States phone number to receive these SMS notifications. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm?view=graph-powershell-beta) + +## SYNTAX + +### SendExpanded (Default) + +``` +Send-MgCommunicationOnlineMeetingVirtualAppointmentSm -OnlineMeetingId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Attendees ] [-MessageType ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Send + +``` +Send-MgCommunicationOnlineMeetingVirtualAppointmentSm -OnlineMeetingId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentityExpanded + +``` +Send-MgCommunicationOnlineMeetingVirtualAppointmentSm -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Attendees ] [-MessageType ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentity + +``` +Send-MgCommunicationOnlineMeetingVirtualAppointmentSm -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. +This feature requires Teams premium. +Attendees must have a valid United States phone number to receive these SMS notifications. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Attendees + + +To construct, see NOTES section for ATTENDEES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendeeNotificationInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths17Lqpb4CommunicationsOnlinemeetingsOnlinemeetingIdMicrosoftGraphSendvirtualappointmentsmsPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MessageType + +virtualAppointmentMessageType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths17Lqpb4CommunicationsOnlinemeetingsOnlinemeetingIdMicrosoftGraphSendvirtualappointmentsmsPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDEES : . + [PhoneNumber ]: The phone number of the external attendee. +Required. + [TimeZone ]: The time zone of the external attendee. +The timeZone property can be set to any of the time zones currently supported by Windows. +Required. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: + [PhoneNumber ]: The phone number of the external attendee. +Required. + [TimeZone ]: The time zone of the external attendee. +The timeZone property can be set to any of the time zones currently supported by Windows. +Required. + [MessageType ]: virtualAppointmentMessageType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Send-MgCommunicationOnlineMeetingVirtualAppointmentSm](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mgcommunicationonlinemeetingvirtualappointmentsm) +- [Graph API Reference](https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgUserOnlineMeetingVirtualAppointmentReminderSm.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgUserOnlineMeetingVirtualAppointmentReminderSm.md new file mode 100644 index 0000000000000..bdda0bb1b7c96 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgUserOnlineMeetingVirtualAppointmentReminderSm.md @@ -0,0 +1,642 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mguseronlinemeetingvirtualappointmentremindersm +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Send-MgUserOnlineMeetingVirtualAppointmentReminderSm +--- + +# Send-MgUserOnlineMeetingVirtualAppointmentReminderSm + +## SYNOPSIS + +Send an SMS reminder to external attendees for a Teams virtual appointment. +This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm?view=graph-powershell-beta) + +## SYNTAX + +### SendExpanded (Default) + +``` +Send-MgUserOnlineMeetingVirtualAppointmentReminderSm -OnlineMeetingId -UserId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Attendees ] [-RemindBeforeTimeInMinutesType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Send + +``` +Send-MgUserOnlineMeetingVirtualAppointmentReminderSm -OnlineMeetingId -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentityExpanded + +``` +Send-MgUserOnlineMeetingVirtualAppointmentReminderSm -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Attendees ] [-RemindBeforeTimeInMinutesType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentity + +``` +Send-MgUserOnlineMeetingVirtualAppointmentReminderSm -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Send an SMS reminder to external attendees for a Teams virtual appointment. +This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | VirtualAppointmentNotification.Send, | +| Delegated (personal Microsoft account) | Not supported | +| Application | VirtualAppointmentNotification.Send, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + attendees = @( + @{ + phoneNumber = "+13129224122" + timeZone = "Pacific Standard Time" + } + @{ + phoneNumber = "+1242421412" + timeZone = "Eastern Standard Time" + } + ) + remindBeforeTimeInMinutesType = "mins15" +} + +# A UPN can also be used as -UserId. +Send-MgUserOnlineMeetingVirtualAppointmentReminderSm -UserId $userId -OnlineMeetingId $onlineMeetingId -BodyParameter $params + +``` +This example shows how to use the Send-MgUserOnlineMeetingVirtualAppointmentReminderSm Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Attendees + + +To construct, see NOTES section for ATTENDEES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendeeNotificationInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1Mid4FyUsersUserIdOnlinemeetingsOnlinemeetingIdMicrosoftGraphSendvirtualappointmentremindersmsPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RemindBeforeTimeInMinutesType + +remindBeforeTimeInMinutesType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1Mid4FyUsersUserIdOnlinemeetingsOnlinemeetingIdMicrosoftGraphSendvirtualappointmentremindersmsPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDEES : . + [PhoneNumber ]: The phone number of the external attendee. +Required. + [TimeZone ]: The time zone of the external attendee. +The timeZone property can be set to any of the time zones currently supported by Windows. +Required. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: + [PhoneNumber ]: The phone number of the external attendee. +Required. + [TimeZone ]: The time zone of the external attendee. +The timeZone property can be set to any of the time zones currently supported by Windows. +Required. + [RemindBeforeTimeInMinutesType ]: remindBeforeTimeInMinutesType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Send-MgUserOnlineMeetingVirtualAppointmentReminderSm](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mguseronlinemeetingvirtualappointmentremindersm) +- [Graph API Reference](https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgUserOnlineMeetingVirtualAppointmentSm.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgUserOnlineMeetingVirtualAppointmentSm.md new file mode 100644 index 0000000000000..3e1ce541e8342 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Send-MgUserOnlineMeetingVirtualAppointmentSm.md @@ -0,0 +1,644 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mguseronlinemeetingvirtualappointmentsm +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Send-MgUserOnlineMeetingVirtualAppointmentSm +--- + +# Send-MgUserOnlineMeetingVirtualAppointmentSm + +## SYNOPSIS + +Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. +This feature requires Teams premium. +Attendees must have a valid United States phone number to receive these SMS notifications. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Send-MgBetaUserOnlineMeetingVirtualAppointmentSm](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Send-MgBetaUserOnlineMeetingVirtualAppointmentSm?view=graph-powershell-beta) + +## SYNTAX + +### SendExpanded (Default) + +``` +Send-MgUserOnlineMeetingVirtualAppointmentSm -OnlineMeetingId -UserId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Attendees ] [-MessageType ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Send + +``` +Send-MgUserOnlineMeetingVirtualAppointmentSm -OnlineMeetingId -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentityExpanded + +``` +Send-MgUserOnlineMeetingVirtualAppointmentSm -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Attendees ] [-MessageType ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SendViaIdentity + +``` +Send-MgUserOnlineMeetingVirtualAppointmentSm -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. +This feature requires Teams premium. +Attendees must have a valid United States phone number to receive these SMS notifications. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | VirtualAppointmentNotification.Send, | +| Delegated (personal Microsoft account) | Not supported | +| Application | VirtualAppointmentNotification.Send, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + attendees = @( + @{ + phoneNumber = "+13129224122" + timeZone = "Pacific Standard Time" + } + @{ + phoneNumber = "+1242421412" + timeZone = "Eastern Standard Time" + } + ) + messageType = "confirmation" +} + +# A UPN can also be used as -UserId. +Send-MgUserOnlineMeetingVirtualAppointmentSm -UserId $userId -OnlineMeetingId $onlineMeetingId -BodyParameter $params + +``` +This example shows how to use the Send-MgUserOnlineMeetingVirtualAppointmentSm Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Attendees + + +To construct, see NOTES section for ATTENDEES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendeeNotificationInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths16Og72WUsersUserIdOnlinemeetingsOnlinemeetingIdMicrosoftGraphSendvirtualappointmentsmsPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MessageType + +virtualAppointmentMessageType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SendExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Send + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths16Og72WUsersUserIdOnlinemeetingsOnlinemeetingIdMicrosoftGraphSendvirtualappointmentsmsPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDEES : . + [PhoneNumber ]: The phone number of the external attendee. +Required. + [TimeZone ]: The time zone of the external attendee. +The timeZone property can be set to any of the time zones currently supported by Windows. +Required. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: + [PhoneNumber ]: The phone number of the external attendee. +Required. + [TimeZone ]: The time zone of the external attendee. +The timeZone property can be set to any of the time zones currently supported by Windows. +Required. + [MessageType ]: virtualAppointmentMessageType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Send-MgUserOnlineMeetingVirtualAppointmentSm](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/send-mguseronlinemeetingvirtualappointmentsm) +- [Graph API Reference](https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationAdhocCallRecordingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationAdhocCallRecordingContent.md new file mode 100644 index 0000000000000..c700e6e249bbc --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationAdhocCallRecordingContent.md @@ -0,0 +1,483 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationadhoccallrecordingcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationAdhocCallRecordingContent +--- + +# Set-MgCommunicationAdhocCallRecordingContent + +## SYNOPSIS + +The content of the recording. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationAdhocCallRecordingContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationAdhocCallRecordingContent?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgCommunicationAdhocCallRecordingContent -AdhocCallId -CallRecordingId + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationAdhocCallRecordingContent -InputObject + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the recording. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationAdhocCallRecordingContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationadhoccallrecordingcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationAdhocCallTranscriptContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationAdhocCallTranscriptContent.md new file mode 100644 index 0000000000000..69a8e12b58382 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationAdhocCallTranscriptContent.md @@ -0,0 +1,483 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationadhoccalltranscriptcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationAdhocCallTranscriptContent +--- + +# Set-MgCommunicationAdhocCallTranscriptContent + +## SYNOPSIS + +The content of the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationAdhocCallTranscriptContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationAdhocCallTranscriptContent?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgCommunicationAdhocCallTranscriptContent -AdhocCallId -CallTranscriptId + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationAdhocCallTranscriptContent -InputObject + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the transcript. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationAdhocCallTranscriptContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationadhoccalltranscriptcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationAdhocCallTranscriptMetadataContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationAdhocCallTranscriptMetadataContent.md new file mode 100644 index 0000000000000..37283f2c9d1ec --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationAdhocCallTranscriptMetadataContent.md @@ -0,0 +1,506 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationadhoccalltranscriptmetadatacontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationAdhocCallTranscriptMetadataContent +--- + +# Set-MgCommunicationAdhocCallTranscriptMetadataContent + +## SYNOPSIS + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationAdhocCallTranscriptMetadataContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationAdhocCallTranscriptMetadataContent?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgCommunicationAdhocCallTranscriptMetadataContent -AdhocCallId + -CallTranscriptId -InFile [-Data ] [-ResponseHeadersVariable ] + [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationAdhocCallTranscriptMetadataContent -InputObject + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +## PARAMETERS + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationAdhocCallTranscriptMetadataContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationadhoccalltranscriptmetadatacontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingAttendeeReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingAttendeeReport.md new file mode 100644 index 0000000000000..d8315ed64835a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingAttendeeReport.md @@ -0,0 +1,485 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingattendeereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationOnlineMeetingAttendeeReport +--- + +# Set-MgCommunicationOnlineMeetingAttendeeReport + +## SYNOPSIS + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationOnlineMeetingAttendeeReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationOnlineMeetingAttendeeReport?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgCommunicationOnlineMeetingAttendeeReport -OnlineMeetingId -InFile + [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationOnlineMeetingAttendeeReport -InputObject + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationOnlineMeetingAttendeeReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingattendeereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md new file mode 100644 index 0000000000000..9eedb411131b0 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport.md @@ -0,0 +1,485 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingconversationonlinemeetingattendeereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport +--- + +# Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport + +## SYNOPSIS + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport + -OnlineMeetingEngagementConversationId -InFile [-Data ] + [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport + -InputObject -InFile [-Data ] + [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationOnlineMeetingConversationOnlineMeetingAttendeeReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingconversationonlinemeetingattendeereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingRecordingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingRecordingContent.md new file mode 100644 index 0000000000000..5e79ee6533757 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingRecordingContent.md @@ -0,0 +1,483 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingrecordingcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationOnlineMeetingRecordingContent +--- + +# Set-MgCommunicationOnlineMeetingRecordingContent + +## SYNOPSIS + +The content of the recording. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationOnlineMeetingRecordingContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationOnlineMeetingRecordingContent?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgCommunicationOnlineMeetingRecordingContent -CallRecordingId -OnlineMeetingId + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationOnlineMeetingRecordingContent -InputObject + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the recording. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationOnlineMeetingRecordingContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingrecordingcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingTranscriptContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingTranscriptContent.md new file mode 100644 index 0000000000000..01867b3882c58 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingTranscriptContent.md @@ -0,0 +1,483 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingtranscriptcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationOnlineMeetingTranscriptContent +--- + +# Set-MgCommunicationOnlineMeetingTranscriptContent + +## SYNOPSIS + +The content of the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationOnlineMeetingTranscriptContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationOnlineMeetingTranscriptContent?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgCommunicationOnlineMeetingTranscriptContent -CallTranscriptId + -OnlineMeetingId -InFile [-Data ] [-ResponseHeadersVariable ] + [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationOnlineMeetingTranscriptContent -InputObject + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the transcript. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationOnlineMeetingTranscriptContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingtranscriptcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingTranscriptMetadataContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingTranscriptMetadataContent.md new file mode 100644 index 0000000000000..2f5e2d47d7bb9 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationOnlineMeetingTranscriptMetadataContent.md @@ -0,0 +1,506 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingtranscriptmetadatacontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationOnlineMeetingTranscriptMetadataContent +--- + +# Set-MgCommunicationOnlineMeetingTranscriptMetadataContent + +## SYNOPSIS + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgCommunicationOnlineMeetingTranscriptMetadataContent -CallTranscriptId + -OnlineMeetingId -InFile [-Data ] [-ResponseHeadersVariable ] + [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationOnlineMeetingTranscriptMetadataContent + -InputObject -InFile [-Data ] + [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationOnlineMeetingTranscriptMetadataContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationonlinemeetingtranscriptmetadatacontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresence.md new file mode 100644 index 0000000000000..6d0762e7cd90a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresence.md @@ -0,0 +1,622 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationPresence +--- + +# Set-MgCommunicationPresence + +## SYNOPSIS + +Set the state of a user's presence session as an application. +For more information about presence sessions, states permutations, and timeouts, see Manage presence state using the Microsoft Graph API. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationPresence?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgCommunicationPresence -PresenceId [-ResponseHeadersVariable ] + [-Activity ] [-AdditionalProperties ] [-Availability ] + [-ExpirationDuration ] [-SessionId ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgCommunicationPresence -PresenceId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgCommunicationPresence -InputObject + [-ResponseHeadersVariable ] [-Activity ] [-AdditionalProperties ] + [-Availability ] [-ExpirationDuration ] [-SessionId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationPresence -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set the state of a user's presence session as an application. +For more information about presence sessions, states permutations, and timeouts, see Manage presence state using the Microsoft Graph API. + +## PARAMETERS + +### -Activity + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Availability + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsTm7IsmCommunicationsPresencesPresenceIdMicrosoftGraphSetpresencePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpirationDuration + + + +```yaml +Type: System.TimeSpan +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SessionId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsTm7IsmCommunicationsPresencesPresenceIdMicrosoftGraphSetpresencePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [Activity ]: + [Availability ]: + [ExpirationDuration ]: + [SessionId ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceAutomaticLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceAutomaticLocation.md new file mode 100644 index 0000000000000..0cdf89ef0cef5 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceAutomaticLocation.md @@ -0,0 +1,567 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresenceautomaticlocation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationPresenceAutomaticLocation +--- + +# Set-MgCommunicationPresenceAutomaticLocation + +## SYNOPSIS + +Update the automatic work location for a user. +The automatic layer participates in the standard precedence model: Use this operation from clients or services that automatically detect location (for example, Teams, network and location agents, or OEM docking apps). +It doesn't clear manual or scheduled signals. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationPresenceAutomaticLocation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationPresenceAutomaticLocation?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgCommunicationPresenceAutomaticLocation -PresenceId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-PlaceId ] + [-WorkLocationType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgCommunicationPresenceAutomaticLocation -PresenceId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgCommunicationPresenceAutomaticLocation -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-PlaceId ] + [-WorkLocationType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationPresenceAutomaticLocation -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the automatic work location for a user. +The automatic layer participates in the standard precedence model: Use this operation from clients or services that automatically detect location (for example, Teams, network and location agents, or OEM docking apps). +It doesn't clear manual or scheduled signals. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsVaeyc3CommunicationsPresencesPresenceIdMicrosoftGraphSetautomaticlocationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlaceId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WorkLocationType + +workLocationType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsVaeyc3CommunicationsPresencesPresenceIdMicrosoftGraphSetautomaticlocationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: + [WorkLocationType ]: workLocationType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationPresenceAutomaticLocation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresenceautomaticlocation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setautomaticlocation?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceManualLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceManualLocation.md new file mode 100644 index 0000000000000..890b1c9c8fce6 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceManualLocation.md @@ -0,0 +1,565 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresencemanuallocation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationPresenceManualLocation +--- + +# Set-MgCommunicationPresenceManualLocation + +## SYNOPSIS + +Set the manual work location signal for a user. +The explicit value chosen by a user or an authorized client overrides any automatically detected or scheduled working hours and location. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationPresenceManualLocation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationPresenceManualLocation?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgCommunicationPresenceManualLocation -PresenceId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-PlaceId ] [-WorkLocationType ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgCommunicationPresenceManualLocation -PresenceId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgCommunicationPresenceManualLocation -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-PlaceId ] + [-WorkLocationType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationPresenceManualLocation -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set the manual work location signal for a user. +The explicit value chosen by a user or an authorized client overrides any automatically detected or scheduled working hours and location. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths269QmnCommunicationsPresencesPresenceIdMicrosoftGraphSetmanuallocationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlaceId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WorkLocationType + +workLocationType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths269QmnCommunicationsPresencesPresenceIdMicrosoftGraphSetmanuallocationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: + [WorkLocationType ]: workLocationType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationPresenceManualLocation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresencemanuallocation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setmanuallocation?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceStatusMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceStatusMessage.md new file mode 100644 index 0000000000000..96cf576a88bea --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceStatusMessage.md @@ -0,0 +1,562 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresencestatusmessage +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationPresenceStatusMessage +--- + +# Set-MgCommunicationPresenceStatusMessage + +## SYNOPSIS + +Set a presence status message for a user. +An optional expiration date and time can be supplied. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationPresenceStatusMessage](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationPresenceStatusMessage?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgCommunicationPresenceStatusMessage -PresenceId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-StatusMessage ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgCommunicationPresenceStatusMessage -PresenceId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgCommunicationPresenceStatusMessage -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-StatusMessage ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationPresenceStatusMessage -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set a presence status message for a user. +An optional expiration date and time can be supplied. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1Hq60HmCommunicationsPresencesPresenceIdMicrosoftGraphSetstatusmessagePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StatusMessage + +presenceStatusMessage +To construct, see NOTES section for STATUSMESSAGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresenceStatusMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1Hq60HmCommunicationsPresencesPresenceIdMicrosoftGraphSetstatusmessagePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [StatusMessage ]: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +STATUSMESSAGE ``: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + + +## RELATED LINKS + +- [Set-MgCommunicationPresenceStatusMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresencestatusmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceUserPreferredPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceUserPreferredPresence.md new file mode 100644 index 0000000000000..2dda6ddb27f27 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgCommunicationPresenceUserPreferredPresence.md @@ -0,0 +1,601 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresenceuserpreferredpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgCommunicationPresenceUserPreferredPresence +--- + +# Set-MgCommunicationPresenceUserPreferredPresence + +## SYNOPSIS + +Set the preferred availability and activity status for a user. +If the preferred presence of a user is set, the user's presence shows as the preferred status. +Preferred presence takes effect only when at least one presence session exists for the user. +Otherwise, the user's presence shows as Offline. +A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. +For more details, see presence sessions and time-out and expiration. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaCommunicationPresenceUserPreferredPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaCommunicationPresenceUserPreferredPresence?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgCommunicationPresenceUserPreferredPresence -PresenceId + [-ResponseHeadersVariable ] [-Activity ] [-AdditionalProperties ] + [-Availability ] [-ExpirationDuration ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgCommunicationPresenceUserPreferredPresence -PresenceId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgCommunicationPresenceUserPreferredPresence -InputObject + [-ResponseHeadersVariable ] [-Activity ] [-AdditionalProperties ] + [-Availability ] [-ExpirationDuration ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgCommunicationPresenceUserPreferredPresence -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set the preferred availability and activity status for a user. +If the preferred presence of a user is set, the user's presence shows as the preferred status. +Preferred presence takes effect only when at least one presence session exists for the user. +Otherwise, the user's presence shows as Offline. +A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. +For more details, see presence sessions and time-out and expiration. + +## PARAMETERS + +### -Activity + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Availability + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths16OmbuoCommunicationsPresencesPresenceIdMicrosoftGraphSetuserpreferredpresencePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpirationDuration + + + +```yaml +Type: System.TimeSpan +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths16OmbuoCommunicationsPresencesPresenceIdMicrosoftGraphSetuserpreferredpresencePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [Activity ]: + [Availability ]: + [ExpirationDuration ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgCommunicationPresenceUserPreferredPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mgcommunicationpresenceuserpreferredpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingAttendeeReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingAttendeeReport.md new file mode 100644 index 0000000000000..b30ee2e7a2d3d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingAttendeeReport.md @@ -0,0 +1,506 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguseronlinemeetingattendeereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgUserOnlineMeetingAttendeeReport +--- + +# Set-MgUserOnlineMeetingAttendeeReport + +## SYNOPSIS + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserOnlineMeetingAttendeeReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaUserOnlineMeetingAttendeeReport?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgUserOnlineMeetingAttendeeReport -OnlineMeetingId -UserId -InFile + [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgUserOnlineMeetingAttendeeReport -InputObject -InFile + [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgUserOnlineMeetingAttendeeReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguseronlinemeetingattendeereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingRecordingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingRecordingContent.md new file mode 100644 index 0000000000000..920dc5693e51a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingRecordingContent.md @@ -0,0 +1,504 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguseronlinemeetingrecordingcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgUserOnlineMeetingRecordingContent +--- + +# Set-MgUserOnlineMeetingRecordingContent + +## SYNOPSIS + +The content of the recording. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserOnlineMeetingRecordingContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaUserOnlineMeetingRecordingContent?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgUserOnlineMeetingRecordingContent -CallRecordingId -OnlineMeetingId + -UserId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### SetViaIdentity + +``` +Set-MgUserOnlineMeetingRecordingContent -InputObject -InFile + [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the recording. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgUserOnlineMeetingRecordingContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguseronlinemeetingrecordingcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingTranscriptContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingTranscriptContent.md new file mode 100644 index 0000000000000..5f62039284a4e --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingTranscriptContent.md @@ -0,0 +1,504 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguseronlinemeetingtranscriptcontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgUserOnlineMeetingTranscriptContent +--- + +# Set-MgUserOnlineMeetingTranscriptContent + +## SYNOPSIS + +The content of the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserOnlineMeetingTranscriptContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaUserOnlineMeetingTranscriptContent?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgUserOnlineMeetingTranscriptContent -CallTranscriptId -OnlineMeetingId + -UserId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### SetViaIdentity + +``` +Set-MgUserOnlineMeetingTranscriptContent -InputObject + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The content of the transcript. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgUserOnlineMeetingTranscriptContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguseronlinemeetingtranscriptcontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingTranscriptMetadataContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingTranscriptMetadataContent.md new file mode 100644 index 0000000000000..1a76a3136be2c --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserOnlineMeetingTranscriptMetadataContent.md @@ -0,0 +1,527 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguseronlinemeetingtranscriptmetadatacontent +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgUserOnlineMeetingTranscriptMetadataContent +--- + +# Set-MgUserOnlineMeetingTranscriptMetadataContent + +## SYNOPSIS + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserOnlineMeetingTranscriptMetadataContent](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaUserOnlineMeetingTranscriptMetadataContent?view=graph-powershell-beta) + +## SYNTAX + +### Set (Default) + +``` +Set-MgUserOnlineMeetingTranscriptMetadataContent -CallTranscriptId + -OnlineMeetingId -UserId -InFile [-Data ] + [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgUserOnlineMeetingTranscriptMetadataContent -InputObject + -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] + [-ContentType ] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The time-aligned metadata of the utterances in the transcript. +Read-only. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentType + +ContentType Parameter + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Data + + + +```yaml +Type: System.IO.Stream +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InFile + +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +### System.IO.Stream + +{{ Fill in the Description }} + +### System.String + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgUserOnlineMeetingTranscriptMetadataContent](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguseronlinemeetingtranscriptmetadatacontent) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresence.md new file mode 100644 index 0000000000000..b1b13c4c0f56a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresence.md @@ -0,0 +1,648 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgUserPresence +--- + +# Set-MgUserPresence + +## SYNOPSIS + +Set the state of a user's presence session as an application. +For more information about presence sessions, states permutations, and timeouts, see Manage presence state using the Microsoft Graph API. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaUserPresence?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgUserPresence -UserId [-ResponseHeadersVariable ] [-Activity ] + [-AdditionalProperties ] [-Availability ] [-ExpirationDuration ] + [-SessionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgUserPresence -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgUserPresence -InputObject [-ResponseHeadersVariable ] + [-Activity ] [-AdditionalProperties ] [-Availability ] + [-ExpirationDuration ] [-SessionId ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgUserPresence -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set the state of a user's presence session as an application. +For more information about presence sessions, states permutations, and timeouts, see Manage presence state using the Microsoft Graph API. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Presence.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Presence.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + sessionId = "22553876-f5ab-4529-bffb-cfe50aa89f87" + availability = "Available" + activity = "Available" + expirationDuration = "PT1H" +} + +Set-MgUserPresence -UserId $userId -BodyParameter $params + +``` +This example shows how to use the Set-MgUserPresence Cmdlet. + + +## PARAMETERS + +### -Activity + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Availability + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1XdpsmjUsersUserIdPresenceMicrosoftGraphSetpresencePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpirationDuration + + + +```yaml +Type: System.TimeSpan +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SessionId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1XdpsmjUsersUserIdPresenceMicrosoftGraphSetpresencePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [Activity ]: + [Availability ]: + [ExpirationDuration ]: + [SessionId ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgUserPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceAutomaticLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceAutomaticLocation.md new file mode 100644 index 0000000000000..13d825949a79d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceAutomaticLocation.md @@ -0,0 +1,567 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresenceautomaticlocation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgUserPresenceAutomaticLocation +--- + +# Set-MgUserPresenceAutomaticLocation + +## SYNOPSIS + +Update the automatic work location for a user. +The automatic layer participates in the standard precedence model: Use this operation from clients or services that automatically detect location (for example, Teams, network and location agents, or OEM docking apps). +It doesn't clear manual or scheduled signals. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserPresenceAutomaticLocation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaUserPresenceAutomaticLocation?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgUserPresenceAutomaticLocation -UserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-PlaceId ] [-WorkLocationType ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgUserPresenceAutomaticLocation -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgUserPresenceAutomaticLocation -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-PlaceId ] + [-WorkLocationType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgUserPresenceAutomaticLocation -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the automatic work location for a user. +The automatic layer participates in the standard precedence model: Use this operation from clients or services that automatically detect location (for example, Teams, network and location agents, or OEM docking apps). +It doesn't clear manual or scheduled signals. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsPqm32RUsersUserIdPresenceMicrosoftGraphSetautomaticlocationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlaceId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WorkLocationType + +workLocationType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsPqm32RUsersUserIdPresenceMicrosoftGraphSetautomaticlocationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: + [WorkLocationType ]: workLocationType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgUserPresenceAutomaticLocation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresenceautomaticlocation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setautomaticlocation?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceManualLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceManualLocation.md new file mode 100644 index 0000000000000..1812d808e3f47 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceManualLocation.md @@ -0,0 +1,565 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresencemanuallocation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgUserPresenceManualLocation +--- + +# Set-MgUserPresenceManualLocation + +## SYNOPSIS + +Set the manual work location signal for a user. +The explicit value chosen by a user or an authorized client overrides any automatically detected or scheduled working hours and location. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserPresenceManualLocation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaUserPresenceManualLocation?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgUserPresenceManualLocation -UserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-PlaceId ] [-WorkLocationType ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgUserPresenceManualLocation -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgUserPresenceManualLocation -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-PlaceId ] + [-WorkLocationType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgUserPresenceManualLocation -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set the manual work location signal for a user. +The explicit value chosen by a user or an authorized client overrides any automatically detected or scheduled working hours and location. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths4TijaiUsersUserIdPresenceMicrosoftGraphSetmanuallocationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlaceId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WorkLocationType + +workLocationType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths4TijaiUsersUserIdPresenceMicrosoftGraphSetmanuallocationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: + [WorkLocationType ]: workLocationType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgUserPresenceManualLocation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresencemanuallocation) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setmanuallocation?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceStatusMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceStatusMessage.md new file mode 100644 index 0000000000000..c8c536d9b2a2c --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceStatusMessage.md @@ -0,0 +1,615 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresencestatusmessage +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgUserPresenceStatusMessage +--- + +# Set-MgUserPresenceStatusMessage + +## SYNOPSIS + +Set a presence status message for a user. +An optional expiration date and time can be supplied. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserPresenceStatusMessage](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaUserPresenceStatusMessage?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgUserPresenceStatusMessage -UserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-StatusMessage ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgUserPresenceStatusMessage -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgUserPresenceStatusMessage -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-StatusMessage ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgUserPresenceStatusMessage -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set a presence status message for a user. +An optional expiration date and time can be supplied. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Presence.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Presence.ReadWrite.All, | + +## EXAMPLES +### Example 1: Set status message with expiry date + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + statusMessage = @{ + message = @{ + content = "Hey I'm currently in a meeting." + contentType = "text" + } + expiryDateTime = @{ + dateTime = "2022-10-18T17:05:33.2079781" + timeZone = "Pacific Standard Time" + } + } +} + +Set-MgUserPresenceStatusMessage -UserId $userId -BodyParameter $params + +``` +This example will set status message with expiry date + +### Example 2: Set status message of another user + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + statusMessage = @{ + message = @{ + content = "Hey I am available now" + contentType = "text" + } + } +} + +Set-MgUserPresenceStatusMessage -UserId $userId -BodyParameter $params + +``` +This example will set status message of another user + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsDovi6RUsersUserIdPresenceMicrosoftGraphSetstatusmessagePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StatusMessage + +presenceStatusMessage +To construct, see NOTES section for STATUSMESSAGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresenceStatusMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsDovi6RUsersUserIdPresenceMicrosoftGraphSetstatusmessagePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [StatusMessage ]: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +STATUSMESSAGE ``: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + + +## RELATED LINKS + +- [Set-MgUserPresenceStatusMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresencestatusmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceUserPreferredPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceUserPreferredPresence.md new file mode 100644 index 0000000000000..5ecdeeb74a27d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Set-MgUserPresenceUserPreferredPresence.md @@ -0,0 +1,627 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresenceuserpreferredpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgUserPresenceUserPreferredPresence +--- + +# Set-MgUserPresenceUserPreferredPresence + +## SYNOPSIS + +Set the preferred availability and activity status for a user. +If the preferred presence of a user is set, the user's presence shows as the preferred status. +Preferred presence takes effect only when at least one presence session exists for the user. +Otherwise, the user's presence shows as Offline. +A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. +For more details, see presence sessions and time-out and expiration. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserPresenceUserPreferredPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Set-MgBetaUserPresenceUserPreferredPresence?view=graph-powershell-beta) + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgUserPresenceUserPreferredPresence -UserId [-ResponseHeadersVariable ] + [-Activity ] [-AdditionalProperties ] [-Availability ] + [-ExpirationDuration ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Set + +``` +Set-MgUserPresenceUserPreferredPresence -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentityExpanded + +``` +Set-MgUserPresenceUserPreferredPresence -InputObject + [-ResponseHeadersVariable ] [-Activity ] [-AdditionalProperties ] + [-Availability ] [-ExpirationDuration ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### SetViaIdentity + +``` +Set-MgUserPresenceUserPreferredPresence -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set the preferred availability and activity status for a user. +If the preferred presence of a user is set, the user's presence shows as the preferred status. +Preferred presence takes effect only when at least one presence session exists for the user. +Otherwise, the user's presence shows as Offline. +A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. +For more details, see presence sessions and time-out and expiration. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Presence.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Presence.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + availability = "DoNotDisturb" + activity = "DoNotDisturb" + expirationDuration = "PT8H" +} + +Set-MgUserPresenceUserPreferredPresence -UserId $userId -BodyParameter $params + +``` +This example shows how to use the Set-MgUserPresenceUserPreferredPresence Cmdlet. + + +## PARAMETERS + +### -Activity + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Availability + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsTrjrarUsersUserIdPresenceMicrosoftGraphSetuserpreferredpresencePostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpirationDuration + + + +```yaml +Type: System.TimeSpan +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsTrjrarUsersUserIdPresenceMicrosoftGraphSetuserpreferredpresencePostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [Activity ]: + [Availability ]: + [ExpirationDuration ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgUserPresenceUserPreferredPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/set-mguserpresenceuserpreferredpresence) +- [Graph API Reference](https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Start-MgCommunicationCallParticipantHoldMusic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Start-MgCommunicationCallParticipantHoldMusic.md new file mode 100644 index 0000000000000..d7604d5c00961 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Start-MgCommunicationCallParticipantHoldMusic.md @@ -0,0 +1,601 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/start-mgcommunicationcallparticipantholdmusic +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Start-MgCommunicationCallParticipantHoldMusic +--- + +# Start-MgCommunicationCallParticipantHoldMusic + +## SYNOPSIS + +Put a participant on hold and play music in the background. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Start-MgBetaCommunicationCallParticipantHoldMusic](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Start-MgBetaCommunicationCallParticipantHoldMusic?view=graph-powershell-beta) + +## SYNTAX + +### StartExpanded (Default) + +``` +Start-MgCommunicationCallParticipantHoldMusic -CallId -ParticipantId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-CustomPrompt ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Start + +``` +Start-MgCommunicationCallParticipantHoldMusic -CallId -ParticipantId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### StartViaIdentityExpanded + +``` +Start-MgCommunicationCallParticipantHoldMusic -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-CustomPrompt ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### StartViaIdentity + +``` +Start-MgCommunicationCallParticipantHoldMusic -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Put a participant on hold and play music in the background. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCallasGuest.All, Calls.JoinGroupCall.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + customPrompt = @{ + "@odata.type" = "#microsoft.graph.mediaPrompt" + mediaInfo = @{ + "@odata.type" = "#microsoft.graph.mediaInfo" + uri = "https://bot.contoso.com/onHold.wav" + } + } + clientContext = "d45324c1-fcb5-430a-902c-f20af696537c" +} + +Start-MgCommunicationCallParticipantHoldMusic -CallId $callId -ParticipantId $participantId -BodyParameter $params + +``` +This example shows how to use the Start-MgCommunicationCallParticipantHoldMusic Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsKtcw9WCommunicationsCallsCallIdParticipantsParticipantIdMicrosoftGraphStartholdmusicPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CustomPrompt + +prompt + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantId + +The unique identifier of participant + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsKtcw9WCommunicationsCallsCallIdParticipantsParticipantIdMicrosoftGraphStartholdmusicPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphStartHoldMusicOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + [CustomPrompt ]: prompt + [(Any) ]: This indicates any property can be added to this object. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Start-MgCommunicationCallParticipantHoldMusic](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/start-mgcommunicationcallparticipantholdmusic) +- [Graph API Reference](https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Stop-MgCommunicationCallMediaProcessing.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Stop-MgCommunicationCallMediaProcessing.md new file mode 100644 index 0000000000000..86eb7fe185025 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Stop-MgCommunicationCallMediaProcessing.md @@ -0,0 +1,544 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/stop-mgcommunicationcallmediaprocessing +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Stop-MgCommunicationCallMediaProcessing +--- + +# Stop-MgCommunicationCallMediaProcessing + +## SYNOPSIS + +Cancels processing for any in-progress media operations. +Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. +The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. +For example, this method can be used to clean up the IVR operation queue for a new media operation. +However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Stop-MgBetaCommunicationCallMediaProcessing](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Stop-MgBetaCommunicationCallMediaProcessing?view=graph-powershell-beta) + +## SYNTAX + +### CancelExpanded (Default) + +``` +Stop-MgCommunicationCallMediaProcessing -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Cancel + +``` +Stop-MgCommunicationCallMediaProcessing -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### CancelViaIdentityExpanded + +``` +Stop-MgCommunicationCallMediaProcessing -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### CancelViaIdentity + +``` +Stop-MgCommunicationCallMediaProcessing -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Cancels processing for any in-progress media operations. +Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. +The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. +For example, this method can be used to clean up the IVR operation queue for a new media operation. +However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.Initiate.All, Calls.AccessMedia.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + clientContext = "clientContext-value" +} + +Stop-MgCommunicationCallMediaProcessing -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Stop-MgCommunicationCallMediaProcessing Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CancelViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CancelExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsYp37FjCommunicationsCallsCallIdMicrosoftGraphCancelmediaprocessingPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CancelViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Cancel + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CancelExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Cancel + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CancelViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CancelExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CancelViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CancelViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsYp37FjCommunicationsCallsCallIdMicrosoftGraphCancelmediaprocessingPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCancelMediaProcessingOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Stop-MgCommunicationCallMediaProcessing](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/stop-mgcommunicationcallmediaprocessing) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Stop-MgCommunicationCallParticipantHoldMusic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Stop-MgCommunicationCallParticipantHoldMusic.md new file mode 100644 index 0000000000000..f4a7150f4a5b3 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Stop-MgCommunicationCallParticipantHoldMusic.md @@ -0,0 +1,563 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/stop-mgcommunicationcallparticipantholdmusic +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Stop-MgCommunicationCallParticipantHoldMusic +--- + +# Stop-MgCommunicationCallParticipantHoldMusic + +## SYNOPSIS + +Reincorporate a participant previously put on hold to the call. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Stop-MgBetaCommunicationCallParticipantHoldMusic](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Stop-MgBetaCommunicationCallParticipantHoldMusic?view=graph-powershell-beta) + +## SYNTAX + +### StopExpanded (Default) + +``` +Stop-MgCommunicationCallParticipantHoldMusic -CallId -ParticipantId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Stop + +``` +Stop-MgCommunicationCallParticipantHoldMusic -CallId -ParticipantId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### StopViaIdentityExpanded + +``` +Stop-MgCommunicationCallParticipantHoldMusic -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### StopViaIdentity + +``` +Stop-MgCommunicationCallParticipantHoldMusic -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Reincorporate a participant previously put on hold to the call. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCallasGuest.All, Calls.JoinGroupCall.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + clientContext = "d45324c1-fcb5-430a-902c-f20af696537c" +} + +Stop-MgCommunicationCallParticipantHoldMusic -CallId $callId -ParticipantId $participantId -BodyParameter $params + +``` +This example shows how to use the Stop-MgCommunicationCallParticipantHoldMusic Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StopViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StopExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1AuzqgwCommunicationsCallsCallIdParticipantsParticipantIdMicrosoftGraphStopholdmusicPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StopViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Stop + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StopExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Stop + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StopViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StopExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StopViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StopViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantId + +The unique identifier of participant + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StopExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Stop + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1AuzqgwCommunicationsCallsCallIdParticipantsParticipantIdMicrosoftGraphStopholdmusicPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphStopHoldMusicOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Stop-MgCommunicationCallParticipantHoldMusic](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/stop-mgcommunicationcallparticipantholdmusic) +- [Graph API Reference](https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationAdhocCall.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationAdhocCall.md new file mode 100644 index 0000000000000..9ae046d48a217 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationAdhocCall.md @@ -0,0 +1,696 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationadhoccall +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationAdhocCall +--- + +# Update-MgCommunicationAdhocCall + +## SYNOPSIS + +Update the navigation property adhocCalls in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationAdhocCall](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationAdhocCall?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationAdhocCall -AdhocCallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] [-Recordings ] + [-Transcripts ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationAdhocCall -AdhocCallId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationAdhocCall -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-Recordings ] [-Transcripts ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationAdhocCall -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property adhocCalls in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +adhocCall +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAdhocCall +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Recordings + +The recordings of a call. +Read-only. +To construct, see NOTES section for RECORDINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Transcripts + +The transcripts of a call. +Read-only. +To construct, see NOTES section for TRANSCRIPTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAdhocCall + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAdhocCall + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: adhocCall + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Recordings ]: The recordings of a call. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [Transcripts ]: The transcripts of a call. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +RECORDINGS : The recordings of a call. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +TRANSCRIPTS : The transcripts of a call. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + + +## RELATED LINKS + +- [Update-MgCommunicationAdhocCall](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationadhoccall) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationAdhocCallRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationAdhocCallRecording.md new file mode 100644 index 0000000000000..ef2e34271a260 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationAdhocCallRecording.md @@ -0,0 +1,811 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationadhoccallrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationAdhocCallRecording +--- + +# Update-MgCommunicationAdhocCallRecording + +## SYNOPSIS + +Update the navigation property recordings in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationAdhocCallRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationAdhocCallRecording?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationAdhocCallRecording -AdhocCallId -CallRecordingId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationAdhocCallRecording -AdhocCallId -CallRecordingId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationAdhocCallRecording -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationAdhocCallRecording -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property recordings in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callRecording +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the recording. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the onlineMeeting related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordingContentUrl + +The URL that can be used to access the content of the recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callRecording + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgCommunicationAdhocCallRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationadhoccallrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationAdhocCallTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationAdhocCallTranscript.md new file mode 100644 index 0000000000000..7d235ec124ff9 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationAdhocCallTranscript.md @@ -0,0 +1,843 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationadhoccalltranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationAdhocCallTranscript +--- + +# Update-MgCommunicationAdhocCallTranscript + +## SYNOPSIS + +Update the navigation property transcripts in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationAdhocCallTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationAdhocCallTranscript?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationAdhocCallTranscript -AdhocCallId -CallTranscriptId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationAdhocCallTranscript -AdhocCallId -CallTranscriptId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationAdhocCallTranscript -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationAdhocCallTranscript -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property transcripts in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdhocCallId + +The unique identifier of adhocCall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callTranscript +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the online meeting related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MetadataContentInputFile + +Input File for MetadataContent (The time-aligned metadata of the utterances in the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TranscriptContentUrl + +The URL that can be used to access the content of the transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callTranscript + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgCommunicationAdhocCallTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationadhoccalltranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallAudioRoutingGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallAudioRoutingGroup.md new file mode 100644 index 0000000000000..714f028ac72ff --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallAudioRoutingGroup.md @@ -0,0 +1,657 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallaudioroutinggroup +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationCallAudioRoutingGroup +--- + +# Update-MgCommunicationCallAudioRoutingGroup + +## SYNOPSIS + +Modify sources and receivers of an audioRoutingGroup. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationCallAudioRoutingGroup](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationCallAudioRoutingGroup?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationCallAudioRoutingGroup -AudioRoutingGroupId -CallId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-Receivers ] [-RoutingMode ] [-Sources ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationCallAudioRoutingGroup -AudioRoutingGroupId -CallId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationCallAudioRoutingGroup -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-Receivers ] [-RoutingMode ] [-Sources ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationCallAudioRoutingGroup -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Modify sources and receivers of an audioRoutingGroup. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.JoinGroupCall.All, Calls.InitiateGroupCall.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + id = "oneToOne" + routingMode = "oneToOne" + sources = @( + "632899f8-2ea1-4604-8413-27bd2892079f" +) +receivers = @( +"550fae72-d251-43ec-868c-373732c2704f" +"72f988bf-86f1-41af-91ab-2d7cd011db47" +) +} + +Update-MgCommunicationCallAudioRoutingGroup -CallId $callId -AudioRoutingGroupId $audioRoutingGroupId -BodyParameter $params + +``` +This example shows how to use the Update-MgCommunicationCallAudioRoutingGroup Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AudioRoutingGroupId + +The unique identifier of audioRoutingGroup + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +audioRoutingGroup +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioRoutingGroup +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Receivers + +List of receiving participant ids. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RoutingMode + +routingMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sources + +List of source participant ids. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioRoutingGroup + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioRoutingGroup + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: audioRoutingGroup + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Receivers ]: List of receiving participant ids. + [RoutingMode ]: routingMode + [Sources ]: List of source participant ids. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Update-MgCommunicationCallAudioRoutingGroup](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallaudioroutinggroup) +- [Graph API Reference](https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallContentSharingSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallContentSharingSession.md new file mode 100644 index 0000000000000..751bab1a437fe --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallContentSharingSession.md @@ -0,0 +1,532 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallcontentsharingsession +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationCallContentSharingSession +--- + +# Update-MgCommunicationCallContentSharingSession + +## SYNOPSIS + +Update the navigation property contentSharingSessions in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationCallContentSharingSession](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationCallContentSharingSession?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationCallContentSharingSession -CallId -ContentSharingSessionId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationCallContentSharingSession -CallId -ContentSharingSessionId + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationCallContentSharingSession -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationCallContentSharingSession -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property contentSharingSessions in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +contentSharingSession + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentSharingSessionId + +The unique identifier of contentSharingSession + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.Hashtable + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.String + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Update-MgCommunicationCallContentSharingSession](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallcontentsharingsession) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallOperation.md new file mode 100644 index 0000000000000..e2b14d3cd46cb --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallOperation.md @@ -0,0 +1,637 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcalloperation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationCallOperation +--- + +# Update-MgCommunicationCallOperation + +## SYNOPSIS + +Update the navigation property operations in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationCallOperation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationCallOperation?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationCallOperation -CallId -CommsOperationId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Id ] [-ResultInfo ] [-Status ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationCallOperation -CallId -CommsOperationId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationCallOperation -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Id ] [-ResultInfo ] [-Status ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationCallOperation -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property operations in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +commsOperation +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommsOperation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + +Unique Client Context string. +Max limit is 256 chars. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CommsOperationId + +The unique identifier of commsOperation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResultInfo + +resultInfo +To construct, see NOTES section for RESULTINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphResultInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Status + +operationStatus + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommsOperation + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommsOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: commsOperation + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ClientContext ]: Unique Client Context string. +Max limit is 256 chars. + [ResultInfo ]: resultInfo + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The result code. + [Message ]: The message. + [Subcode ]: The result subcode. + [Status ]: operationStatus + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +RESULTINFO ``: resultInfo + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The result code. + [Message ]: The message. + [Subcode ]: The result subcode. + + +## RELATED LINKS + +- [Update-MgCommunicationCallOperation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcalloperation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallParticipant.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallParticipant.md new file mode 100644 index 0000000000000..03298cc01fd90 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallParticipant.md @@ -0,0 +1,892 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallparticipant +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationCallParticipant +--- + +# Update-MgCommunicationCallParticipant + +## SYNOPSIS + +Update the navigation property participants in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationCallParticipant](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationCallParticipant?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationCallParticipant -CallId -ParticipantId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-Info ] [-IsInLobby] [-IsMuted] + [-MediaStreams ] [-Metadata ] + [-RecordingInfo ] [-RemovedState ] + [-RestrictedExperience ] [-RosterSequenceNumber ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationCallParticipant -CallId -ParticipantId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationCallParticipant -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-Info ] [-IsInLobby] [-IsMuted] + [-MediaStreams ] [-Metadata ] + [-RecordingInfo ] [-RemovedState ] + [-RestrictedExperience ] [-RosterSequenceNumber ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationCallParticipant -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property participants in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +participant +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipant +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Info + +participantInfo +To construct, see NOTES section for INFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipantInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsInLobby + +true if the participant is in lobby. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsMuted + +true if the participant is muted (client or server muted). + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MediaStreams + +The list of media streams. +To construct, see NOTES section for MEDIASTREAMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMediaStream[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Metadata + +A blob of data provided by the participant in the roster. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantId + +The unique identifier of participant + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordingInfo + +recordingInfo +To construct, see NOTES section for RECORDINGINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRecordingInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RemovedState + +removedState +To construct, see NOTES section for REMOVEDSTATE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphRemovedState +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RestrictedExperience + +onlineMeetingRestricted +To construct, see NOTES section for RESTRICTEDEXPERIENCE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingRestricted +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RosterSequenceNumber + +Indicates the roster sequence number in which the participant was last updated. + +```yaml +Type: System.Int64 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipant + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphParticipant + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: participant + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Info ]: participantInfo + [(Any) ]: This indicates any property can be added to this object. + [CountryCode ]: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. +Read-only. + [EndpointType ]: endpointType + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [LanguageId ]: The language culture string. +Read-only. + [ParticipantId ]: The participant ID of the participant. +Read-only. + [Region ]: The home region of the participant. +This can be a country, a continent, or a larger geographic region. +This doesn't change based on the participant's current physical location. +Read-only. + [IsInLobby ]: true if the participant is in lobby. + [IsMuted ]: true if the participant is muted (client or server muted). + [MediaStreams ]: The list of media streams. + [Direction ]: mediaDirection + [Label ]: The media stream label. + [MediaType ]: modality + [ServerMuted ]: If the media is muted by the server. + [SourceId ]: The source ID. + [Metadata ]: A blob of data provided by the participant in the roster. + [RecordingInfo ]: recordingInfo + [(Any) ]: This indicates any property can be added to this object. + [Initiator ]: identitySet + [RecordingStatus ]: recordingStatus + [RemovedState ]: removedState + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: The removal reason for the participant resource. + [RestrictedExperience ]: onlineMeetingRestricted + [(Any) ]: This indicates any property can be added to this object. + [ContentSharingDisabled ]: onlineMeetingContentSharingDisabledReason + [VideoDisabled ]: onlineMeetingVideoDisabledReason + [RosterSequenceNumber ]: Indicates the roster sequence number in which the participant was last updated. + +INFO ``: participantInfo + [(Any) ]: This indicates any property can be added to this object. + [CountryCode ]: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. +Read-only. + [EndpointType ]: endpointType + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [LanguageId ]: The language culture string. +Read-only. + [ParticipantId ]: The participant ID of the participant. +Read-only. + [Region ]: The home region of the participant. +This can be a country, a continent, or a larger geographic region. +This doesn't change based on the participant's current physical location. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEDIASTREAMS : The list of media streams. + [Direction ]: mediaDirection + [Label ]: The media stream label. + [MediaType ]: modality + [ServerMuted ]: If the media is muted by the server. + [SourceId ]: The source ID. + +RECORDINGINFO ``: recordingInfo + [(Any) ]: This indicates any property can be added to this object. + [Initiator ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingStatus ]: recordingStatus + +REMOVEDSTATE ``: removedState + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: The removal reason for the participant resource. + +RESTRICTEDEXPERIENCE ``: onlineMeetingRestricted + [(Any) ]: This indicates any property can be added to this object. + [ContentSharingDisabled ]: onlineMeetingContentSharingDisabledReason + [VideoDisabled ]: onlineMeetingVideoDisabledReason + + +## RELATED LINKS + +- [Update-MgCommunicationCallParticipant](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallparticipant) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordOrganizerV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordOrganizerV2.md new file mode 100644 index 0000000000000..156c8cd60ff77 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordOrganizerV2.md @@ -0,0 +1,587 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallrecordorganizerv2 +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationCallRecordOrganizerV2 +--- + +# Update-MgCommunicationCallRecordOrganizerV2 + +## SYNOPSIS + +Update the navigation property organizer_v2 in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationCallRecordOrganizerV2](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationCallRecordOrganizerV2?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationCallRecordOrganizerV2 -CallRecordId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AdministrativeUnitInfos ] [-Id ] + [-Identity ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationCallRecordOrganizerV2 -CallRecordId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationCallRecordOrganizerV2 -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AdministrativeUnitInfos ] [-Id ] + [-Identity ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationCallRecordOrganizerV2 -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property organizer_v2 in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdministrativeUnitInfos + +List of administrativeUnitInfo objects for the call participant. +To construct, see NOTES section for ADMINISTRATIVEUNITINFOS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsAdministrativeUnitInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +organizer + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Identity + +communicationsIdentitySet +To construct, see NOTES section for IDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommunicationsIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.Hashtable + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsOrganizer + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ADMINISTRATIVEUNITINFOS : List of administrativeUnitInfo objects for the call participant. + [Id ]: Unique identifier for the administrative unit. + +IDENTITY ``: communicationsIdentitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ApplicationInstance ]: identity + [AssertedIdentity ]: identity + [AzureCommunicationServicesUser ]: identity + [Encrypted ]: identity + [EndpointType ]: endpointType + [Guest ]: identity + [OnPremises ]: identity + [Phone ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Update-MgCommunicationCallRecordOrganizerV2](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallrecordorganizerv2) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordParticipantV2.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordParticipantV2.md new file mode 100644 index 0000000000000..d0ec40e02f178 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordParticipantV2.md @@ -0,0 +1,614 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallrecordparticipantv2 +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationCallRecordParticipantV2 +--- + +# Update-MgCommunicationCallRecordParticipantV2 + +## SYNOPSIS + +Update the navigation property participants_v2 in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationCallRecordParticipantV2](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationCallRecordParticipantV2?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationCallRecordParticipantV2 -CallRecordId -ParticipantId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AdministrativeUnitInfos ] [-Id ] + [-Identity ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationCallRecordParticipantV2 -CallRecordId -ParticipantId + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationCallRecordParticipantV2 -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AdministrativeUnitInfos ] [-Id ] + [-Identity ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationCallRecordParticipantV2 -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property participants_v2 in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdministrativeUnitInfos + +List of administrativeUnitInfo objects for the call participant. +To construct, see NOTES section for ADMINISTRATIVEUNITINFOS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsAdministrativeUnitInfo[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +participant + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Identity + +communicationsIdentitySet +To construct, see NOTES section for IDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommunicationsIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParticipantId + +The unique identifier of participant + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### System.Collections.Hashtable + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsParticipant + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ADMINISTRATIVEUNITINFOS : List of administrativeUnitInfo objects for the call participant. + [Id ]: Unique identifier for the administrative unit. + +IDENTITY ``: communicationsIdentitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [ApplicationInstance ]: identity + [AssertedIdentity ]: identity + [AzureCommunicationServicesUser ]: identity + [Encrypted ]: identity + [EndpointType ]: endpointType + [Guest ]: identity + [OnPremises ]: identity + [Phone ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Update-MgCommunicationCallRecordParticipantV2](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallrecordparticipantv2) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordSession.md new file mode 100644 index 0000000000000..98dff719af590 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordSession.md @@ -0,0 +1,1067 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallrecordsession +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationCallRecordSession +--- + +# Update-MgCommunicationCallRecordSession + +## SYNOPSIS + +Update the navigation property sessions in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationCallRecordSession](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationCallRecordSession?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationCallRecordSession -CallRecordId -SessionId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Callee ] [-Caller ] + [-EndDateTime ] [-FailureInfo ] [-Id ] + [-IsTest] [-Modalities ] [-Segments ] + [-StartDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationCallRecordSession -CallRecordId -SessionId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationCallRecordSession -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Callee ] [-Caller ] + [-EndDateTime ] [-FailureInfo ] [-Id ] + [-IsTest] [-Modalities ] [-Segments ] + [-StartDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationCallRecordSession -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property sessions in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +session +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsSession +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Callee + +endpoint +To construct, see NOTES section for CALLEE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsEndpoint +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Caller + +endpoint +To construct, see NOTES section for CALLER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsEndpoint +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordId + +The unique identifier of callRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +UTC time when the last user left the session. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -FailureInfo + +failureInfo +To construct, see NOTES section for FAILUREINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsFailureInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsTest + +Specifies whether the session is a test. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Modalities + +List of modalities present in the session. +The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Segments + +The list of segments involved in the session. +Read-only. +Nullable. +To construct, see NOTES section for SEGMENTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsSegment[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SessionId + +The unique identifier of session + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +UTC time when the first user joined the session. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsSession + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecordsSession + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: session + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Callee ]: endpoint + [(Any) ]: This indicates any property can be added to this object. + [UserAgent ]: userAgent + [(Any) ]: This indicates any property can be added to this object. + [ApplicationVersion ]: Identifies the version of application software used by this endpoint. + [HeaderValue ]: User-agent header value reported by this endpoint. + [Caller ]: endpoint + [EndDateTime ]: UTC time when the last user left the session. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + [FailureInfo ]: failureInfo + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: Classification of why a call or portion of a call failed. + [Stage ]: failureStage + [IsTest ]: Specifies whether the session is a test. + [Modalities ]: List of modalities present in the session. +The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. + [Segments ]: The list of segments involved in the session. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Callee ]: endpoint + [Caller ]: endpoint + [EndDateTime ]: UTC time when the segment ended. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + [FailureInfo ]: failureInfo + [Media ]: Media associated with this segment. + [CalleeDevice ]: deviceInfo + [(Any) ]: This indicates any property can be added to this object. + [CaptureDeviceDriver ]: Name of the capture device driver used by the media endpoint. + [CaptureDeviceName ]: Name of the capture device used by the media endpoint. + [CaptureNotFunctioningEventRatio ]: Fraction of the call that the media endpoint detected the capture device was not working properly. + [CpuInsufficentEventRatio ]: Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received. + [DeviceClippingEventRatio ]: Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent. + [DeviceGlitchEventRatio ]: Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received. + [HowlingEventCount ]: Number of times during the call that the media endpoint detected howling or screeching audio. + [InitialSignalLevelRootMeanSquare ]: The root mean square (RMS) of the incoming signal of up to the first 30 seconds of the call. + [LowSpeechLevelEventRatio ]: Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent. + [LowSpeechToNoiseEventRatio ]: Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent. + [MicGlitchRate ]: Glitches per 5 minute interval for the media endpoint's microphone. + [ReceivedNoiseLevel ]: Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint. + [ReceivedSignalLevel ]: Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint. + [RenderDeviceDriver ]: Name of the render device driver used by the media endpoint. + [RenderDeviceName ]: Name of the render device used by the media endpoint. + [RenderMuteEventRatio ]: Fraction of the call that media endpoint detected device render is muted. + [RenderNotFunctioningEventRatio ]: Fraction of the call that the media endpoint detected the render device was not working properly. + [RenderZeroVolumeEventRatio ]: Fraction of the call that media endpoint detected device render volume is set to 0. + [SentNoiseLevel ]: Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint. + [SentSignalLevel ]: Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint. + [SpeakerGlitchRate ]: Glitches per 5 minute internal for the media endpoint's loudspeaker. + [CalleeNetwork ]: networkInfo + [(Any) ]: This indicates any property can be added to this object. + [BandwidthLowEventRatio ]: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent. + [BasicServiceSetIdentifier ]: The wireless LAN basic service set identifier of the media endpoint used to connect to the network. +This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings. + [ConnectionType ]: networkConnectionType + [DelayEventRatio ]: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication. + [DnsSuffix ]: DNS suffix associated with the network adapter of the media endpoint. + [IPAddress ]: IP address of the media endpoint. + [LinkSpeed ]: Link speed in bits per second reported by the network adapter used by the media endpoint. + [MacAddress ]: The media access control (MAC) address of the media endpoint's network device. +This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies. + [NetworkTransportProtocol ]: networkTransportProtocol + [Port ]: Network port number used by media endpoint. + [ReceivedQualityEventRatio ]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio received. + [ReflexiveIPAddress ]: IP address of the media endpoint as seen by the media relay server. +This is typically the public internet IP address associated to the endpoint. + [RelayIPAddress ]: IP address of the media relay server allocated by the media endpoint. + [RelayPort ]: Network port number allocated on the media relay server by the media endpoint. + [SentQualityEventRatio ]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio sent. + [Subnet ]: Subnet used for media stream by the media endpoint. + [TraceRouteHops ]: List of network trace route hops collected for this media stream.* + [HopCount ]: The network path count of this hop that was used to compute the RTT. + [IPAddress ]: IP address used for this hop in the network trace. + [RoundTripTime ]: The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in ISO 8601 format. +For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator. + [WifiBand ]: wifiBand + [WifiBatteryCharge ]: Estimated remaining battery charge in percentage reported by the media endpoint. + [WifiChannel ]: WiFi channel used by the media endpoint. + [WifiMicrosoftDriver ]: Name of the Microsoft WiFi driver used by the media endpoint. +Value may be localized based on the language used by endpoint. + [WifiMicrosoftDriverVersion ]: Version of the Microsoft WiFi driver used by the media endpoint. + [WifiRadioType ]: wifiRadioType + [WifiSignalStrength ]: WiFi signal strength in percentage reported by the media endpoint. + [WifiVendorDriver ]: Name of the WiFi driver used by the media endpoint. +Value may be localized based on the language used by endpoint. + [WifiVendorDriverVersion ]: Version of the WiFi driver used by the media endpoint. + [CallerDevice ]: deviceInfo + [CallerNetwork ]: networkInfo + [Label ]: How the media was identified during media negotiation stage. + [Streams ]: Network streams associated with this media. + [AudioCodec ]: audioCodec + [AverageAudioDegradation ]: Average Network Mean Opinion Score degradation for stream. +Represents how much the network loss and jitter has impacted the quality of received audio. + [AverageAudioNetworkJitter ]: Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AverageBandwidthEstimate ]: Average estimated bandwidth available between two endpoints in bits per second. + [AverageFreezeDuration ]: Average duration of the received freezing time in the video stream. + [AverageJitter ]: Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AveragePacketLossRate ]: Average packet loss rate for stream. + [AverageRatioOfConcealedSamples ]: Ratio of the number of audio frames with samples generated by packet loss concealment to the total number of audio frames. + [AverageReceivedFrameRate ]: Average frames per second received for all video streams computed over the duration of the session. + [AverageRoundTripTime ]: Average network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AverageVideoFrameLossPercentage ]: Average percentage of video frames lost as displayed to the user. + [AverageVideoFrameRate ]: Average frames per second received for a video stream, computed over the duration of the session. + [AverageVideoPacketLossRate ]: Average fraction of packets lost, as specified in RFC 3550, computed over the duration of the session. + [EndDateTime ]: UTC time when the stream ended. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +This field is only available for streams that use the SIP protocol. + [IsAudioForwardErrorCorrectionUsed ]: Indicates whether the forward error correction (FEC) was used at some point during the session. +The default value is null. + [LowFrameRateRatio ]: Fraction of the call where frame rate is less than 7.5 frames per second. + [LowVideoProcessingCapabilityRatio ]: Fraction of the call that the client is running less than 70% expected video processing capability. + [MaxAudioNetworkJitter ]: Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [MaxJitter ]: Maximum jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [MaxPacketLossRate ]: Maximum packet loss rate for the stream. + [MaxRatioOfConcealedSamples ]: Maximum ratio of packets concealed by the healer. + [MaxRoundTripTime ]: Maximum network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [PacketUtilization ]: Packet count for the stream. + [PostForwardErrorCorrectionPacketLossRate ]: Packet loss rate after FEC has been applied aggregated across all video streams and codecs. + [RmsFreezeDuration ]: Average duration of the received freezing time in the video stream represented in root mean square. + [StartDateTime ]: UTC time when the stream started. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +This field is only available for streams that use the SIP protocol. + [StreamDirection ]: mediaStreamDirection + [StreamId ]: Unique identifier for the stream. + [VideoCodec ]: videoCodec + [WasMediaBypassed ]: True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise. + [StartDateTime ]: UTC time when the segment started. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + [StartDateTime ]: UTC time when the first user joined the session. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + +CALLEE ``: endpoint + [(Any) ]: This indicates any property can be added to this object. + [UserAgent ]: userAgent + [(Any) ]: This indicates any property can be added to this object. + [ApplicationVersion ]: Identifies the version of application software used by this endpoint. + [HeaderValue ]: User-agent header value reported by this endpoint. + +CALLER ``: endpoint + [(Any) ]: This indicates any property can be added to this object. + [UserAgent ]: userAgent + [(Any) ]: This indicates any property can be added to this object. + [ApplicationVersion ]: Identifies the version of application software used by this endpoint. + [HeaderValue ]: User-agent header value reported by this endpoint. + +FAILUREINFO ``: failureInfo + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: Classification of why a call or portion of a call failed. + [Stage ]: failureStage + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +SEGMENTS : The list of segments involved in the session. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Callee ]: endpoint + [(Any) ]: This indicates any property can be added to this object. + [UserAgent ]: userAgent + [(Any) ]: This indicates any property can be added to this object. + [ApplicationVersion ]: Identifies the version of application software used by this endpoint. + [HeaderValue ]: User-agent header value reported by this endpoint. + [Caller ]: endpoint + [EndDateTime ]: UTC time when the segment ended. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + [FailureInfo ]: failureInfo + [(Any) ]: This indicates any property can be added to this object. + [Reason ]: Classification of why a call or portion of a call failed. + [Stage ]: failureStage + [Media ]: Media associated with this segment. + [CalleeDevice ]: deviceInfo + [(Any) ]: This indicates any property can be added to this object. + [CaptureDeviceDriver ]: Name of the capture device driver used by the media endpoint. + [CaptureDeviceName ]: Name of the capture device used by the media endpoint. + [CaptureNotFunctioningEventRatio ]: Fraction of the call that the media endpoint detected the capture device was not working properly. + [CpuInsufficentEventRatio ]: Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received. + [DeviceClippingEventRatio ]: Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent. + [DeviceGlitchEventRatio ]: Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received. + [HowlingEventCount ]: Number of times during the call that the media endpoint detected howling or screeching audio. + [InitialSignalLevelRootMeanSquare ]: The root mean square (RMS) of the incoming signal of up to the first 30 seconds of the call. + [LowSpeechLevelEventRatio ]: Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent. + [LowSpeechToNoiseEventRatio ]: Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent. + [MicGlitchRate ]: Glitches per 5 minute interval for the media endpoint's microphone. + [ReceivedNoiseLevel ]: Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint. + [ReceivedSignalLevel ]: Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint. + [RenderDeviceDriver ]: Name of the render device driver used by the media endpoint. + [RenderDeviceName ]: Name of the render device used by the media endpoint. + [RenderMuteEventRatio ]: Fraction of the call that media endpoint detected device render is muted. + [RenderNotFunctioningEventRatio ]: Fraction of the call that the media endpoint detected the render device was not working properly. + [RenderZeroVolumeEventRatio ]: Fraction of the call that media endpoint detected device render volume is set to 0. + [SentNoiseLevel ]: Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint. + [SentSignalLevel ]: Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint. + [SpeakerGlitchRate ]: Glitches per 5 minute internal for the media endpoint's loudspeaker. + [CalleeNetwork ]: networkInfo + [(Any) ]: This indicates any property can be added to this object. + [BandwidthLowEventRatio ]: Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent. + [BasicServiceSetIdentifier ]: The wireless LAN basic service set identifier of the media endpoint used to connect to the network. +This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings. + [ConnectionType ]: networkConnectionType + [DelayEventRatio ]: Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication. + [DnsSuffix ]: DNS suffix associated with the network adapter of the media endpoint. + [IPAddress ]: IP address of the media endpoint. + [LinkSpeed ]: Link speed in bits per second reported by the network adapter used by the media endpoint. + [MacAddress ]: The media access control (MAC) address of the media endpoint's network device. +This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies. + [NetworkTransportProtocol ]: networkTransportProtocol + [Port ]: Network port number used by media endpoint. + [ReceivedQualityEventRatio ]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio received. + [ReflexiveIPAddress ]: IP address of the media endpoint as seen by the media relay server. +This is typically the public internet IP address associated to the endpoint. + [RelayIPAddress ]: IP address of the media relay server allocated by the media endpoint. + [RelayPort ]: Network port number allocated on the media relay server by the media endpoint. + [SentQualityEventRatio ]: Fraction of the call that the media endpoint detected the network was causing poor quality of the audio sent. + [Subnet ]: Subnet used for media stream by the media endpoint. + [TraceRouteHops ]: List of network trace route hops collected for this media stream.* + [HopCount ]: The network path count of this hop that was used to compute the RTT. + [IPAddress ]: IP address used for this hop in the network trace. + [RoundTripTime ]: The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in ISO 8601 format. +For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator. + [WifiBand ]: wifiBand + [WifiBatteryCharge ]: Estimated remaining battery charge in percentage reported by the media endpoint. + [WifiChannel ]: WiFi channel used by the media endpoint. + [WifiMicrosoftDriver ]: Name of the Microsoft WiFi driver used by the media endpoint. +Value may be localized based on the language used by endpoint. + [WifiMicrosoftDriverVersion ]: Version of the Microsoft WiFi driver used by the media endpoint. + [WifiRadioType ]: wifiRadioType + [WifiSignalStrength ]: WiFi signal strength in percentage reported by the media endpoint. + [WifiVendorDriver ]: Name of the WiFi driver used by the media endpoint. +Value may be localized based on the language used by endpoint. + [WifiVendorDriverVersion ]: Version of the WiFi driver used by the media endpoint. + [CallerDevice ]: deviceInfo + [CallerNetwork ]: networkInfo + [Label ]: How the media was identified during media negotiation stage. + [Streams ]: Network streams associated with this media. + [AudioCodec ]: audioCodec + [AverageAudioDegradation ]: Average Network Mean Opinion Score degradation for stream. +Represents how much the network loss and jitter has impacted the quality of received audio. + [AverageAudioNetworkJitter ]: Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AverageBandwidthEstimate ]: Average estimated bandwidth available between two endpoints in bits per second. + [AverageFreezeDuration ]: Average duration of the received freezing time in the video stream. + [AverageJitter ]: Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AveragePacketLossRate ]: Average packet loss rate for stream. + [AverageRatioOfConcealedSamples ]: Ratio of the number of audio frames with samples generated by packet loss concealment to the total number of audio frames. + [AverageReceivedFrameRate ]: Average frames per second received for all video streams computed over the duration of the session. + [AverageRoundTripTime ]: Average network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [AverageVideoFrameLossPercentage ]: Average percentage of video frames lost as displayed to the user. + [AverageVideoFrameRate ]: Average frames per second received for a video stream, computed over the duration of the session. + [AverageVideoPacketLossRate ]: Average fraction of packets lost, as specified in RFC 3550, computed over the duration of the session. + [EndDateTime ]: UTC time when the stream ended. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +This field is only available for streams that use the SIP protocol. + [IsAudioForwardErrorCorrectionUsed ]: Indicates whether the forward error correction (FEC) was used at some point during the session. +The default value is null. + [LowFrameRateRatio ]: Fraction of the call where frame rate is less than 7.5 frames per second. + [LowVideoProcessingCapabilityRatio ]: Fraction of the call that the client is running less than 70% expected video processing capability. + [MaxAudioNetworkJitter ]: Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [MaxJitter ]: Maximum jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [MaxPacketLossRate ]: Maximum packet loss rate for the stream. + [MaxRatioOfConcealedSamples ]: Maximum ratio of packets concealed by the healer. + [MaxRoundTripTime ]: Maximum network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. +For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator. + [PacketUtilization ]: Packet count for the stream. + [PostForwardErrorCorrectionPacketLossRate ]: Packet loss rate after FEC has been applied aggregated across all video streams and codecs. + [RmsFreezeDuration ]: Average duration of the received freezing time in the video stream represented in root mean square. + [StartDateTime ]: UTC time when the stream started. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +This field is only available for streams that use the SIP protocol. + [StreamDirection ]: mediaStreamDirection + [StreamId ]: Unique identifier for the stream. + [VideoCodec ]: videoCodec + [WasMediaBypassed ]: True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise. + [StartDateTime ]: UTC time when the segment started. +The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z + + +## RELATED LINKS + +- [Update-MgCommunicationCallRecordSession](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallrecordsession) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordingStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordingStatus.md new file mode 100644 index 0000000000000..6375457160ed0 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationCallRecordingStatus.md @@ -0,0 +1,567 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallrecordingstatus +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationCallRecordingStatus +--- + +# Update-MgCommunicationCallRecordingStatus + +## SYNOPSIS + +Update the application's recording status associated with a call. +This requires the use of the Teams policy-based recording solution. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationCallRecordingStatus](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationCallRecordingStatus?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationCallRecordingStatus -CallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ClientContext ] [-Status ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationCallRecordingStatus -CallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationCallRecordingStatus -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ClientContext ] + [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationCallRecordingStatus -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the application's recording status associated with a call. +This requires the use of the Teams policy-based recording solution. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | Calls.AccessMedia.All, Calls.JoinGroupCall.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + clientContext = "clientContext-value" + status = "notRecording | recording | failed" +} + +Update-MgCommunicationCallRecordingStatus -CallId $callId -BodyParameter $params + +``` +This example shows how to use the Update-MgCommunicationCallRecordingStatus Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsEipedyCommunicationsCallsCallIdMicrosoftGraphUpdaterecordingstatusPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier of call + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ClientContext + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Status + +recordingStatus + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPathsEipedyCommunicationsCallsCallIdMicrosoftGraphUpdaterecordingstatusPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUpdateRecordingStatusOperation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ClientContext ]: + [Status ]: recordingStatus + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Update-MgCommunicationCallRecordingStatus](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationcallrecordingstatus) +- [Graph API Reference](https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeeting.md new file mode 100644 index 0000000000000..de01215b08746 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeeting.md @@ -0,0 +1,2167 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeeting +--- + +# Update-MgCommunicationOnlineMeeting + +## SYNOPSIS + +Update the navigation property onlineMeetings in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeeting -OnlineMeetingId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-AllowAttendeeToEnableCamera] [-AllowAttendeeToEnableMic] + [-AllowBreakoutRooms] [-AllowCopyingAndSharingMeetingContent] [-AllowLiveShare ] + [-AllowMeetingChat ] [-AllowParticipantsToChangeName] [-AllowPowerPointSharing] + [-AllowRecording] [-AllowTeamworkReactions] [-AllowTranscription] [-AllowWhiteboard] + [-AllowedLobbyAdmitters ] [-AllowedPresenters ] + [-AttendanceReports ] [-AttendeeReportInputFile ] + [-AudioConferencing ] + [-BroadcastSettings ] + [-ChatInfo ] [-ChatRestrictions ] + [-CreationDateTime ] [-EndDateTime ] [-ExpiryDateTime ] + [-ExternalId ] [-Id ] [-IsBroadcast] [-IsEndToEndEncryptionEnabled] + [-IsEntryExitAnnounced] [-JoinInformation ] + [-JoinMeetingIdSettings ] [-JoinWebUrl ] + [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] + [-MeetingSpokenLanguageTag ] [-MeetingTemplateId ] + [-Participants ] [-RecordAutomatically] + [-Recordings ] + [-SensitivityLabelAssignment ] + [-ShareMeetingChatHistoryDefault ] [-StartDateTime ] [-Subject ] + [-Transcripts ] [-VideoTeleconferenceId ] + [-WatermarkProtection ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeeting -OnlineMeetingId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeeting -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AllowAttendeeToEnableCamera] [-AllowAttendeeToEnableMic] [-AllowBreakoutRooms] + [-AllowCopyingAndSharingMeetingContent] [-AllowLiveShare ] [-AllowMeetingChat ] + [-AllowParticipantsToChangeName] [-AllowPowerPointSharing] [-AllowRecording] + [-AllowTeamworkReactions] [-AllowTranscription] [-AllowWhiteboard] + [-AllowedLobbyAdmitters ] [-AllowedPresenters ] + [-AttendanceReports ] [-AttendeeReportInputFile ] + [-AudioConferencing ] + [-BroadcastSettings ] + [-ChatInfo ] [-ChatRestrictions ] + [-CreationDateTime ] [-EndDateTime ] [-ExpiryDateTime ] + [-ExternalId ] [-Id ] [-IsBroadcast] [-IsEndToEndEncryptionEnabled] + [-IsEntryExitAnnounced] [-JoinInformation ] + [-JoinMeetingIdSettings ] [-JoinWebUrl ] + [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] + [-MeetingSpokenLanguageTag ] [-MeetingTemplateId ] + [-Participants ] [-RecordAutomatically] + [-Recordings ] + [-SensitivityLabelAssignment ] + [-ShareMeetingChatHistoryDefault ] [-StartDateTime ] [-Subject ] + [-Transcripts ] [-VideoTeleconferenceId ] + [-WatermarkProtection ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeeting -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property onlineMeetings in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowAttendeeToEnableCamera + +Indicates whether attendees can turn on their camera. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowAttendeeToEnableMic + +Indicates whether attendees can turn on their microphone. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowBreakoutRooms + +Indicates whether breakout rooms are enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowCopyingAndSharingMeetingContent + +Indicates whether the ability to copy and share meeting content is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowedLobbyAdmitters + +allowedLobbyAdmitterRoles + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowedPresenters + +onlineMeetingPresenters + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowLiveShare + +meetingLiveShareOptions + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowMeetingChat + +meetingChatMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowParticipantsToChangeName + +Specifies if participants are allowed to rename themselves in an instance of the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowPowerPointSharing + +Indicates whether PowerPoint live is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowRecording + +Indicates whether recording is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowTeamworkReactions + +Indicates if Teams reactions are enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowTranscription + +Indicates whether transcription is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowWhiteboard + +Indicates whether whiteboard is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceReports + +The attendance reports of an online meeting. +Read-only. +To construct, see NOTES section for ATTENDANCEREPORTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendeeReportInputFile + +Input File for AttendeeReport (The content stream of the attendee report of a Microsoft Teams live event. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AudioConferencing + +audioConferencing +To construct, see NOTES section for AUDIOCONFERENCING properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioConferencing +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +Represents a Microsoft online meeting. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BroadcastSettings + +broadcastMeetingSettings +To construct, see NOTES section for BROADCASTSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphBroadcastMeetingSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatInfo + +chatInfo +To construct, see NOTES section for CHATINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatRestrictions + +chatRestrictions +To construct, see NOTES section for CHATRESTRICTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatRestrictions +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationDateTime + +The meeting creation time in UTC. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +The meeting end time in UTC. +Required when you create an online meeting. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpiryDateTime + +Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalId + +The external ID that is a custom identifier. +Optional. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsBroadcast + +Indicates whether this meeting is a Teams live event. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEndToEndEncryptionEnabled + +Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEntryExitAnnounced + +Indicates whether to announce when callers join or leave. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinInformation + +itemBody +To construct, see NOTES section for JOININFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinMeetingIdSettings + +joinMeetingIdSettings +To construct, see NOTES section for JOINMEETINGIDSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphJoinMeetingIdSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinWebUrl + +The join URL of the online meeting. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LobbyBypassSettings + +lobbyBypassSettings +To construct, see NOTES section for LOBBYBYPASSSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphLobbyBypassSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOptionsWebUrl + +Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingSpokenLanguageTag + +Specifies the spoken language used during the meeting for recording and transcription purposes. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingTemplateId + +The ID of the meeting template. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Participants + +meetingParticipants +To construct, see NOTES section for PARTICIPANTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingParticipants +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordAutomatically + +Indicates whether to record the meeting automatically. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Recordings + +The recordings of an online meeting. +Read-only. +To construct, see NOTES section for RECORDINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SensitivityLabelAssignment + +onlineMeetingSensitivityLabelAssignment +To construct, see NOTES section for SENSITIVITYLABELASSIGNMENT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingSensitivityLabelAssignment +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ShareMeetingChatHistoryDefault + +meetingChatHistoryDefaultMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +The meeting start time in UTC. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Subject + +The subject of the online meeting. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Transcripts + +The transcripts of an online meeting. +Read-only. +To construct, see NOTES section for TRANSCRIPTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -VideoTeleconferenceId + +The video teleconferencing ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WatermarkProtection + +watermarkProtectionValues +To construct, see NOTES section for WATERMARKPROTECTION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWatermarkProtectionValues +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCEREPORTS : The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + +AUDIOCONFERENCING ``: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + +BODYPARAMETER ``: Represents a Microsoft online meeting. + [(Any) ]: This indicates any property can be added to this object. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendeeReport ]: The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + [BroadcastSettings ]: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + [CreationDateTime ]: The meeting creation time in UTC. +Read-only. + [EndDateTime ]: The meeting end time in UTC. +Required when you create an online meeting. + [ExternalId ]: The external ID that is a custom identifier. +Optional. + [IsBroadcast ]: Indicates whether this meeting is a Teams live event. + [MeetingTemplateId ]: The ID of the meeting template. + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [Recordings ]: The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [StartDateTime ]: The meeting start time in UTC. + [Transcripts ]: The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +BROADCASTSETTINGS ``: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + +CHATINFO ``: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + +CHATRESTRICTIONS ``: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +JOININFORMATION ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +JOINMEETINGIDSETTINGS ``: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + +LOBBYBYPASSSETTINGS ``: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + +PARTICIPANTS ``: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + +RECORDINGS : The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +SENSITIVITYLABELASSIGNMENT ``: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + +TRANSCRIPTS : The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +WATERMARKPROTECTION ``: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeeting) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingAttendanceReport.md new file mode 100644 index 0000000000000..ef17570f2452a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingAttendanceReport.md @@ -0,0 +1,766 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingattendancereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingAttendanceReport +--- + +# Update-MgCommunicationOnlineMeetingAttendanceReport + +## SYNOPSIS + +Update the navigation property attendanceReports in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingAttendanceReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingAttendanceReport?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingAttendanceReport -MeetingAttendanceReportId + -OnlineMeetingId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceRecords ] + [-ExternalEventInformation ] [-Id ] + [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingAttendanceReport -MeetingAttendanceReportId + -OnlineMeetingId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingAttendanceReport -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceRecords ] + [-ExternalEventInformation ] [-Id ] + [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingAttendanceReport -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property attendanceReports in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceRecords + +List of attendance records of an attendance report. +Read-only. +To construct, see NOTES section for ATTENDANCERECORDS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +meetingAttendanceReport +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalEventInformation + +The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. +To construct, see NOTES section for EXTERNALEVENTINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventExternalInformation[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingEndDateTime + +UTC time when the meeting ended. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingStartDateTime + +UTC time when the meeting started. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TotalParticipantCount + +Total number of participants. +Read-only. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCERECORDS : List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + +BODYPARAMETER ``: meetingAttendanceReport + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + +EXTERNALEVENTINFORMATION : The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingAttendanceReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingattendancereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md new file mode 100644 index 0000000000000..996a41c17e919 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord.md @@ -0,0 +1,812 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingattendancereportattendancerecord +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord +--- + +# Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + +## SYNOPSIS + +Update the navigation property attendanceRecords in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord -AttendanceRecordId + -MeetingAttendanceReportId -OnlineMeetingId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-AttendanceIntervals ] + [-EmailAddress ] + [-ExternalRegistrationInformation ] + [-Id ] [-Identity ] [-RegistrationId ] [-Role ] + [-TotalAttendanceInSeconds ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord -AttendanceRecordId + -MeetingAttendanceReportId -OnlineMeetingId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-AttendanceIntervals ] + [-EmailAddress ] + [-ExternalRegistrationInformation ] + [-Id ] [-Identity ] [-RegistrationId ] [-Role ] + [-TotalAttendanceInSeconds ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord + -InputObject -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property attendanceRecords in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceIntervals + +List of time periods between joining and leaving a meeting. +To construct, see NOTES section for ATTENDANCEINTERVALS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceInterval[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceRecordId + +The unique identifier of attendanceRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +attendanceRecord +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EmailAddress + +Email address of the user associated with this attendance record. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalRegistrationInformation + +virtualEventExternalRegistrationInformation +To construct, see NOTES section for EXTERNALREGISTRATIONINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventExternalRegistrationInformation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Identity + +identity +To construct, see NOTES section for IDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RegistrationId + +Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Role + +Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TotalAttendanceInSeconds + +Total duration of the attendances in seconds. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCEINTERVALS : List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + +BODYPARAMETER ``: attendanceRecord + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + +EXTERNALREGISTRATIONINFORMATION ``: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + +IDENTITY ``: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingattendancereportattendancerecord) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversation.md new file mode 100644 index 0000000000000..b9bff0a96f973 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversation.md @@ -0,0 +1,1284 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversation +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingConversation +--- + +# Update-MgCommunicationOnlineMeetingConversation + +## SYNOPSIS + +Update the navigation property onlineMeetingConversations in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingConversation](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingConversation?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingConversation -OnlineMeetingEngagementConversationId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CreationMode ] [-Id ] + [-Messages ] + [-ModerationState ] + [-OnlineMeeting ] [-OnlineMeetingId ] + [-Organizer ] + [-Starter ] [-StarterId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingConversation -OnlineMeetingEngagementConversationId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingConversation -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CreationMode ] [-Id ] + [-Messages ] + [-ModerationState ] + [-OnlineMeeting ] [-OnlineMeetingId ] + [-Organizer ] + [-Starter ] [-StarterId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingConversation -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property onlineMeetingConversations in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A conversation for Teams QA online meeting. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingEngagementConversation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationMode + +Indicates that the resource is in migration state and is currently being used for migration purposes. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementCreationMode +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Messages + +The messages in a Viva Engage conversation. +To construct, see NOTES section for MESSAGES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ModerationState + +Represents the moderation state of an Engage conversation message. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationModerationState +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeeting + +Represents a Microsoft online meeting. +To construct, see NOTES section for ONLINEMEETING properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of the online meeting associated with this conversation. +The online meeting ID links the conversation to a specific meeting instance. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Organizer + +The Viva Engage identities. +To construct, see NOTES section for ORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Starter + +A Viva Engage conversation message. +To construct, see NOTES section for STARTER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StarterId + +The unique ID of the first message in a Viva Engage conversation. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingEngagementConversation + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingEngagementConversation + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A conversation for Teams QA online meeting. + [(Any) ]: This indicates any property can be added to this object. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [ModerationState ]: Represents the moderation state of an Engage conversation message. + [OnlineMeeting ]: Represents a Microsoft online meeting. + [(Any) ]: This indicates any property can be added to this object. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendeeReport ]: The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + [BroadcastSettings ]: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + [CreationDateTime ]: The meeting creation time in UTC. +Read-only. + [EndDateTime ]: The meeting end time in UTC. +Required when you create an online meeting. + [ExternalId ]: The external ID that is a custom identifier. +Optional. + [IsBroadcast ]: Indicates whether this meeting is a Teams live event. + [MeetingTemplateId ]: The ID of the meeting template. + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [Recordings ]: The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [StartDateTime ]: The meeting start time in UTC. + [Transcripts ]: The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + [OnlineMeetingId ]: The unique identifier of the online meeting associated with this conversation. +The online meeting ID links the conversation to a specific meeting instance. + [Organizer ]: The Viva Engage identities. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MESSAGES : The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +ONLINEMEETING ``: Represents a Microsoft online meeting. + [(Any) ]: This indicates any property can be added to this object. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendeeReport ]: The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + [BroadcastSettings ]: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + [CreationDateTime ]: The meeting creation time in UTC. +Read-only. + [EndDateTime ]: The meeting end time in UTC. +Required when you create an online meeting. + [ExternalId ]: The external ID that is a custom identifier. +Optional. + [IsBroadcast ]: Indicates whether this meeting is a Teams live event. + [MeetingTemplateId ]: The ID of the meeting template. + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [Recordings ]: The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [StartDateTime ]: The meeting start time in UTC. + [Transcripts ]: The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +ORGANIZER ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + +STARTER ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingConversation](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversation) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessage.md new file mode 100644 index 0000000000000..f781971835055 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessage.md @@ -0,0 +1,952 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationmessage +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingConversationMessage +--- + +# Update-MgCommunicationOnlineMeetingConversationMessage + +## SYNOPSIS + +Update the navigation property messages in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingConversationMessage](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingConversationMessage?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingConversationMessage -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Body ] + [-Conversation ] [-CreationMode ] + [-From ] [-Id ] + [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingConversationMessage -EngagementConversationMessageId + -OnlineMeetingEngagementConversationId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingConversationMessage -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Body ] [-Conversation ] + [-CreationMode ] [-From ] + [-Id ] [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingConversationMessage -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property messages in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + +itemBody +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A Viva Engage conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Conversation + +Represents a conversation in Viva Engage. +To construct, see NOTES section for CONVERSATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationMode + +Indicates that the resource is in migration state and is currently being used for migration purposes. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementCreationMode +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -From + +The Viva Engage identities. +To construct, see NOTES section for FROM properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reactions + +A collection of reactions (such as like and smile) that users have applied to this message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Replies + +A collection of messages that are replies to this message and form a threaded discussion. +To construct, see NOTES section for REPLIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyTo + +A Viva Engage conversation message. +To construct, see NOTES section for REPLYTO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyToId + +The ID of the parent message to which this message is a reply, if applicable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODY ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +BODYPARAMETER ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +CONVERSATION ``: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + +FROM ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONS : A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +REPLIES : A collection of messages that are replies to this message and form a threaded discussion. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +REPLYTO ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingConversationMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationmessage) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessageReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessageReaction.md new file mode 100644 index 0000000000000..d358b3c75fb31 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessageReaction.md @@ -0,0 +1,658 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationmessagereaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingConversationMessageReaction +--- + +# Update-MgCommunicationOnlineMeetingConversationMessageReaction + +## SYNOPSIS + +Update the navigation property reactions in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingConversationMessageReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingConversationMessageReaction?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReaction + -EngagementConversationMessageId -EngagementConversationMessageReactionId + -OnlineMeetingEngagementConversationId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReaction + -EngagementConversationMessageId -EngagementConversationMessageReactionId + -OnlineMeetingEngagementConversationId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReaction + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReaction + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property reactions in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A reaction to a conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionBy + +The Viva Engage identities. +To construct, see NOTES section for REACTIONBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + +Types of reactions to conversation messages. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationMessageReactionType +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A reaction to a conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONBY ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingConversationMessageReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationmessagereaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessageReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessageReply.md new file mode 100644 index 0000000000000..8eff137c8356d --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessageReply.md @@ -0,0 +1,983 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationmessagereply +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingConversationMessageReply +--- + +# Update-MgCommunicationOnlineMeetingConversationMessageReply + +## SYNOPSIS + +Update the navigation property replies in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingConversationMessageReply](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingConversationMessageReply?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReply + -EngagementConversationMessageId -EngagementConversationMessageId1 + -OnlineMeetingEngagementConversationId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Body ] + [-Conversation ] [-CreationMode ] + [-From ] [-Id ] + [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReply + -EngagementConversationMessageId -EngagementConversationMessageId1 + -OnlineMeetingEngagementConversationId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReply + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Body ] + [-Conversation ] [-CreationMode ] + [-From ] [-Id ] + [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReply + -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property replies in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + +itemBody +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A Viva Engage conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Conversation + +Represents a conversation in Viva Engage. +To construct, see NOTES section for CONVERSATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationMode + +Indicates that the resource is in migration state and is currently being used for migration purposes. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementCreationMode +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -From + +The Viva Engage identities. +To construct, see NOTES section for FROM properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reactions + +A collection of reactions (such as like and smile) that users have applied to this message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Replies + +A collection of messages that are replies to this message and form a threaded discussion. +To construct, see NOTES section for REPLIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyTo + +A Viva Engage conversation message. +To construct, see NOTES section for REPLYTO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyToId + +The ID of the parent message to which this message is a reply, if applicable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODY ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +BODYPARAMETER ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +CONVERSATION ``: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + +FROM ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONS : A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +REPLIES : A collection of messages that are replies to this message and form a threaded discussion. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +REPLYTO ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingConversationMessageReply](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationmessagereply) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md new file mode 100644 index 0000000000000..ea9b828ece3e0 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction.md @@ -0,0 +1,685 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationmessagereplyreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction +--- + +# Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction + +## SYNOPSIS + +Update the navigation property reactions in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingConversationMessageReplyReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingConversationMessageReplyReaction?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageId1 + -EngagementConversationMessageReactionId -OnlineMeetingEngagementConversationId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageId1 + -EngagementConversationMessageReactionId -OnlineMeetingEngagementConversationId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property reactions in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A reaction to a conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId1 + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionBy + +The Viva Engage identities. +To construct, see NOTES section for REACTIONBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + +Types of reactions to conversation messages. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationMessageReactionType +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A reaction to a conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONBY ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingConversationMessageReplyReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationmessagereplyreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarter.md new file mode 100644 index 0000000000000..e608a294ac812 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarter.md @@ -0,0 +1,925 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationstarter +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingConversationStarter +--- + +# Update-MgCommunicationOnlineMeetingConversationStarter + +## SYNOPSIS + +Update the navigation property starter in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingConversationStarter](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingConversationStarter?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingConversationStarter + -OnlineMeetingEngagementConversationId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Body ] + [-Conversation ] [-CreationMode ] + [-From ] [-Id ] + [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingConversationStarter + -OnlineMeetingEngagementConversationId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingConversationStarter -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Body ] [-Conversation ] + [-CreationMode ] [-From ] + [-Id ] [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingConversationStarter -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property starter in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + +itemBody +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A Viva Engage conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Conversation + +Represents a conversation in Viva Engage. +To construct, see NOTES section for CONVERSATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationMode + +Indicates that the resource is in migration state and is currently being used for migration purposes. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementCreationMode +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -From + +The Viva Engage identities. +To construct, see NOTES section for FROM properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reactions + +A collection of reactions (such as like and smile) that users have applied to this message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Replies + +A collection of messages that are replies to this message and form a threaded discussion. +To construct, see NOTES section for REPLIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyTo + +A Viva Engage conversation message. +To construct, see NOTES section for REPLYTO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyToId + +The ID of the parent message to which this message is a reply, if applicable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODY ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +BODYPARAMETER ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +CONVERSATION ``: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + +FROM ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONS : A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +REPLIES : A collection of messages that are replies to this message and form a threaded discussion. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +REPLYTO ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingConversationStarter](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationstarter) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarterReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarterReaction.md new file mode 100644 index 0000000000000..31100f8b29e79 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarterReaction.md @@ -0,0 +1,629 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationstarterreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingConversationStarterReaction +--- + +# Update-MgCommunicationOnlineMeetingConversationStarterReaction + +## SYNOPSIS + +Update the navigation property reactions in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingConversationStarterReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingConversationStarterReaction?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReaction + -EngagementConversationMessageReactionId -OnlineMeetingEngagementConversationId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReaction + -EngagementConversationMessageReactionId -OnlineMeetingEngagementConversationId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReaction + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReaction + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property reactions in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A reaction to a conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionBy + +The Viva Engage identities. +To construct, see NOTES section for REACTIONBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + +Types of reactions to conversation messages. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationMessageReactionType +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A reaction to a conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONBY ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingConversationStarterReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationstarterreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarterReply.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarterReply.md new file mode 100644 index 0000000000000..ded11577dc67e --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarterReply.md @@ -0,0 +1,954 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationstarterreply +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingConversationStarterReply +--- + +# Update-MgCommunicationOnlineMeetingConversationStarterReply + +## SYNOPSIS + +Update the navigation property replies in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingConversationStarterReply](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingConversationStarterReply?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReply + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-Body ] [-Conversation ] + [-CreationMode ] [-From ] + [-Id ] [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReply + -EngagementConversationMessageId -OnlineMeetingEngagementConversationId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReply + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Body ] + [-Conversation ] [-CreationMode ] + [-From ] [-Id ] + [-Reactions ] + [-Replies ] + [-ReplyTo ] [-ReplyToId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReply + -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property replies in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + +itemBody +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A Viva Engage conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Conversation + +Represents a conversation in Viva Engage. +To construct, see NOTES section for CONVERSATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationMode + +Indicates that the resource is in migration state and is currently being used for migration purposes. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementCreationMode +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -From + +The Viva Engage identities. +To construct, see NOTES section for FROM properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reactions + +A collection of reactions (such as like and smile) that users have applied to this message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Replies + +A collection of messages that are replies to this message and form a threaded discussion. +To construct, see NOTES section for REPLIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyTo + +A Viva Engage conversation message. +To construct, see NOTES section for REPLYTO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReplyToId + +The ID of the parent message to which this message is a reply, if applicable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODY ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +BODYPARAMETER ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +CONVERSATION ``: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + +FROM ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONS : A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +REPLIES : A collection of messages that are replies to this message and form a threaded discussion. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + +REPLYTO ``: A Viva Engage conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Body ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [Conversation ]: Represents a conversation in Viva Engage. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [Messages ]: The messages in a Viva Engage conversation. + [Starter ]: A Viva Engage conversation message. + [StarterId ]: The unique ID of the first message in a Viva Engage conversation. + [CreationMode ]: Indicates that the resource is in migration state and is currently being used for migration purposes. + [From ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Reactions ]: A collection of reactions (such as like and smile) that users have applied to this message. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [ReactionType ]: Types of reactions to conversation messages. + [Replies ]: A collection of messages that are replies to this message and form a threaded discussion. + [ReplyTo ]: A Viva Engage conversation message. + [ReplyToId ]: The ID of the parent message to which this message is a reply, if applicable. + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingConversationStarterReply](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationstarterreply) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md new file mode 100644 index 0000000000000..bd767e8db6a30 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction.md @@ -0,0 +1,658 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationstarterreplyreaction +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction +--- + +# Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction + +## SYNOPSIS + +Update the navigation property reactions in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingConversationStarterReplyReaction](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingConversationStarterReplyReaction?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageReactionId + -OnlineMeetingEngagementConversationId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -EngagementConversationMessageId -EngagementConversationMessageReactionId + -OnlineMeetingEngagementConversationId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-ReactionBy ] + [-ReactionType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property reactions in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +A reaction to a conversation message. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageId + +The unique identifier of engagementConversationMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EngagementConversationMessageReactionId + +The unique identifier of engagementConversationMessageReaction + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingEngagementConversationId + +The unique identifier of onlineMeetingEngagementConversation + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionBy + +The Viva Engage identities. +To construct, see NOTES section for REACTIONBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + +Types of reactions to conversation messages. + +```yaml +Type: Microsoft.Graph.PowerShell.Support.EngagementConversationMessageReactionType +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEngagementConversationMessageReaction + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: A reaction to a conversation message. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ReactionBy ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [ReactionType ]: Types of reactions to conversation messages. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +REACTIONBY ``: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingConversationStarterReplyReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingconversationstarterreplyreaction) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingRecording.md new file mode 100644 index 0000000000000..82dc7042df13e --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingRecording.md @@ -0,0 +1,811 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingRecording +--- + +# Update-MgCommunicationOnlineMeetingRecording + +## SYNOPSIS + +Update the navigation property recordings in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingRecording?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingRecording -CallRecordingId -OnlineMeetingId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingRecording -CallRecordingId -OnlineMeetingId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingRecording -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingRecording -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property recordings in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callRecording +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the recording. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the onlineMeeting related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordingContentUrl + +The URL that can be used to access the content of the recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callRecording + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingTranscript.md new file mode 100644 index 0000000000000..3dab40dd61858 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationOnlineMeetingTranscript.md @@ -0,0 +1,843 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingtranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationOnlineMeetingTranscript +--- + +# Update-MgCommunicationOnlineMeetingTranscript + +## SYNOPSIS + +Update the navigation property transcripts in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationOnlineMeetingTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationOnlineMeetingTranscript?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationOnlineMeetingTranscript -CallTranscriptId -OnlineMeetingId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationOnlineMeetingTranscript -CallTranscriptId -OnlineMeetingId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationOnlineMeetingTranscript -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationOnlineMeetingTranscript -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property transcripts in communications + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callTranscript +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the online meeting related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MetadataContentInputFile + +Input File for MetadataContent (The time-aligned metadata of the utterances in the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TranscriptContentUrl + +The URL that can be used to access the content of the transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callTranscript + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgCommunicationOnlineMeetingTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationonlinemeetingtranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationPresence.md new file mode 100644 index 0000000000000..f41aec4b43e13 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgCommunicationPresence.md @@ -0,0 +1,706 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgCommunicationPresence +--- + +# Update-MgCommunicationPresence + +## SYNOPSIS + +Update the navigation property presences in communications + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaCommunicationPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaCommunicationPresence?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgCommunicationPresence -PresenceId [-ResponseHeadersVariable ] + [-Activity ] [-AdditionalProperties ] [-Availability ] [-Id ] + [-OutOfOfficeSettings ] + [-StatusMessage ] + [-WorkLocation ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgCommunicationPresence -PresenceId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgCommunicationPresence -InputObject + [-ResponseHeadersVariable ] [-Activity ] [-AdditionalProperties ] + [-Availability ] [-Id ] [-OutOfOfficeSettings ] + [-StatusMessage ] + [-WorkLocation ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgCommunicationPresence -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property presences in communications + +## PARAMETERS + +### -Activity + +The supplemental information to a user's availability. +Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Availability + +The base presence information for a user. +Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +presence +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutOfOfficeSettings + +outOfOfficeSettings +To construct, see NOTES section for OUTOFOFFICESETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOutOfOfficeSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PresenceId + +The unique identifier of presence + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StatusMessage + +presenceStatusMessage +To construct, see NOTES section for STATUSMESSAGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresenceStatusMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WorkLocation + +userWorkLocation +To construct, see NOTES section for WORKLOCATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUserWorkLocation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: presence + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Activity ]: The supplemental information to a user's availability. +Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown. + [Availability ]: The base presence information for a user. +Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown. + [OutOfOfficeSettings ]: outOfOfficeSettings + [(Any) ]: This indicates any property can be added to this object. + [IsOutOfOffice ]: If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false. + [Message ]: The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). + [StatusMessage ]: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + [WorkLocation ]: userWorkLocation + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: Identifier of the place, if applicable. + [Source ]: workLocationSource + [WorkLocationType ]: workLocationType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +OUTOFOFFICESETTINGS ``: outOfOfficeSettings + [(Any) ]: This indicates any property can be added to this object. + [IsOutOfOffice ]: If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false. + [Message ]: The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). + +STATUSMESSAGE ``: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + +WORKLOCATION ``: userWorkLocation + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: Identifier of the place, if applicable. + [Source ]: workLocationSource + [WorkLocationType ]: workLocationType + + +## RELATED LINKS + +- [Update-MgCommunicationPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mgcommunicationpresence) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeeting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeeting.md new file mode 100644 index 0000000000000..a10fdf79cc7f2 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeeting.md @@ -0,0 +1,2240 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeeting +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgUserOnlineMeeting +--- + +# Update-MgUserOnlineMeeting + +## SYNOPSIS + +Update the navigation property onlineMeetings in users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaUserOnlineMeeting](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaUserOnlineMeeting?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgUserOnlineMeeting -OnlineMeetingId -UserId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AllowAttendeeToEnableCamera] [-AllowAttendeeToEnableMic] [-AllowBreakoutRooms] + [-AllowCopyingAndSharingMeetingContent] [-AllowLiveShare ] [-AllowMeetingChat ] + [-AllowParticipantsToChangeName] [-AllowPowerPointSharing] [-AllowRecording] + [-AllowTeamworkReactions] [-AllowTranscription] [-AllowWhiteboard] + [-AllowedLobbyAdmitters ] [-AllowedPresenters ] + [-AttendanceReports ] [-AttendeeReportInputFile ] + [-AudioConferencing ] + [-BroadcastSettings ] + [-ChatInfo ] [-ChatRestrictions ] + [-CreationDateTime ] [-EndDateTime ] [-ExpiryDateTime ] + [-ExternalId ] [-Id ] [-IsBroadcast] [-IsEndToEndEncryptionEnabled] + [-IsEntryExitAnnounced] [-JoinInformation ] + [-JoinMeetingIdSettings ] [-JoinWebUrl ] + [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] + [-MeetingSpokenLanguageTag ] [-MeetingTemplateId ] + [-Participants ] [-RecordAutomatically] + [-Recordings ] + [-SensitivityLabelAssignment ] + [-ShareMeetingChatHistoryDefault ] [-StartDateTime ] [-Subject ] + [-Transcripts ] [-VideoTeleconferenceId ] + [-WatermarkProtection ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgUserOnlineMeeting -OnlineMeetingId -UserId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgUserOnlineMeeting -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AllowAttendeeToEnableCamera] [-AllowAttendeeToEnableMic] [-AllowBreakoutRooms] + [-AllowCopyingAndSharingMeetingContent] [-AllowLiveShare ] [-AllowMeetingChat ] + [-AllowParticipantsToChangeName] [-AllowPowerPointSharing] [-AllowRecording] + [-AllowTeamworkReactions] [-AllowTranscription] [-AllowWhiteboard] + [-AllowedLobbyAdmitters ] [-AllowedPresenters ] + [-AttendanceReports ] [-AttendeeReportInputFile ] + [-AudioConferencing ] + [-BroadcastSettings ] + [-ChatInfo ] [-ChatRestrictions ] + [-CreationDateTime ] [-EndDateTime ] [-ExpiryDateTime ] + [-ExternalId ] [-Id ] [-IsBroadcast] [-IsEndToEndEncryptionEnabled] + [-IsEntryExitAnnounced] [-JoinInformation ] + [-JoinMeetingIdSettings ] [-JoinWebUrl ] + [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] + [-MeetingSpokenLanguageTag ] [-MeetingTemplateId ] + [-Participants ] [-RecordAutomatically] + [-Recordings ] + [-SensitivityLabelAssignment ] + [-ShareMeetingChatHistoryDefault ] [-StartDateTime ] [-Subject ] + [-Transcripts ] [-VideoTeleconferenceId ] + [-WatermarkProtection ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgUserOnlineMeeting -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property onlineMeetings in users + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | OnlineMeetings.ReadWrite, | +| Delegated (personal Microsoft account) | Not supported | +| Application | OnlineMeetings.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + startDateTime = [System.DateTime]::Parse("2020-09-09T14:33:30.8546353-07:00") + endDateTime = [System.DateTime]::Parse("2020-09-09T15:03:30.8566356-07:00") + subject = "Patch Meeting Subject" +} + +# A UPN can also be used as -UserId. +Update-MgUserOnlineMeeting -UserId $userId -OnlineMeetingId $onlineMeetingId -BodyParameter $params + +``` +This example shows how to use the Update-MgUserOnlineMeeting Cmdlet. + +### Example 2: Code snippet + +```powershell + +Import-Module Microsoft.Graph.CloudCommunications + +$params = @{ + lobbyBypassSettings = @{ + isDialInBypassEnabled = $true + } +} + +# A UPN can also be used as -UserId. +Update-MgUserOnlineMeeting -UserId $userId -OnlineMeetingId $onlineMeetingId -BodyParameter $params + +``` +This example shows how to use the Update-MgUserOnlineMeeting Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowAttendeeToEnableCamera + +Indicates whether attendees can turn on their camera. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowAttendeeToEnableMic + +Indicates whether attendees can turn on their microphone. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowBreakoutRooms + +Indicates whether breakout rooms are enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowCopyingAndSharingMeetingContent + +Indicates whether the ability to copy and share meeting content is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowedLobbyAdmitters + +allowedLobbyAdmitterRoles + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowedPresenters + +onlineMeetingPresenters + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowLiveShare + +meetingLiveShareOptions + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowMeetingChat + +meetingChatMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowParticipantsToChangeName + +Specifies if participants are allowed to rename themselves in an instance of the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowPowerPointSharing + +Indicates whether PowerPoint live is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowRecording + +Indicates whether recording is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowTeamworkReactions + +Indicates if Teams reactions are enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowTranscription + +Indicates whether transcription is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AllowWhiteboard + +Indicates whether whiteboard is enabled for the meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceReports + +The attendance reports of an online meeting. +Read-only. +To construct, see NOTES section for ATTENDANCEREPORTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendeeReportInputFile + +Input File for AttendeeReport (The content stream of the attendee report of a Microsoft Teams live event. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AudioConferencing + +audioConferencing +To construct, see NOTES section for AUDIOCONFERENCING properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAudioConferencing +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +Represents a Microsoft online meeting. +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BroadcastSettings + +broadcastMeetingSettings +To construct, see NOTES section for BROADCASTSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphBroadcastMeetingSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatInfo + +chatInfo +To construct, see NOTES section for CHATINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatInfo +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ChatRestrictions + +chatRestrictions +To construct, see NOTES section for CHATRESTRICTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatRestrictions +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreationDateTime + +The meeting creation time in UTC. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +The meeting end time in UTC. +Required when you create an online meeting. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpiryDateTime + +Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalId + +The external ID that is a custom identifier. +Optional. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsBroadcast + +Indicates whether this meeting is a Teams live event. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEndToEndEncryptionEnabled + +Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEntryExitAnnounced + +Indicates whether to announce when callers join or leave. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinInformation + +itemBody +To construct, see NOTES section for JOININFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinMeetingIdSettings + +joinMeetingIdSettings +To construct, see NOTES section for JOINMEETINGIDSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphJoinMeetingIdSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinWebUrl + +The join URL of the online meeting. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LobbyBypassSettings + +lobbyBypassSettings +To construct, see NOTES section for LOBBYBYPASSSETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphLobbyBypassSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOptionsWebUrl + +Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingSpokenLanguageTag + +Specifies the spoken language used during the meeting for recording and transcription purposes. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingTemplateId + +The ID of the meeting template. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Participants + +meetingParticipants +To construct, see NOTES section for PARTICIPANTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingParticipants +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordAutomatically + +Indicates whether to record the meeting automatically. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Recordings + +The recordings of an online meeting. +Read-only. +To construct, see NOTES section for RECORDINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SensitivityLabelAssignment + +onlineMeetingSensitivityLabelAssignment +To construct, see NOTES section for SENSITIVITYLABELASSIGNMENT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeetingSensitivityLabelAssignment +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ShareMeetingChatHistoryDefault + +meetingChatHistoryDefaultMode + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StartDateTime + +The meeting start time in UTC. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Subject + +The subject of the online meeting. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Transcripts + +The transcripts of an online meeting. +Read-only. +To construct, see NOTES section for TRANSCRIPTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -VideoTeleconferenceId + +The video teleconferencing ID. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WatermarkProtection + +watermarkProtectionValues +To construct, see NOTES section for WATERMARKPROTECTION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphWatermarkProtectionValues +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOnlineMeeting + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCEREPORTS : The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + +AUDIOCONFERENCING ``: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + +BODYPARAMETER ``: Represents a Microsoft online meeting. + [(Any) ]: This indicates any property can be added to this object. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendeeReport ]: The content stream of the attendee report of a Microsoft Teams live event. +Read-only. + [BroadcastSettings ]: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + [CreationDateTime ]: The meeting creation time in UTC. +Read-only. + [EndDateTime ]: The meeting end time in UTC. +Required when you create an online meeting. + [ExternalId ]: The external ID that is a custom identifier. +Optional. + [IsBroadcast ]: Indicates whether this meeting is a Teams live event. + [MeetingTemplateId ]: The ID of the meeting template. + [Participants ]: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + [Recordings ]: The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + [StartDateTime ]: The meeting start time in UTC. + [Transcripts ]: The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +BROADCASTSETTINGS ``: broadcastMeetingSettings + [(Any) ]: This indicates any property can be added to this object. + [AllowedAudience ]: broadcastMeetingAudience + [Captions ]: broadcastMeetingCaptionSettings + [(Any) ]: This indicates any property can be added to this object. + [IsCaptionEnabled ]: Indicates whether captions are enabled for this Teams live event. + [SpokenLanguage ]: The spoken language. + [TranslationLanguages ]: The translation languages (choose up to 6). + [IsAttendeeReportEnabled ]: Indicates whether attendee report is enabled for this Teams live event. +Default value is false. + [IsQuestionAndAnswerEnabled ]: Indicates whether Q&A is enabled for this Teams live event. +Default value is false. + [IsRecordingEnabled ]: Indicates whether recording is enabled for this Teams live event. +Default value is false. + [IsVideoOnDemandEnabled ]: Indicates whether video on demand is enabled for this Teams live event. +Default value is false. + +CHATINFO ``: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier of a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + +CHATRESTRICTIONS ``: chatRestrictions + [(Any) ]: This indicates any property can be added to this object. + [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. +Optional. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +JOININFORMATION ``: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + +JOINMEETINGIDSETTINGS ``: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + +LOBBYBYPASSSETTINGS ``: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + +PARTICIPANTS ``: meetingParticipants + [(Any) ]: This indicates any property can be added to this object. + [Attendees ]: Information about the meeting attendees. + [Identity ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [Role ]: onlineMeetingRole + [Upn ]: User principal name of the participant. + [Organizer ]: meetingParticipantInfo + +RECORDINGS : The recordings of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +SENSITIVITYLABELASSIGNMENT ``: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: The ID of the sensitivity label that is applied to the Teams meeting. + +TRANSCRIPTS : The transcripts of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +WATERMARKPROTECTION ``: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + + +## RELATED LINKS + +- [Update-MgUserOnlineMeeting](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeeting) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingAttendanceReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingAttendanceReport.md new file mode 100644 index 0000000000000..cbf27dc2ef11a --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingAttendanceReport.md @@ -0,0 +1,793 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeetingattendancereport +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgUserOnlineMeetingAttendanceReport +--- + +# Update-MgUserOnlineMeetingAttendanceReport + +## SYNOPSIS + +Update the navigation property attendanceReports in users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaUserOnlineMeetingAttendanceReport](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaUserOnlineMeetingAttendanceReport?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgUserOnlineMeetingAttendanceReport -MeetingAttendanceReportId + -OnlineMeetingId -UserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-AttendanceRecords ] + [-ExternalEventInformation ] [-Id ] + [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgUserOnlineMeetingAttendanceReport -MeetingAttendanceReportId + -OnlineMeetingId -UserId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgUserOnlineMeetingAttendanceReport -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceRecords ] + [-ExternalEventInformation ] [-Id ] + [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgUserOnlineMeetingAttendanceReport -InputObject + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property attendanceReports in users + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceRecords + +List of attendance records of an attendance report. +Read-only. +To construct, see NOTES section for ATTENDANCERECORDS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +meetingAttendanceReport +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalEventInformation + +The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. +To construct, see NOTES section for EXTERNALEVENTINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventExternalInformation[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingEndDateTime + +UTC time when the meeting ended. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingStartDateTime + +UTC time when the meeting started. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TotalParticipantCount + +Total number of participants. +Read-only. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMeetingAttendanceReport + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCERECORDS : List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + +BODYPARAMETER ``: meetingAttendanceReport + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + +EXTERNALEVENTINFORMATION : The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Update-MgUserOnlineMeetingAttendanceReport](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeetingattendancereport) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md new file mode 100644 index 0000000000000..93e56c2b56d42 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord.md @@ -0,0 +1,839 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeetingattendancereportattendancerecord +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord +--- + +# Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord + +## SYNOPSIS + +Update the navigation property attendanceRecords in users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord -AttendanceRecordId + -MeetingAttendanceReportId -OnlineMeetingId -UserId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AttendanceIntervals ] [-EmailAddress ] + [-ExternalRegistrationInformation ] + [-Id ] [-Identity ] [-RegistrationId ] [-Role ] + [-TotalAttendanceInSeconds ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord -AttendanceRecordId + -MeetingAttendanceReportId -OnlineMeetingId -UserId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-AttendanceIntervals ] + [-EmailAddress ] + [-ExternalRegistrationInformation ] + [-Id ] [-Identity ] [-RegistrationId ] [-Role ] + [-TotalAttendanceInSeconds ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord + -InputObject -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property attendanceRecords in users + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceIntervals + +List of time periods between joining and leaving a meeting. +To construct, see NOTES section for ATTENDANCEINTERVALS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceInterval[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AttendanceRecordId + +The unique identifier of attendanceRecord + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +attendanceRecord +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EmailAddress + +Email address of the user associated with this attendance record. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExternalRegistrationInformation + +virtualEventExternalRegistrationInformation +To construct, see NOTES section for EXTERNALREGISTRATIONINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventExternalRegistrationInformation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Identity + +identity +To construct, see NOTES section for IDENTITY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingAttendanceReportId + +The unique identifier of meetingAttendanceReport + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RegistrationId + +Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Role + +Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TotalAttendanceInSeconds + +Total duration of the attendances in seconds. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphAttendanceRecord + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +ATTENDANCEINTERVALS : List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + +BODYPARAMETER ``: attendanceRecord + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [JoinDateTime ]: The time the attendee joined in UTC. + [LeaveDateTime ]: The time the attendee left in UTC. + [EmailAddress ]: Email address of the user associated with this attendance record. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [RegistrationId ]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + +EXTERNALREGISTRATIONINFORMATION ``: virtualEventExternalRegistrationInformation + [(Any) ]: This indicates any property can be added to this object. + [Referrer ]: A URL or string that represents the location from which the registrant registered. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + +IDENTITY ``: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeetingattendancereportattendancerecord) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingRecording.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingRecording.md new file mode 100644 index 0000000000000..265b25cbf71bd --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingRecording.md @@ -0,0 +1,838 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeetingrecording +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgUserOnlineMeetingRecording +--- + +# Update-MgUserOnlineMeetingRecording + +## SYNOPSIS + +Update the navigation property recordings in users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaUserOnlineMeetingRecording](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaUserOnlineMeetingRecording?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgUserOnlineMeetingRecording -CallRecordingId -OnlineMeetingId + -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CallId ] [-ContentCorrelationId ] [-ContentInputFile ] + [-CreatedDateTime ] [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### Update + +``` +Update-MgUserOnlineMeetingRecording -CallRecordingId -OnlineMeetingId + -UserId -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgUserOnlineMeetingRecording -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-RecordingContentUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentity + +``` +Update-MgUserOnlineMeetingRecording -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property recordings in users + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callRecording +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallRecordingId + +The unique identifier of callRecording + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the recording. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the onlineMeeting related to this recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -RecordingContentUrl + +The URL that can be used to access the content of the recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallRecording + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callRecording + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this recording. +Read-only. + [Content ]: The content of the recording. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the recording was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the recording ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the onlineMeeting related to this recording. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [RecordingContentUrl ]: The URL that can be used to access the content of the recording. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgUserOnlineMeetingRecording](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeetingrecording) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingTranscript.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingTranscript.md new file mode 100644 index 0000000000000..a9f4013a87486 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserOnlineMeetingTranscript.md @@ -0,0 +1,870 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeetingtranscript +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgUserOnlineMeetingTranscript +--- + +# Update-MgUserOnlineMeetingTranscript + +## SYNOPSIS + +Update the navigation property transcripts in users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaUserOnlineMeetingTranscript](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaUserOnlineMeetingTranscript?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgUserOnlineMeetingTranscript -CallTranscriptId -OnlineMeetingId + -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CallId ] [-ContentCorrelationId ] [-ContentInputFile ] + [-CreatedDateTime ] [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgUserOnlineMeetingTranscript -CallTranscriptId -OnlineMeetingId + -UserId -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgUserOnlineMeetingTranscript -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CallId ] + [-ContentCorrelationId ] [-ContentInputFile ] [-CreatedDateTime ] + [-EndDateTime ] [-Id ] [-MeetingId ] + [-MeetingOrganizer ] [-MetadataContentInputFile ] + [-TranscriptContentUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgUserOnlineMeetingTranscript -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property transcripts in users + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +callTranscript +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallId + +The unique identifier for the call that is related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CallTranscriptId + +The unique identifier of callTranscript + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentCorrelationId + +The unique identifier that links the transcript with its corresponding recording. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ContentInputFile + +Input File for Content (The content of the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EndDateTime + +Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingId + +The unique identifier of the online meeting related to this transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MeetingOrganizer + +identitySet +To construct, see NOTES section for MEETINGORGANIZER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MetadataContentInputFile + +Input File for MetadataContent (The time-aligned metadata of the utterances in the transcript. +Read-only.) + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OnlineMeetingId + +The unique identifier of onlineMeeting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TranscriptContentUrl + +The URL that can be used to access the content of the transcript. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCallTranscript + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: callTranscript + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CallId ]: The unique identifier for the call that is related to this transcript. +Read-only. + [Content ]: The content of the transcript. +Read-only. + [ContentCorrelationId ]: The unique identifier that links the transcript with its corresponding recording. +Read-only. + [CreatedDateTime ]: Date and time at which the transcript was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [EndDateTime ]: Date and time at which the transcription ends. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. +Read-only. + [MeetingId ]: The unique identifier of the online meeting related to this transcript. +Read-only. + [MeetingOrganizer ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [MetadataContent ]: The time-aligned metadata of the utterances in the transcript. +Read-only. + [TranscriptContentUrl ]: The URL that can be used to access the content of the transcript. +Read-only. + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +MEETINGORGANIZER ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgUserOnlineMeetingTranscript](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguseronlinemeetingtranscript) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md new file mode 100644 index 0000000000000..f203a52196780 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CloudCommunications/Update-MgUserPresence.md @@ -0,0 +1,706 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.CloudCommunications-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguserpresence +Locale: en-US +Module Name: Microsoft.Graph.CloudCommunications +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgUserPresence +--- + +# Update-MgUserPresence + +## SYNOPSIS + +Update the navigation property presence in users + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaUserPresence](/powershell/module/Microsoft.Graph.Beta.CloudCommunications/Update-MgBetaUserPresence?view=graph-powershell-beta) + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgUserPresence -UserId [-ResponseHeadersVariable ] [-Activity ] + [-AdditionalProperties ] [-Availability ] [-Id ] + [-OutOfOfficeSettings ] + [-StatusMessage ] + [-WorkLocation ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update + +``` +Update-MgUserPresence -UserId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgUserPresence -InputObject + [-ResponseHeadersVariable ] [-Activity ] [-AdditionalProperties ] + [-Availability ] [-Id ] [-OutOfOfficeSettings ] + [-StatusMessage ] + [-WorkLocation ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### UpdateViaIdentity + +``` +Update-MgUserPresence -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property presence in users + +## PARAMETERS + +### -Activity + +The supplemental information to a user's availability. +Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Availability + +The base presence information for a user. +Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +presence +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutOfOfficeSettings + +outOfOfficeSettings +To construct, see NOTES section for OUTOFOFFICESETTINGS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphOutOfOfficeSettings +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -StatusMessage + +presenceStatusMessage +To construct, see NOTES section for STATUSMESSAGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresenceStatusMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WorkLocation + +userWorkLocation +To construct, see NOTES section for WORKLOCATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUserWorkLocation +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ICloudCommunicationsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPresence + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: presence + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Activity ]: The supplemental information to a user's availability. +Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown. + [Availability ]: The base presence information for a user. +Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown. + [OutOfOfficeSettings ]: outOfOfficeSettings + [(Any) ]: This indicates any property can be added to this object. + [IsOutOfOffice ]: If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false. + [Message ]: The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). + [StatusMessage ]: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + [WorkLocation ]: userWorkLocation + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: Identifier of the place, if applicable. + [Source ]: workLocationSource + [WorkLocationType ]: workLocationType + +INPUTOBJECT ``: Identity Parameter + [AdhocCallId ]: The unique identifier of adhocCall + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [AudioRoutingGroupId ]: The unique identifier of audioRoutingGroup + [CallId ]: The unique identifier of call + [CallRecordId ]: The unique identifier of callRecord + [CallRecordingId ]: The unique identifier of callRecording + [CallTranscriptId ]: The unique identifier of callTranscript + [CommsOperationId ]: The unique identifier of commsOperation + [ContentSharingSessionId ]: The unique identifier of contentSharingSession + [EngagementConversationMessageId ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageId1 ]: The unique identifier of engagementConversationMessage + [EngagementConversationMessageReactionId ]: The unique identifier of engagementConversationMessageReaction + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [OnlineMeetingEngagementConversationId ]: The unique identifier of onlineMeetingEngagementConversation + [OnlineMeetingId ]: The unique identifier of onlineMeeting + [ParticipantId ]: The unique identifier of participant + [PresenceId ]: The unique identifier of presence + [SessionId ]: The unique identifier of session + [UserId ]: The unique identifier of user + +OUTOFOFFICESETTINGS ``: outOfOfficeSettings + [(Any) ]: This indicates any property can be added to this object. + [IsOutOfOffice ]: If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false. + [Message ]: The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). + +STATUSMESSAGE ``: presenceStatusMessage + [(Any) ]: This indicates any property can be added to this object. + [ExpiryDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for more possible values. + [Message ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [PublishedDateTime ]: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. + +WORKLOCATION ``: userWorkLocation + [(Any) ]: This indicates any property can be added to this object. + [PlaceId ]: Identifier of the place, if applicable. + [Source ]: workLocationSource + [WorkLocationType ]: workLocationType + + +## RELATED LINKS + +- [Update-MgUserPresence](https://learn.microsoft.com/powershell/module/microsoft.graph.cloudcommunications/update-mguserpresence) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgCompliance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgCompliance.md index 6e93c0b71b6ce..5c992c8ea00da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgCompliance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgCompliance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgcompliance Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgCompliance --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequest.md index f671c899def58..9bbc5a1772137 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequest Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApprover.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApprover.md index 5ffad90074659..8e3f42251fd95 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApprover.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApprover.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestapprover Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestApprover --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverByUserPrincipalName.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverByUserPrincipalName.md index d9d300e5563cb..faa983d344a2a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverByUserPrincipalName.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverByUserPrincipalName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestapproverbyuserprincipalname Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestApproverByUserPrincipalName --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverCount.md index 6289de3b392b3..24a8dc728e58f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestapprovercount Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestApproverCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverMailboxSetting.md index 6e9747ffa7edd..ff97f56c06b3a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestapprovermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestApproverMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgPrivacySubjectRightsRequestApproverMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError.md index fc3c9a4dcef0a..488dcfea7a2b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestapproverserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount.md index 9ce650afe7c75..1b9f68cfb9474 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestapproverserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaborator.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaborator.md index 57038da6fb257..d395ee9dbfa4b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaborator.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaborator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestcollaborator Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestCollaborator --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorByUserPrincipalName.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorByUserPrincipalName.md index bc77540f82dab..140b0eb79aaa2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorByUserPrincipalName.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorByUserPrincipalName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestcollaboratorbyuserprincipalname Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestCollaboratorByUserPrincipalName --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorCount.md index 0879312fd8c74..5619a401ad61b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestcollaboratorcount Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestCollaboratorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting.md index 3f256d274c6be..af1b467278b7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestcollaboratormailboxsetting Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError.md index 7c86a47ca5a0b..419513d0a272a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestcollaboratorserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount.md index 48133f8b8574e..cfa8f54187399 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestcollaboratorserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCount.md index 06d0662538277..cd16616e286f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestcount Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestFinalAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestFinalAttachment.md index 40d09eb2b7835..837ecc4b44c72 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestFinalAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestFinalAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestfinalattachment Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestFinalAttachment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestFinalReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestFinalReport.md index c277ab71e95f4..7a97180a7ba32 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestFinalReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestFinalReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestfinalreport Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestFinalReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestNote.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestNote.md index 14dd01b4eb412..1223d023c4f9e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestNote.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestnote Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestNote --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestNoteCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestNoteCount.md index efef460333d25..02cb965b9136d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestNoteCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestNoteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestnotecount Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestNoteCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestTeam.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestTeam.md index 0dc1388322a27..77d577e47631f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestTeam.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/get-mgprivacysubjectrightsrequestteam Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrivacySubjectRightsRequestTeam --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Microsoft.Graph.Compliance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Microsoft.Graph.Compliance.md index a64d397444dce..62611257d3157 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Microsoft.Graph.Compliance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Microsoft.Graph.Compliance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Compliance -Module Guid: 33bd55e8-3dab-414f-b440-0b26780d67ef +Module Guid: 57541be7-025a-4769-bce8-2f710179e961 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.compliance/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/New-MgPrivacySubjectRightsRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/New-MgPrivacySubjectRightsRequest.md index 6afdbb3b37bed..06055f892e844 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/New-MgPrivacySubjectRightsRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/New-MgPrivacySubjectRightsRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/new-mgprivacysubjectrightsrequest Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrivacySubjectRightsRequest --- @@ -1039,10 +1039,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1185,7 +1185,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1244,7 +1244,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1253,7 +1253,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1269,27 +1269,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1352,7 +1373,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1379,7 +1400,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1436,15 +1457,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1454,22 +1474,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1481,9 +1505,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1493,7 +1518,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1573,10 +1598,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1957,6 +1984,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1968,6 +1996,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2017,7 +2046,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2088,12 +2117,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2164,12 +2193,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2187,7 +2219,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2195,7 +2227,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2205,7 +2237,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2297,7 +2329,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2604,6 +2636,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3487,11 +3529,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3503,14 +3545,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3522,13 +3564,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3804,13 +3846,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3828,9 +3870,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3925,12 +3968,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3950,6 +3993,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3957,11 +4001,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4009,24 +4056,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4050,7 +4097,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4099,7 +4146,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4160,11 +4207,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4181,10 +4228,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4455,6 +4502,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4493,7 +4548,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4505,6 +4560,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4782,22 +4838,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4930,7 +4996,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4973,7 +5039,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5185,6 +5251,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5240,7 +5308,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5271,11 +5339,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5296,35 +5364,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5480,7 +5548,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5505,7 +5573,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5521,7 +5589,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5581,7 +5649,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5593,7 +5661,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5873,7 +5941,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5887,16 +5955,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5921,6 +5989,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6038,9 +6111,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6054,11 +6127,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6173,7 +6246,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6188,7 +6261,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -6210,10 +6283,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6356,7 +6429,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6415,7 +6488,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6424,7 +6497,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6440,27 +6513,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6523,7 +6617,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6550,7 +6644,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6607,15 +6701,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6625,22 +6718,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6652,9 +6749,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6664,7 +6762,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6744,10 +6842,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7128,6 +7228,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7139,6 +7240,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7188,7 +7290,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7259,12 +7361,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7335,12 +7437,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7358,7 +7463,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7366,7 +7471,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7376,7 +7481,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7468,7 +7573,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7775,6 +7880,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8658,11 +8773,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8674,14 +8789,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8693,13 +8808,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8975,13 +9090,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8999,9 +9114,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9096,12 +9212,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9121,6 +9237,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9128,11 +9245,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9180,24 +9300,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9221,7 +9341,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9270,7 +9390,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9331,11 +9451,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9352,10 +9472,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9626,6 +9746,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9664,7 +9792,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9676,6 +9804,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9953,22 +10082,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10101,7 +10240,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10144,7 +10283,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10356,6 +10495,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10411,7 +10552,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10442,11 +10583,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10467,35 +10608,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10651,7 +10792,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10676,7 +10817,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10692,7 +10833,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10752,7 +10893,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10764,7 +10905,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11044,7 +11185,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11058,16 +11199,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11092,6 +11233,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11209,9 +11355,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11225,11 +11371,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11344,7 +11490,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11359,7 +11505,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [AssignedTo ]: identity @@ -11446,10 +11592,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11592,7 +11738,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11651,7 +11797,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11660,7 +11806,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11676,27 +11822,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11759,7 +11926,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11786,7 +11953,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11843,15 +12010,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11861,22 +12027,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11888,9 +12058,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11900,7 +12071,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11980,10 +12151,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12364,6 +12537,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12375,6 +12549,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12424,7 +12599,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12495,12 +12670,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12571,12 +12746,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12594,7 +12772,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12602,7 +12780,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12612,7 +12790,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12704,7 +12882,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13011,6 +13189,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13894,11 +14082,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13910,14 +14098,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13929,13 +14117,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14211,13 +14399,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14235,9 +14423,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14332,12 +14521,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14357,6 +14546,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14364,11 +14554,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14416,24 +14609,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14457,7 +14650,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14506,7 +14699,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14567,11 +14760,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14588,10 +14781,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14862,6 +15055,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14900,7 +15101,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14912,6 +15113,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15189,22 +15391,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15337,7 +15549,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15380,7 +15592,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15592,6 +15804,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15647,7 +15861,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15678,11 +15892,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15703,35 +15917,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15887,7 +16101,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15912,7 +16126,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15928,7 +16142,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15988,7 +16202,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16000,7 +16214,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16280,7 +16494,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16294,16 +16508,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16328,6 +16542,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16445,9 +16664,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16461,11 +16680,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16580,7 +16799,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16595,7 +16814,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16718,18 +16937,47 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. - [FilesFolder ]: driveItem - [(Any) ]: This indicates any property can be added to this object. - [CreatedBy ]: identitySet - [(Any) ]: This indicates any property can be added to this object. - [Application ]: identity + [EnabledApps ]: A collection of enabled apps in the channel. + [Id ]: The unique identifier for an entity. +Read-only. + [AppDefinitions ]: The details for each version of the app. + [Id ]: The unique identifier for an entity. +Read-only. + [Authorization ]: teamsAppAuthorization [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. + [ClientAppId ]: The registration ID of the Microsoft Entra app ID associated with the teamsApp. + [RequiredPermissionSet ]: teamsAppPermissionSet + [(Any) ]: This indicates any property can be added to this object. + [ResourceSpecificPermissions ]: A collection of resource-specific permissions. + [PermissionType ]: teamsAppResourceSpecificPermissionType + [PermissionValue ]: The name of the resource-specific permission. + [Bot ]: teamworkBot + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. + [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [Device ]: identity - [User ]: identity + [Device ]: identity + [User ]: identity + [Description ]: Verbose description of the application. + [DisplayName ]: The name of the app provided by the app developer. + [LastModifiedDateTime ]: + [PublishingState ]: teamsAppPublishingState + [ShortDescription ]: Short description of the application. + [TeamsAppId ]: The ID from the Teams app manifest. + [Version ]: The version number of the application. + [DisplayName ]: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. + [DistributionMethod ]: teamsAppDistributionMethod + [ExternalId ]: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. + [FilesFolder ]: driveItem + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet [CreatedByUser ]: Represents a Microsoft Entra user account. [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16737,10 +16985,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16874,7 +17122,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16933,7 +17181,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16942,7 +17190,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16958,27 +17206,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17041,7 +17310,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17068,7 +17337,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17125,15 +17394,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17143,22 +17411,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17170,9 +17442,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17182,7 +17455,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17262,10 +17535,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17472,36 +17747,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [ConsentedPermissionSet ]: teamsAppPermissionSet - [(Any) ]: This indicates any property can be added to this object. - [ResourceSpecificPermissions ]: A collection of resource-specific permissions. - [PermissionType ]: teamsAppResourceSpecificPermissionType - [PermissionValue ]: The name of the resource-specific permission. [TeamsApp ]: teamsApp - [(Any) ]: This indicates any property can be added to this object. - [Id ]: The unique identifier for an entity. -Read-only. - [AppDefinitions ]: The details for each version of the app. - [Id ]: The unique identifier for an entity. -Read-only. - [Authorization ]: teamsAppAuthorization - [(Any) ]: This indicates any property can be added to this object. - [ClientAppId ]: The registration ID of the Microsoft Entra app ID associated with the teamsApp. - [RequiredPermissionSet ]: teamsAppPermissionSet - [Bot ]: teamworkBot - [(Any) ]: This indicates any property can be added to this object. - [Id ]: The unique identifier for an entity. -Read-only. - [CreatedBy ]: identitySet - [Description ]: Verbose description of the application. - [DisplayName ]: The name of the app provided by the app developer. - [LastModifiedDateTime ]: - [PublishingState ]: teamsAppPublishingState - [ShortDescription ]: Short description of the application. - [TeamsAppId ]: The ID from the Teams app manifest. - [Version ]: The version number of the application. - [DisplayName ]: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. - [DistributionMethod ]: teamsAppDistributionMethod - [ExternalId ]: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. [TeamsAppDefinition ]: teamsAppDefinition [IsHiddenForAllMembers ]: Indicates whether the chat is hidden for all its members. Read-only. @@ -17636,6 +17882,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17647,6 +17894,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17696,7 +17944,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17767,12 +18015,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17843,12 +18091,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17866,7 +18117,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17874,7 +18125,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17884,7 +18135,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17976,7 +18227,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18538,11 +18789,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18554,14 +18805,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18573,13 +18824,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18838,6 +19089,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18908,13 +19169,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18932,9 +19193,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -19029,12 +19291,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -19044,22 +19306,32 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19192,7 +19464,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19235,7 +19507,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -19447,6 +19719,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19502,7 +19776,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -19533,11 +19807,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -19558,16 +19832,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -19580,11 +19854,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -19593,12 +19867,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -19754,7 +20028,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -19779,7 +20053,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -19795,7 +20069,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -19999,7 +20273,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20011,7 +20285,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20253,24 +20527,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20294,7 +20568,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20343,7 +20617,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20404,11 +20678,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20425,10 +20699,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20543,6 +20817,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20581,7 +20863,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20593,6 +20875,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. @@ -20639,7 +20922,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20653,16 +20936,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20687,6 +20970,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20804,9 +21092,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20820,11 +21108,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -20939,7 +21227,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -20954,7 +21242,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21535,11 +21823,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/New-MgPrivacySubjectRightsRequestNote.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/New-MgPrivacySubjectRightsRequestNote.md index 20b34fe677b84..e1fffe9942bb3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/New-MgPrivacySubjectRightsRequestNote.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/New-MgPrivacySubjectRightsRequestNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/new-mgprivacysubjectrightsrequestnote Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrivacySubjectRightsRequestNote --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Remove-MgPrivacySubjectRightsRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Remove-MgPrivacySubjectRightsRequest.md index b8549cc474dd7..bfff906ef330c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Remove-MgPrivacySubjectRightsRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Remove-MgPrivacySubjectRightsRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/remove-mgprivacysubjectrightsrequest Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrivacySubjectRightsRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Remove-MgPrivacySubjectRightsRequestNote.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Remove-MgPrivacySubjectRightsRequestNote.md index 2954f4795b149..d511367b12d9c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Remove-MgPrivacySubjectRightsRequestNote.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Remove-MgPrivacySubjectRightsRequestNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/remove-mgprivacysubjectrightsrequestnote Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrivacySubjectRightsRequestNote --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgCompliance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgCompliance.md index 1546a389d8556..00286aec84211 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgCompliance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgCompliance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/update-mgcompliance Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgCompliance --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequest.md index 64fd35ffeac13..463dc7788c56a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/update-mgprivacysubjectrightsrequest Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrivacySubjectRightsRequest --- @@ -1290,10 +1290,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1436,7 +1436,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1495,7 +1495,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1504,7 +1504,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1520,27 +1520,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1603,7 +1624,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1630,7 +1651,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1687,15 +1708,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1705,22 +1725,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1732,9 +1756,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1744,7 +1769,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1824,10 +1849,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2208,6 +2235,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2219,6 +2247,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2268,7 +2297,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2339,12 +2368,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2415,12 +2444,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2438,7 +2470,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2446,7 +2478,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2456,7 +2488,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2548,7 +2580,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2855,6 +2887,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3738,11 +3780,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3754,14 +3796,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3773,13 +3815,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -4055,13 +4097,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4079,9 +4121,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4176,12 +4219,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4201,6 +4244,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4208,11 +4252,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4260,24 +4307,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4301,7 +4348,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4350,7 +4397,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4411,11 +4458,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4432,10 +4479,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4706,6 +4753,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4744,7 +4799,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4756,6 +4811,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5033,22 +5089,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5181,7 +5247,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5224,7 +5290,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5436,6 +5502,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5491,7 +5559,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5522,11 +5590,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5547,35 +5615,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5731,7 +5799,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5756,7 +5824,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5772,7 +5840,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5832,7 +5900,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5844,7 +5912,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6124,7 +6192,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6138,16 +6206,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6172,6 +6240,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6289,9 +6362,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6305,11 +6378,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6424,7 +6497,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6439,7 +6512,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -6461,10 +6534,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6607,7 +6680,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6666,7 +6739,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6675,7 +6748,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6691,27 +6764,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6774,7 +6868,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6801,7 +6895,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6858,15 +6952,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6876,22 +6969,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6903,9 +7000,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6915,7 +7013,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6995,10 +7093,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7379,6 +7479,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7390,6 +7491,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7439,7 +7541,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7510,12 +7612,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7586,12 +7688,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7609,7 +7714,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7617,7 +7722,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7627,7 +7732,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7719,7 +7824,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8026,6 +8131,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8909,11 +9024,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8925,14 +9040,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8944,13 +9059,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9226,13 +9341,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9250,9 +9365,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9347,12 +9463,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9372,6 +9488,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9379,11 +9496,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9431,24 +9551,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9472,7 +9592,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9521,7 +9641,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9582,11 +9702,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9603,10 +9723,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9877,6 +9997,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9915,7 +10043,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9927,6 +10055,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10204,22 +10333,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10352,7 +10491,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10395,7 +10534,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10607,6 +10746,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10662,7 +10803,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10693,11 +10834,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10718,35 +10859,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10902,7 +11043,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10927,7 +11068,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10943,7 +11084,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -11003,7 +11144,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -11015,7 +11156,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11295,7 +11436,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11309,16 +11450,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11343,6 +11484,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11460,9 +11606,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11476,11 +11622,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11595,7 +11741,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11610,7 +11756,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [AssignedTo ]: identity @@ -11697,10 +11843,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11843,7 +11989,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11902,7 +12048,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11911,7 +12057,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11927,27 +12073,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12010,7 +12177,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12037,7 +12204,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12094,15 +12261,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12112,22 +12278,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12139,9 +12309,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12151,7 +12322,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12231,10 +12402,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12615,6 +12788,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12626,6 +12800,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12675,7 +12850,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12746,12 +12921,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12822,12 +12997,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12845,7 +13023,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12853,7 +13031,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12863,7 +13041,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12955,7 +13133,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13262,6 +13440,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14145,11 +14333,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -14161,14 +14349,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14180,13 +14368,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14462,13 +14650,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14486,9 +14674,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14583,12 +14772,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14608,6 +14797,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14615,11 +14805,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14667,24 +14860,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14708,7 +14901,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14757,7 +14950,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14818,11 +15011,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14839,10 +15032,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15113,6 +15306,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15151,7 +15352,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15163,6 +15364,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15440,22 +15642,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15588,7 +15800,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15631,7 +15843,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15843,6 +16055,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15898,7 +16112,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15929,11 +16143,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15954,35 +16168,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16138,7 +16352,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16163,7 +16377,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16179,7 +16393,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16239,7 +16453,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16251,7 +16465,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16531,7 +16745,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16545,16 +16759,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16579,6 +16793,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16696,9 +16915,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16712,11 +16931,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16831,7 +17050,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16846,7 +17065,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16975,18 +17194,47 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. - [FilesFolder ]: driveItem - [(Any) ]: This indicates any property can be added to this object. - [CreatedBy ]: identitySet - [(Any) ]: This indicates any property can be added to this object. - [Application ]: identity + [EnabledApps ]: A collection of enabled apps in the channel. + [Id ]: The unique identifier for an entity. +Read-only. + [AppDefinitions ]: The details for each version of the app. + [Id ]: The unique identifier for an entity. +Read-only. + [Authorization ]: teamsAppAuthorization [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. + [ClientAppId ]: The registration ID of the Microsoft Entra app ID associated with the teamsApp. + [RequiredPermissionSet ]: teamsAppPermissionSet + [(Any) ]: This indicates any property can be added to this object. + [ResourceSpecificPermissions ]: A collection of resource-specific permissions. + [PermissionType ]: teamsAppResourceSpecificPermissionType + [PermissionValue ]: The name of the resource-specific permission. + [Bot ]: teamworkBot + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. + [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [Device ]: identity - [User ]: identity + [Device ]: identity + [User ]: identity + [Description ]: Verbose description of the application. + [DisplayName ]: The name of the app provided by the app developer. + [LastModifiedDateTime ]: + [PublishingState ]: teamsAppPublishingState + [ShortDescription ]: Short description of the application. + [TeamsAppId ]: The ID from the Teams app manifest. + [Version ]: The version number of the application. + [DisplayName ]: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. + [DistributionMethod ]: teamsAppDistributionMethod + [ExternalId ]: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. + [FilesFolder ]: driveItem + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet [CreatedByUser ]: Represents a Microsoft Entra user account. [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16994,10 +17242,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17131,7 +17379,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17190,7 +17438,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17199,7 +17447,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17215,27 +17463,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17298,7 +17567,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17325,7 +17594,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17382,15 +17651,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17400,22 +17668,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17427,9 +17699,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17439,7 +17712,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17519,10 +17792,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17729,36 +18004,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [ConsentedPermissionSet ]: teamsAppPermissionSet - [(Any) ]: This indicates any property can be added to this object. - [ResourceSpecificPermissions ]: A collection of resource-specific permissions. - [PermissionType ]: teamsAppResourceSpecificPermissionType - [PermissionValue ]: The name of the resource-specific permission. [TeamsApp ]: teamsApp - [(Any) ]: This indicates any property can be added to this object. - [Id ]: The unique identifier for an entity. -Read-only. - [AppDefinitions ]: The details for each version of the app. - [Id ]: The unique identifier for an entity. -Read-only. - [Authorization ]: teamsAppAuthorization - [(Any) ]: This indicates any property can be added to this object. - [ClientAppId ]: The registration ID of the Microsoft Entra app ID associated with the teamsApp. - [RequiredPermissionSet ]: teamsAppPermissionSet - [Bot ]: teamworkBot - [(Any) ]: This indicates any property can be added to this object. - [Id ]: The unique identifier for an entity. -Read-only. - [CreatedBy ]: identitySet - [Description ]: Verbose description of the application. - [DisplayName ]: The name of the app provided by the app developer. - [LastModifiedDateTime ]: - [PublishingState ]: teamsAppPublishingState - [ShortDescription ]: Short description of the application. - [TeamsAppId ]: The ID from the Teams app manifest. - [Version ]: The version number of the application. - [DisplayName ]: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. - [DistributionMethod ]: teamsAppDistributionMethod - [ExternalId ]: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. [TeamsAppDefinition ]: teamsAppDefinition [IsHiddenForAllMembers ]: Indicates whether the chat is hidden for all its members. Read-only. @@ -17893,6 +18139,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17904,6 +18151,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17953,7 +18201,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18024,12 +18272,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18100,12 +18348,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18123,7 +18374,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18131,7 +18382,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18141,7 +18392,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18233,7 +18484,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18795,11 +19046,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18811,14 +19062,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18830,13 +19081,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -19095,6 +19346,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19165,13 +19426,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -19189,9 +19450,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -19286,12 +19548,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -19301,22 +19563,32 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19449,7 +19721,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19492,7 +19764,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -19704,6 +19976,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19759,7 +20033,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -19790,11 +20064,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -19815,16 +20089,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -19837,11 +20111,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -19850,12 +20124,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20011,7 +20285,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20036,7 +20310,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20052,7 +20326,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20256,7 +20530,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20268,7 +20542,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20510,24 +20784,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20551,7 +20825,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20600,7 +20874,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20661,11 +20935,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20682,10 +20956,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20800,6 +21074,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20838,7 +21120,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20850,6 +21132,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. @@ -20896,7 +21179,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20910,16 +21193,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20944,6 +21227,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21061,9 +21349,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21077,11 +21365,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21196,7 +21484,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21211,7 +21499,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21792,11 +22080,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestApproverMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestApproverMailboxSetting.md index 68fccf8b732c1..451c114a9293b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestApproverMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestApproverMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/update-mgprivacysubjectrightsrequestapprovermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrivacySubjectRightsRequestApproverMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting.md index b5ce9f94059fc..ca0b27e1c6a50 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/update-mgprivacysubjectrightsrequestcollaboratormailboxsetting Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestNote.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestNote.md index 0ffe3f996b619..fcc217bd92de0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestNote.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Compliance/Update-MgPrivacySubjectRightsRequestNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.compliance/update-mgprivacysubjectrightsrequestnote Locale: en-US Module Name: Microsoft.Graph.Compliance -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrivacySubjectRightsRequestNote --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivity.md index e72cad02973b6..d72a9754c0d14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/get-mguseractivity Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityCount.md index a4b4612c603db..496af3f4f7ef9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/get-mguseractivitycount Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserActivityCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItem.md index 69243c9fc2b57..0c978cdddff1c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/get-mguseractivityhistoryitem Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserActivityHistoryItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItemActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItemActivity.md index 3cf7cddca95e1..47db90e07cc5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItemActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/get-mguseractivityhistoryitemactivity Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserActivityHistoryItemActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItemCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItemCount.md index f20d83af864a6..63489ea0aed27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItemCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Get-MgUserActivityHistoryItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/get-mguseractivityhistoryitemcount Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserActivityHistoryItemCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Invoke-MgRecentUserActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Invoke-MgRecentUserActivity.md index 19c8c7ced387c..660b96723b4a4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Invoke-MgRecentUserActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Invoke-MgRecentUserActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/invoke-mgrecentuseractivity Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRecentUserActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Microsoft.Graph.CrossDeviceExperiences.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Microsoft.Graph.CrossDeviceExperiences.md index ec7d352ddf7ed..c2e938879eb28 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Microsoft.Graph.CrossDeviceExperiences.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Microsoft.Graph.CrossDeviceExperiences.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.CrossDeviceExperiences -Module Guid: e11b4ce4-e067-454f-acb4-5e5beaf0696d +Module Guid: 53700f28-20c4-44cf-bf43-e78d1e7d74cd Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.crossdeviceexperiences/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/New-MgUserActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/New-MgUserActivity.md index c2dbbf59c6795..244715e639cc3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/New-MgUserActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/New-MgUserActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/new-mguseractivity Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/New-MgUserActivityHistoryItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/New-MgUserActivityHistoryItem.md index 7c3d0d0218c66..ae042499adf52 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/New-MgUserActivityHistoryItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/New-MgUserActivityHistoryItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/new-mguseractivityhistoryitem Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserActivityHistoryItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Remove-MgUserActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Remove-MgUserActivity.md index 17a28eb808e0f..517a9954d99d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Remove-MgUserActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Remove-MgUserActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/remove-mguseractivity Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Remove-MgUserActivityHistoryItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Remove-MgUserActivityHistoryItem.md index 711c37c301ad3..7563a540ee8f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Remove-MgUserActivityHistoryItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Remove-MgUserActivityHistoryItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/remove-mguseractivityhistoryitem Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserActivityHistoryItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Update-MgUserActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Update-MgUserActivity.md index 65710b3034bf2..735985ba47d88 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Update-MgUserActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Update-MgUserActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/update-mguseractivity Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Update-MgUserActivityHistoryItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Update-MgUserActivityHistoryItem.md index 84e0c9b1aaf23..1d3217312716d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Update-MgUserActivityHistoryItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.CrossDeviceExperiences/Update-MgUserActivityHistoryItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.CrossDeviceExperiences-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.crossdeviceexperiences/update-mguseractivityhistoryitem Locale: en-US Module Name: Microsoft.Graph.CrossDeviceExperiences -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserActivityHistoryItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Disconnect-MgDeviceManagementRemoteAssistancePartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Disconnect-MgDeviceManagementRemoteAssistancePartner.md index cc96a08a4ff99..02ef82b5a191e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Disconnect-MgDeviceManagementRemoteAssistancePartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Disconnect-MgDeviceManagementRemoteAssistancePartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/disconnect-mgdevicemanagementremoteassistancepartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Disconnect-MgDeviceManagementRemoteAssistancePartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementApplePushNotificationCertificate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementApplePushNotificationCertificate.md index 1ea479581c207..7c639f3dc7243 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementApplePushNotificationCertificate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementApplePushNotificationCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementapplepushnotificationcertificate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementApplePushNotificationCertificate --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEvent.md index 0d5be4f029fda..ff191c94e1f5a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementauditevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementAuditEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventAuditActivityType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventAuditActivityType.md index 92f6714941363..ec4ab4328192d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventAuditActivityType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventAuditActivityType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementauditeventauditactivitytype Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementAuditEventAuditActivityType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventAuditCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventAuditCategory.md index be4636eeee12a..ddb494e5c22cc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventAuditCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventAuditCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementauditeventauditcategory Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementAuditEventAuditCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventCount.md index 472137c418664..eafa78fbcb65a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementAuditEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementauditeventcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementAuditEventCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementComplianceManagementPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementComplianceManagementPartner.md index c1a956f283ddf..cfcc9b8372e3a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementComplianceManagementPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementComplianceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementcompliancemanagementpartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementComplianceManagementPartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementComplianceManagementPartnerCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementComplianceManagementPartnerCount.md index 24b6da2799bcb..d5df33bd3b86a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementComplianceManagementPartnerCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementComplianceManagementPartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementcompliancemanagementpartnercount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementComplianceManagementPartnerCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementExchangeConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementExchangeConnector.md index 0ad3b9cdd25e6..246efaf5a7ac3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementExchangeConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementExchangeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementexchangeconnector Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementExchangeConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementExchangeConnectorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementExchangeConnectorCount.md index c3aaa33b541a4..8be2442d2ae3b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementExchangeConnectorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementExchangeConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementexchangeconnectorcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementExchangeConnectorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementIoUpdateStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementIoUpdateStatus.md index 5926f2c7d6399..9b2e7010af65a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementIoUpdateStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementIoUpdateStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementioupdatestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementIoUpdateStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementIoUpdateStatusCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementIoUpdateStatusCount.md index ad8e4253653b7..af597ec9e5e43 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementIoUpdateStatusCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementIoUpdateStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementioupdatestatuscount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementIoUpdateStatusCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementMobileThreatDefenseConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementMobileThreatDefenseConnector.md index 9b67dfc78e214..41f02aa24f2b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementMobileThreatDefenseConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementMobileThreatDefenseConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementmobilethreatdefenseconnector Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementMobileThreatDefenseConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementMobileThreatDefenseConnectorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementMobileThreatDefenseConnectorCount.md index 6d19dac428269..0f6d27804b28d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementMobileThreatDefenseConnectorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementMobileThreatDefenseConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementmobilethreatdefenseconnectorcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementMobileThreatDefenseConnectorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementPartner.md index 7f6082a986f85..53ea891d5a811 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementpartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementPartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementPartnerCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementPartnerCount.md index 9942b7b90564a..64159ec4210ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementPartnerCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementPartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementpartnercount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementPartnerCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRemoteAssistancePartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRemoteAssistancePartner.md index 741714dd81779..6ce4db92d2cda 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRemoteAssistancePartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRemoteAssistancePartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementremoteassistancepartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRemoteAssistancePartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRemoteAssistancePartnerCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRemoteAssistancePartnerCount.md index 4befd9989eacb..859b21a24d25f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRemoteAssistancePartnerCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRemoteAssistancePartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementremoteassistancepartnercount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRemoteAssistancePartnerCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementResourceOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementResourceOperation.md index 51fa36c0b42ac..f281ed64574c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementResourceOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementResourceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementresourceoperation Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementResourceOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementResourceOperationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementResourceOperationCount.md index a2cdb946050ed..759c1695c5adc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementResourceOperationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementResourceOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementresourceoperationcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementResourceOperationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignment.md index 8fb41096063ad..f2908582cdf12 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRoleAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignmentCount.md index f59913ec1d9e4..760fc3a098a02 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRoleAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignmentRoleDefinition.md index ff8dcd7218ccd..fe058110bf81c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRoleAssignmentRoleDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinition.md index e37a4e153d574..2f0fcd03b349a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRoleDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionCount.md index e4829956eba0e..627bd4ea3ce15 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRoleDefinitionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignment.md index 55e132670b34e..294fbd3a94371 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementroledefinitionroleassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRoleDefinitionRoleAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount.md index 90a937cf29522..6010dc622760d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementroledefinitionroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition.md index eeabf3c56fe74..3c7082b75c71c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementroledefinitionroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndCondition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndCondition.md index 52db26ffa6d51..6f79dab508ed0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndCondition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementtermandcondition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementTermAndCondition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatus.md index f6af099869874..cee4ee1500d86 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementtermandconditionacceptancestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementTermAndConditionAcceptanceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount.md index 96bf09207feef..24412a8512919 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementtermandconditionacceptancestatuscount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition.md index ba83e56503a72..4bf79d56abd19 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementtermandconditionacceptancestatustermandcondition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAssignment.md index cd63da2563f10..9c27662f88f27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementtermandconditionassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementTermAndConditionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAssignmentCount.md index 07eab2f2ed423..f4cf4795321fc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementtermandconditionassignmentcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementTermAndConditionAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionCount.md index 0441e58d0b2c3..2961be1eeb637 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementTermAndConditionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementtermandconditioncount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementTermAndConditionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpoint.md index 92389bfbe43d6..8018e8d8c695f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpoint Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpoint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEvent.md index 2713c115da124..4ee5e0a289066 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointauditevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointAuditEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType.md index a5cc954e0dace..202e5d83bb603 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointauditeventauditactivitytype Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEventCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEventCount.md index 2a83bba7bcbc0..731910802f7ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEventCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointAuditEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointauditeventcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointAuditEventCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPc.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPc.md index 76cce3aaae782..42a4a6b1e74a0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPc.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointcloudpc Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointCloudPc --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPcCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPcCount.md index 8757f724d50ec..a4a1d9ff0aa00 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPcCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPcCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointcloudpccount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointCloudPcCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail.md new file mode 100644 index 0000000000000..b9be21421a301 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail.md @@ -0,0 +1,347 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointcloudpclaunchdetail +Locale: en-US +Module Name: Microsoft.Graph.DeviceManagement.Administration +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail +--- + +# Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail + +## SYNOPSIS + +Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + +## SYNTAX + +### Retrieve (Default) + +``` +Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail -CloudPcId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] +``` + +### RetrieveViaIdentity + +``` +Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail + -InputObject [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the cloudPcLaunchDetail for a specific cloudPC that belongs to the current signed-in user. + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CloudPcId + +The unique identifier of cloudPC + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Retrieve + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IDeviceManagementAdministrationIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IDeviceManagementAdministrationIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCloudPcLaunchDetail + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [AuditEventId ]: The unique identifier of auditEvent + [Category ]: Usage: category='{category}' + [CloudPcAuditEventId ]: The unique identifier of cloudPcAuditEvent + [CloudPcDeviceImageId ]: The unique identifier of cloudPcDeviceImage + [CloudPcGalleryImageId ]: The unique identifier of cloudPcGalleryImage + [CloudPcId ]: The unique identifier of cloudPC + [CloudPcOnPremisesConnectionId ]: The unique identifier of cloudPcOnPremisesConnection + [CloudPcProvisioningPolicyAssignmentId ]: The unique identifier of cloudPcProvisioningPolicyAssignment + [CloudPcProvisioningPolicyId ]: The unique identifier of cloudPcProvisioningPolicy + [CloudPcUserSettingAssignmentId ]: The unique identifier of cloudPcUserSettingAssignment + [CloudPcUserSettingId ]: The unique identifier of cloudPcUserSetting + [ComplianceManagementPartnerId ]: The unique identifier of complianceManagementPartner + [DeviceAndAppManagementRoleAssignmentId ]: The unique identifier of deviceAndAppManagementRoleAssignment + [DeviceManagementExchangeConnectorId ]: The unique identifier of deviceManagementExchangeConnector + [DeviceManagementPartnerId ]: The unique identifier of deviceManagementPartner + [IosUpdateDeviceStatusId ]: The unique identifier of iosUpdateDeviceStatus + [MobileThreatDefenseConnectorId ]: The unique identifier of mobileThreatDefenseConnector + [RemoteAssistancePartnerId ]: The unique identifier of remoteAssistancePartner + [ResourceOperationId ]: The unique identifier of resourceOperation + [RoleAssignmentId ]: The unique identifier of roleAssignment + [RoleDefinitionId ]: The unique identifier of roleDefinition + [TermsAndConditionsAcceptanceStatusId ]: The unique identifier of termsAndConditionsAcceptanceStatus + [TermsAndConditionsAssignmentId ]: The unique identifier of termsAndConditionsAssignment + [TermsAndConditionsId ]: The unique identifier of termsAndConditions + [UserId ]: The unique identifier of user + [UserPrincipalName ]: Alternate key of user + + +## RELATED LINKS + +- [Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointcloudpclaunchdetail) +- [Graph API Reference](https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpclaunchdetail?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImage.md index 14c32611727ac..0d87809150189 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointdeviceimage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointDeviceImage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImageCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImageCount.md index 1d95784946cb0..cf431abe72095 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImageCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointdeviceimagecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointDeviceImageCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage.md index 0f8132da29ede..933e44f1c9a51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointdeviceimagesourceimage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointGalleryImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointGalleryImage.md index e47c761ea4831..280d8631fc935 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointGalleryImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointGalleryImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointgalleryimage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointGalleryImage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointGalleryImageCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointGalleryImageCount.md index 293b0f40ee106..318ef95baf72c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointGalleryImageCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointGalleryImageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointgalleryimagecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointGalleryImageCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointOnPremiseConnection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointOnPremiseConnection.md index c57ace27f7053..1e47f59536331 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointOnPremiseConnection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointOnPremiseConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointonpremiseconnection Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointOnPremiseConnection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount.md index 10fc64ec98964..46702bf9a801a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointonpremiseconnectioncount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicy.md index ed39712a964a0..91061c1e60dad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md index 52fac3ec3af83..ac6ed4e14ad96 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicyassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser.md index d0e161b326b14..0c2df80c2b95c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicyassignmentassigneduser Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserByUserPrincipalName.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserByUserPrincipalName.md index 6b63bf86e1f6e..a2d13c33ec585 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserByUserPrincipalName.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserByUserPrincipalName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicyassignmentassigneduserbyuserprincipalname Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserByUserPrincipalName --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount.md index 0b93acf4c18c9..53ce74a1e3b4f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicyassignmentassignedusercount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md index b2da732ab37e5..d72b8c61656cc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicyassignmentassignedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssigned Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting?view=graph-powershell-beta) @@ -52,7 +52,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError.md index 6ad5a1389f18a..f5368eca2c87b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicyassignmentassigneduserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount.md index d5a9cc0562b9e..f46d461f864de 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicyassignmentassigneduserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount.md index 26fcfa686fd53..1c10016a2b8c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicyassignmentcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount.md index 26e7ee4e8fa70..e49c0d840503a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointprovisioningpolicycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveBackup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointReport.md similarity index 80% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveBackup.md rename to microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointReport.md index f8c446d14c1b9..0d048c76d2cff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveBackup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointReport.md @@ -1,26 +1,30 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredrivebackup +external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointreport Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.DeviceManagement.Administration +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 -title: Get-MgBetaSolutionBackupRestoreDriveBackup +title: Get-MgDeviceManagementVirtualEndpointReport --- -# Get-MgBetaSolutionBackupRestoreDriveBackup +# Get-MgDeviceManagementVirtualEndpointReport ## SYNOPSIS -Get allDrivesBackup from solutions +Cloud PC-related reports. +Read-only. + +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaDeviceManagementVirtualEndpointReport](/powershell/module/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReport?view=graph-powershell-beta) ## SYNTAX ### Get (Default) ``` -Get-MgBetaSolutionBackupRestoreDriveBackup [-ExpandProperty ] [-Property ] +Get-MgDeviceManagementVirtualEndpointReport [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] @@ -33,15 +37,8 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get allDrivesBackup from solutions - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.Read.All, | +Cloud PC-related reports. +Read-only. ## PARAMETERS @@ -114,7 +111,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -135,7 +132,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -273,7 +270,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllDrivesBackup +### System.String {{ Fill in the Description }} @@ -281,7 +278,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgBetaSolutionBackupRestoreDriveBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredrivebackup) +- [Get-MgDeviceManagementVirtualEndpointReport](https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointreport) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport.md new file mode 100644 index 0000000000000..85a0febdf0e10 --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport.md @@ -0,0 +1,601 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointreportcloudpcrecommendationreport +Locale: en-US +Module Name: Microsoft.Graph.DeviceManagement.Administration +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport +--- + +# Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport + +## SYNOPSIS + +Retrieve Cloud PC recommendation reports for usage optimization and cost savings. +The usage category report categorizes a Cloud PC as Undersized, Oversized, Rightsized, or Underutilized, and also provides the recommended SKU when the Cloud PC isn't Rightsized. + +## SYNTAX + +### RetrieveExpanded (Default) + +``` +Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport -OutFile + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Filter ] + [-GroupBy ] [-Property ] [-ReportType ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Retrieve + +``` +Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport -OutFile + -Body + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Retrieve Cloud PC recommendation reports for usage optimization and cost savings. +The usage category report categorizes a Cloud PC as Undersized, Oversized, Rightsized, or Underutilized, and also provides the recommended SKU when the Cloud PC isn't Rightsized. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | CloudPC.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | CloudPC.ReadWrite.All, | + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + + +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPathsG53J94DevicemanagementVirtualendpointReportMicrosoftGraphRetrievecloudpcrecommendationreportsPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Retrieve + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -GroupBy + + + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OutFile + +Path to write output file to + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + + + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: RetrieveExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReportType + +cloudPcRecommendationReportType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + + + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: RetrieveExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: RetrieveExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IPathsG53J94DevicemanagementVirtualendpointReportMicrosoftGraphRetrievecloudpcrecommendationreportsPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODY ``: . + [(Any) ]: This indicates any property can be added to this object. + [Filter ]: + [GroupBy ]: + [OrderBy ]: + [ReportType ]: cloudPcRecommendationReportType + [Search ]: + [Select ]: + [Skip ]: + [Top ]: + + +## RELATED LINKS + +- [Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport](https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointreportcloudpcrecommendationreport) +- [Graph API Reference](https://learn.microsoft.com/graph/api/cloudpcreport-retrievecloudpcrecommendationreports?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSetting.md index 691a2d3f76aa6..8532044a1f6fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointusersetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointUserSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingAssignment.md index bc6483be237ba..453b9f15772ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointusersettingassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointUserSettingAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount.md index d6e292b6286d4..176fb08ed5bf0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointusersettingassignmentcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingCount.md index 3c7f78ebadc14..751e4e2492b95 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointUserSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/get-mgdevicemanagementvirtualendpointusersettingcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementVirtualEndpointUserSettingCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding.md index d6fc62d639040..358a814f2f9e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/invoke-mgbegindevicemanagementremoteassistancepartneronboarding Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest.md index 8350f9c257495..e22adfc3abdfd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/invoke-mgdownloaddevicemanagementapplepushnotificationcertificateapplepushnotificationcertificatesigningrequest Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc.md new file mode 100644 index 0000000000000..96f960f2f1d6c --- /dev/null +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc.md @@ -0,0 +1,577 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/invoke-mgreprovisiondevicemanagementvirtualendpointcloudpc +Locale: en-US +Module Name: Microsoft.Graph.DeviceManagement.Administration +ms.date: 05/22/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc +--- + +# Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc + +## SYNOPSIS + +Reprovision a specific Cloud PC. + +## SYNTAX + +### ReprovisionExpanded (Default) + +``` +Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc -CloudPcId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-OSVersion ] + [-UserAccountType ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Reprovision + +``` +Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc -CloudPcId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ReprovisionViaIdentityExpanded + +``` +Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-OSVersion ] [-UserAccountType ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### ReprovisionViaIdentity + +``` +Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Reprovision a specific Cloud PC. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | CloudPC.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | CloudPC.ReadWrite.All, | + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReprovisionViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ReprovisionExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IPaths1U4M8FzDevicemanagementVirtualendpointCloudpcsCloudpcIdMicrosoftGraphReprovisionPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReprovisionViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Reprovision + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CloudPcId + +The unique identifier of cloudPC + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReprovisionExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Reprovision + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IDeviceManagementAdministrationIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReprovisionViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ReprovisionViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OSVersion + +cloudPcOperatingSystem + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReprovisionViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ReprovisionExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserAccountType + +cloudPcUserAccountType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReprovisionViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ReprovisionExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IDeviceManagementAdministrationIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.PowerShell.Models.IPaths1U4M8FzDevicemanagementVirtualendpointCloudpcsCloudpcIdMicrosoftGraphReprovisionPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [OSVersion ]: cloudPcOperatingSystem + [UserAccountType ]: cloudPcUserAccountType + +INPUTOBJECT ``: Identity Parameter + [AuditEventId ]: The unique identifier of auditEvent + [Category ]: Usage: category='{category}' + [CloudPcAuditEventId ]: The unique identifier of cloudPcAuditEvent + [CloudPcDeviceImageId ]: The unique identifier of cloudPcDeviceImage + [CloudPcGalleryImageId ]: The unique identifier of cloudPcGalleryImage + [CloudPcId ]: The unique identifier of cloudPC + [CloudPcOnPremisesConnectionId ]: The unique identifier of cloudPcOnPremisesConnection + [CloudPcProvisioningPolicyAssignmentId ]: The unique identifier of cloudPcProvisioningPolicyAssignment + [CloudPcProvisioningPolicyId ]: The unique identifier of cloudPcProvisioningPolicy + [CloudPcUserSettingAssignmentId ]: The unique identifier of cloudPcUserSettingAssignment + [CloudPcUserSettingId ]: The unique identifier of cloudPcUserSetting + [ComplianceManagementPartnerId ]: The unique identifier of complianceManagementPartner + [DeviceAndAppManagementRoleAssignmentId ]: The unique identifier of deviceAndAppManagementRoleAssignment + [DeviceManagementExchangeConnectorId ]: The unique identifier of deviceManagementExchangeConnector + [DeviceManagementPartnerId ]: The unique identifier of deviceManagementPartner + [IosUpdateDeviceStatusId ]: The unique identifier of iosUpdateDeviceStatus + [MobileThreatDefenseConnectorId ]: The unique identifier of mobileThreatDefenseConnector + [RemoteAssistancePartnerId ]: The unique identifier of remoteAssistancePartner + [ResourceOperationId ]: The unique identifier of resourceOperation + [RoleAssignmentId ]: The unique identifier of roleAssignment + [RoleDefinitionId ]: The unique identifier of roleDefinition + [TermsAndConditionsAcceptanceStatusId ]: The unique identifier of termsAndConditionsAcceptanceStatus + [TermsAndConditionsAssignmentId ]: The unique identifier of termsAndConditionsAssignment + [TermsAndConditionsId ]: The unique identifier of termsAndConditions + [UserId ]: The unique identifier of user + [UserPrincipalName ]: Alternate key of user + + +## RELATED LINKS + +- [Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc](https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/invoke-mgreprovisiondevicemanagementvirtualendpointcloudpc) +- [Graph API Reference](https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgTerminateDeviceManagementPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgTerminateDeviceManagementPartner.md index d81950dcf8ffc..eed40e39b2703 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgTerminateDeviceManagementPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgTerminateDeviceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/invoke-mgterminatedevicemanagementpartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgTerminateDeviceManagementPartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc.md index daf2193970354..6bc4b25d01e8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/invoke-mgtroubleshootdevicemanagementvirtualendpointcloudpc Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Microsoft.Graph.DeviceManagement.Administration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Microsoft.Graph.DeviceManagement.Administration.md index 84b06569648b7..d27e37c074bd9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Microsoft.Graph.DeviceManagement.Administration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Microsoft.Graph.DeviceManagement.Administration.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement.Administration -Module Guid: 258bae96-18f6-4e61-9a2c-23c65b9a7a0f +Module Guid: bd67c9bb-22bc-4591-b591-8285c8b081d3 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.administration/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US @@ -125,6 +125,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgDeviceManagementVirtualEndpointCloudPcCount](Get-MgDeviceManagementVirtualEndpointCloudPcCount.md) +### [Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail](Get-MgDeviceManagementVirtualEndpointCloudPcLaunchDetail.md) + ### [Get-MgDeviceManagementVirtualEndpointDeviceImage](Get-MgDeviceManagementVirtualEndpointDeviceImage.md) ### [Get-MgDeviceManagementVirtualEndpointDeviceImage](Get-MgDeviceManagementVirtualEndpointDeviceImage.md) @@ -171,6 +173,10 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount](Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount.md) +### [Get-MgDeviceManagementVirtualEndpointReport](Get-MgDeviceManagementVirtualEndpointReport.md) + +### [Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport](Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport.md) + ### [Get-MgDeviceManagementVirtualEndpointUserSetting](Get-MgDeviceManagementVirtualEndpointUserSetting.md) ### [Get-MgDeviceManagementVirtualEndpointUserSetting](Get-MgDeviceManagementVirtualEndpointUserSetting.md) @@ -187,6 +193,8 @@ Microsoft Graph PowerShell Cmdlets ### [Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest](Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest.md) +### [Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc](Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc.md) + ### [Invoke-MgTerminateDeviceManagementPartner](Invoke-MgTerminateDeviceManagementPartner.md) ### [Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc](Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc.md) @@ -273,6 +281,8 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment](Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md) +### [Remove-MgDeviceManagementVirtualEndpointReport](Remove-MgDeviceManagementVirtualEndpointReport.md) + ### [Remove-MgDeviceManagementVirtualEndpointUserSetting](Remove-MgDeviceManagementVirtualEndpointUserSetting.md) ### [Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment](Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment.md) @@ -337,6 +347,8 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting](Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md) +### [Update-MgDeviceManagementVirtualEndpointReport](Update-MgDeviceManagementVirtualEndpointReport.md) + ### [Update-MgDeviceManagementVirtualEndpointUserSetting](Update-MgDeviceManagementVirtualEndpointUserSetting.md) ### [Update-MgDeviceManagementVirtualEndpointUserSettingAssignment](Update-MgDeviceManagementVirtualEndpointUserSettingAssignment.md) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementAuditEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementAuditEvent.md index 3eb985be4ba6d..f2cfa5fa87831 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementAuditEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementauditevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementAuditEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementComplianceManagementPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementComplianceManagementPartner.md index f16d584da877f..447a9e78bb2c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementComplianceManagementPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementComplianceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementcompliancemanagementpartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementComplianceManagementPartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementExchangeConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementExchangeConnector.md index 29ad87219b15b..147e8c572dae7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementExchangeConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementExchangeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementexchangeconnector Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementExchangeConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementIoUpdateStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementIoUpdateStatus.md index e63eb8816dc93..a3337fd9f446a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementIoUpdateStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementIoUpdateStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementioupdatestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementIoUpdateStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementMobileThreatDefenseConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementMobileThreatDefenseConnector.md index 9270084f94029..89fe0e9dcb46a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementMobileThreatDefenseConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementMobileThreatDefenseConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementmobilethreatdefenseconnector Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementMobileThreatDefenseConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementPartner.md index 8ed5534f87498..a00b0cfc8e5ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementpartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementPartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRemoteAssistancePartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRemoteAssistancePartner.md index 32d5229ab619f..7150e129f8c6e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRemoteAssistancePartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRemoteAssistancePartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementremoteassistancepartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementRemoteAssistancePartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementResourceOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementResourceOperation.md index 6db2a99edf5bc..6a3dc1e9ee0b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementResourceOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementResourceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementresourceoperation Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementResourceOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleAssignment.md index d5df447b2de4d..fc8b70e1c67a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementRoleAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleDefinition.md index f8808537da39a..e1168e018f467 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementRoleDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleDefinitionRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleDefinitionRoleAssignment.md index 76f47d055f19b..3a9d7b06f0988 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleDefinitionRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementRoleDefinitionRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementroledefinitionroleassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementRoleDefinitionRoleAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndCondition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndCondition.md index 260f1c1e9ab3f..ac5c1bb44bc5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndCondition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementtermandcondition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementTermAndCondition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndConditionAcceptanceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndConditionAcceptanceStatus.md index 562f7db0c8374..0937bb94b9d68 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndConditionAcceptanceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndConditionAcceptanceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementtermandconditionacceptancestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementTermAndConditionAcceptanceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndConditionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndConditionAssignment.md index 642d2d7889081..fde75ce32dbaf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndConditionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementTermAndConditionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementtermandconditionassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementTermAndConditionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointDeviceImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointDeviceImage.md index 44c8b93680729..0e935542c9a9f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointDeviceImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointDeviceImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementvirtualendpointdeviceimage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementVirtualEndpointDeviceImage --- @@ -27,9 +27,9 @@ Upload a custom OS image that you can later provision on Cloud PCs. New-MgDeviceManagementVirtualEndpointDeviceImage [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-ErrorCode ] [-ExpirationDate ] [-Id ] [-LastModifiedDateTime ] - [-OSBuildNumber ] [-OSStatus ] [-OperatingSystem ] - [-SourceImageResourceId ] [-Status ] [-Version ] [-Break] - [-Headers ] [-HttpPipelineAppend ] + [-OSBuildNumber ] [-OSStatus ] [-OSVersionNumber ] + [-OperatingSystem ] [-SizeInGb ] [-SourceImageResourceId ] [-Status ] + [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] ``` @@ -411,6 +411,29 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OSVersionNumber + +The operating system version of this image. +For example, 10.0.22000.296. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Proxy The URI for the proxy server to use @@ -496,6 +519,29 @@ AcceptedValues: [] HelpMessage: '' ``` +### -SizeInGb + +The size of the image in GB. +For example, 64. +Read-only. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -SourceImageResourceId The unique identifier (ID) of the source image resource on Azure. @@ -633,8 +679,14 @@ Read-only. For example, 1909. Read-only. [OSStatus ]: cloudPcDeviceImageOsStatus + [OSVersionNumber ]: The operating system version of this image. +For example, 10.0.22000.296. +Read-only. [OperatingSystem ]: The operating system (OS) of the image. For example, Windows 11 Enterprise. +Read-only. + [SizeInGb ]: The size of the image in GB. +For example, 64. Read-only. [SourceImageResourceId ]: The unique identifier (ID) of the source image resource on Azure. The required ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointGalleryImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointGalleryImage.md index ba4487fff73fd..8cb47491baab1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointGalleryImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointGalleryImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementvirtualendpointgalleryimage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementVirtualEndpointGalleryImage --- @@ -25,9 +25,9 @@ Create new navigation property to galleryImages for deviceManagement ``` New-MgDeviceManagementVirtualEndpointGalleryImage [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-EndDate ] - [-ExpirationDate ] [-Id ] [-OfferName ] [-PublisherName ] - [-SizeInGb ] [-SkuName ] [-StartDate ] [-Status ] [-Break] - [-Headers ] [-HttpPipelineAppend ] + [-ExpirationDate ] [-Id ] [-OSVersionNumber ] [-OfferName ] + [-PublisherName ] [-SizeInGb ] [-SkuName ] [-StartDate ] + [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] ``` @@ -318,6 +318,29 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OSVersionNumber + +The operating system version of this gallery image. +For example, 10.0.22000.296. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Proxy The URI for the proxy server to use @@ -581,6 +604,9 @@ Read-only. Users are unable to provision new Cloud PCs if the current time is later than expirationDate. The value is usually endDate plus six months. For example, if the startDate is 2025-10-14, the expirationDate is usually 2026-04-14. +Read-only. + [OSVersionNumber ]: The operating system version of this gallery image. +For example, 10.0.22000.296. Read-only. [OfferName ]: The offer name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointOnPremiseConnection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointOnPremiseConnection.md index ac48e466e5abe..136c9aef88f2c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointOnPremiseConnection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointOnPremiseConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementvirtualendpointonpremiseconnection Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementVirtualEndpointOnPremiseConnection --- @@ -26,11 +26,11 @@ Create a new cloudPcOnPremisesConnection object for provisioning Cloud PCs. New-MgDeviceManagementVirtualEndpointOnPremiseConnection [-ResponseHeadersVariable ] [-AdDomainName ] [-AdDomainPassword ] [-AdDomainUsername ] [-AdditionalProperties ] [-AlternateResourceUrl ] [-ConnectionType ] - [-DisplayName ] [-HealthCheckStatus ] + [-DisplayName ] [-HealthCheckPaused] [-HealthCheckStatus ] [-HealthCheckStatusDetail ] [-Id ] - [-InUse] [-OrganizationalUnit ] [-ResourceGroupId ] [-SubnetId ] - [-SubscriptionId ] [-SubscriptionName ] [-VirtualNetworkId ] - [-VirtualNetworkLocation ] [-Break] [-Headers ] + [-InUse] [-InUseByCloudPc] [-OrganizationalUnit ] [-ResourceGroupId ] + [-ScopeIds ] [-SubnetId ] [-SubscriptionId ] [-SubscriptionName ] + [-VirtualNetworkId ] [-VirtualNetworkLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] @@ -173,7 +173,7 @@ HelpMessage: '' ### -AlternateResourceUrl The interface URL of the partner service's resource that links to this Azure network connection. -Returned only on $select. +Requires $select to retrieve. ```yaml Type: System.String @@ -320,6 +320,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -HealthCheckPaused + +Indicates whether regular health checks on the network or domain configuration are paused or active. +false if the regular health checks on the network or domain configuration are currently active. +true if the checks are paused. +If you perform a create or update operation on a onPremisesNetworkConnection resource, this value is set to false for four weeks. +If you retry a health check on network or domain configuration, this value is set to false for two weeks. +If the onPremisesNetworkConnection resource is attached in a provisioningPolicy or used by a Cloud PC in the past four weeks, healthCheckPaused is set to false. +Read-only. +Default is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -HealthCheckStatus cloudPcOnPremisesConnectionStatus @@ -453,6 +481,31 @@ AcceptedValues: [] HelpMessage: '' ``` +### -InUseByCloudPc + +Indicates whether a Cloud PC is using this on-premises network connection. +true if at least one Cloud PC is using it. +Otherwise, false. +Read-only. +Default is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -OrganizationalUnit The organizational unit (OU) in which the computer account is created. @@ -583,6 +636,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ScopeIds + +The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -SubnetId The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. @@ -757,9 +832,17 @@ Optional. Required format: admin@contoso.com. Optional. [AlternateResourceUrl ]: The interface URL of the partner service's resource that links to this Azure network connection. -Returned only on $select. +Requires $select to retrieve. [ConnectionType ]: cloudPcOnPremisesConnectionType [DisplayName ]: The display name for the Azure network connection. + [HealthCheckPaused ]: Indicates whether regular health checks on the network or domain configuration are paused or active. +false if the regular health checks on the network or domain configuration are currently active. +true if the checks are paused. +If you perform a create or update operation on a onPremisesNetworkConnection resource, this value is set to false for four weeks. +If you retry a health check on network or domain configuration, this value is set to false for two weeks. +If the onPremisesNetworkConnection resource is attached in a provisioningPolicy or used by a Cloud PC in the past four weeks, healthCheckPaused is set to false. +Read-only. +Default is false. [HealthCheckStatus ]: cloudPcOnPremisesConnectionStatus [HealthCheckStatusDetail ]: cloudPcOnPremisesConnectionStatusDetail [(Any) ]: This indicates any property can be added to this object. @@ -799,11 +882,18 @@ You can't delete a connection that’s in use. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only. + [InUseByCloudPc ]: Indicates whether a Cloud PC is using this on-premises network connection. +true if at least one Cloud PC is using it. +Otherwise, false. +Read-only. +Default is false. [OrganizationalUnit ]: The organizational unit (OU) in which the computer account is created. If left null, the OU configured as the default (a well-known computer object container) in the tenant's Active Directory domain (OU) is used. Optional. [ResourceGroupId ]: The unique identifier of the target resource group used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}' + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. [SubnetId ]: The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}' [SubscriptionId ]: The unique identifier of the Azure subscription associated with the tenant. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointProvisioningPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointProvisioningPolicy.md index d192db954e0a0..767d0db48560c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementvirtualendpointprovisioningpolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementVirtualEndpointProvisioningPolicy --- @@ -813,10 +813,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -959,7 +959,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1018,7 +1018,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1027,7 +1027,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1043,27 +1043,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1126,7 +1147,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1153,7 +1174,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1210,15 +1231,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1228,22 +1248,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1255,9 +1279,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1267,7 +1292,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1347,10 +1372,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1731,6 +1758,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1742,6 +1770,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1791,7 +1820,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1862,12 +1891,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1938,12 +1967,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1961,7 +1993,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1969,7 +2001,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1979,7 +2011,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2071,7 +2103,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2378,6 +2410,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3261,11 +3303,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3277,14 +3319,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3296,13 +3338,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3578,13 +3620,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3602,9 +3644,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3699,12 +3742,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3724,6 +3767,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3731,11 +3775,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3783,24 +3830,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3824,7 +3871,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3873,7 +3920,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3934,11 +3981,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3955,10 +4002,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4229,6 +4276,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4267,7 +4322,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4279,6 +4334,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4556,22 +4612,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4704,7 +4770,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4747,7 +4813,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4959,6 +5025,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5014,7 +5082,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5045,11 +5113,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5070,35 +5138,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5254,7 +5322,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5279,7 +5347,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5295,7 +5363,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5355,7 +5423,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5367,7 +5435,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5647,7 +5715,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5661,16 +5729,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5695,6 +5763,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5812,9 +5885,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5828,11 +5901,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5947,7 +6020,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5962,7 +6035,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [Target ]: cloudPcManagementAssignmentTarget @@ -5996,10 +6069,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6142,7 +6215,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6201,7 +6274,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6210,7 +6283,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6226,27 +6299,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6309,7 +6403,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6336,7 +6430,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6393,15 +6487,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6411,22 +6504,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6438,9 +6535,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6450,7 +6548,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6530,10 +6628,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6914,6 +7014,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6925,6 +7026,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6974,7 +7076,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7045,12 +7147,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7121,12 +7223,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7144,7 +7249,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7152,7 +7257,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7162,7 +7267,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7254,7 +7359,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7561,6 +7666,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8444,11 +8559,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8460,14 +8575,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8479,13 +8594,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8761,13 +8876,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8785,9 +8900,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8882,12 +8998,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8907,6 +9023,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8914,11 +9031,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8966,24 +9086,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9007,7 +9127,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9056,7 +9176,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9117,11 +9237,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9138,10 +9258,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9412,6 +9532,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9450,7 +9578,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9462,6 +9590,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9739,22 +9868,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9887,7 +10026,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9930,7 +10069,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10142,6 +10281,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10197,7 +10338,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10228,11 +10369,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10253,35 +10394,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10437,7 +10578,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10462,7 +10603,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10478,7 +10619,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10538,7 +10679,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10550,7 +10691,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10830,7 +10971,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10844,16 +10985,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10878,6 +11019,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10995,9 +11141,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11011,11 +11157,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11130,7 +11276,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11145,7 +11291,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [Target ]: cloudPcManagementAssignmentTarget diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md index ca1410c2bded5..d051a2cc0db53 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementvirtualendpointprovisioningpolicyassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment --- @@ -529,10 +529,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -675,7 +675,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -734,7 +734,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -743,7 +743,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -759,27 +759,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -842,7 +863,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -869,7 +890,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -926,15 +947,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -944,22 +964,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -971,9 +995,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -983,7 +1008,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1063,10 +1088,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1447,6 +1474,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1458,6 +1486,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1507,7 +1536,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1578,12 +1607,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1654,12 +1683,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1677,7 +1709,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1685,7 +1717,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1695,7 +1727,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -1787,7 +1819,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2094,6 +2126,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2977,11 +3019,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2993,14 +3035,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3012,13 +3054,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3294,13 +3336,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3318,9 +3360,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3415,12 +3458,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3440,6 +3483,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3447,11 +3491,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3499,24 +3546,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3540,7 +3587,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3589,7 +3636,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3650,11 +3697,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3671,10 +3718,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3945,6 +3992,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3983,7 +4038,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3995,6 +4050,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4272,22 +4328,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4420,7 +4486,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4463,7 +4529,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4675,6 +4741,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4730,7 +4798,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4761,11 +4829,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4786,35 +4854,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4970,7 +5038,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4995,7 +5063,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5011,7 +5079,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5071,7 +5139,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5083,7 +5151,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5363,7 +5431,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5377,16 +5445,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5411,6 +5479,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5528,9 +5601,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5544,11 +5617,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5663,7 +5736,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5678,7 +5751,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -5695,10 +5768,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -5841,7 +5914,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -5900,7 +5973,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -5909,7 +5982,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -5925,27 +5998,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6008,7 +6102,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6035,7 +6129,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6092,15 +6186,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6110,22 +6203,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6137,9 +6234,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6149,7 +6247,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6229,10 +6327,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6613,6 +6713,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6624,6 +6725,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6673,7 +6775,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6744,12 +6846,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6820,12 +6922,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -6843,7 +6948,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -6851,7 +6956,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -6861,7 +6966,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -6953,7 +7058,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7260,6 +7365,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8143,11 +8258,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8159,14 +8274,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8178,13 +8293,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8460,13 +8575,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8484,9 +8599,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8581,12 +8697,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8606,6 +8722,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8613,11 +8730,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8665,24 +8785,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8706,7 +8826,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8755,7 +8875,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8816,11 +8936,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8837,10 +8957,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9111,6 +9231,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9149,7 +9277,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9161,6 +9289,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9438,22 +9567,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9586,7 +9725,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9629,7 +9768,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9841,6 +9980,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9896,7 +10037,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9927,11 +10068,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9952,35 +10093,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10136,7 +10277,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10161,7 +10302,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10177,7 +10318,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10237,7 +10378,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10249,7 +10390,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10529,7 +10670,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10543,16 +10684,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10577,6 +10718,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10694,9 +10840,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10710,11 +10856,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10829,7 +10975,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10844,7 +10990,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [Target ]: cloudPcManagementAssignmentTarget diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointUserSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointUserSetting.md index a11f80f4a9d2d..d65daf15bfd6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointUserSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointUserSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementvirtualendpointusersetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementVirtualEndpointUserSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointUserSettingAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointUserSettingAssignment.md index d8174a22612cc..966baa3348e75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointUserSettingAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/New-MgDeviceManagementVirtualEndpointUserSettingAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/new-mgdevicemanagementvirtualendpointusersettingassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementVirtualEndpointUserSettingAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementApplePushNotificationCertificate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementApplePushNotificationCertificate.md index 574ce16420e18..13ec655de7b6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementApplePushNotificationCertificate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementApplePushNotificationCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementapplepushnotificationcertificate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementApplePushNotificationCertificate --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementAuditEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementAuditEvent.md index 2b5b5b1566f8e..bf4596e8ccb39 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementAuditEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementauditevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementAuditEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementComplianceManagementPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementComplianceManagementPartner.md index de8bccf1795d4..ac408db25ba7b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementComplianceManagementPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementComplianceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementcompliancemanagementpartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementComplianceManagementPartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementExchangeConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementExchangeConnector.md index 9a83c57e94fd0..bfa548037b08f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementExchangeConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementExchangeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementexchangeconnector Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementExchangeConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementIoUpdateStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementIoUpdateStatus.md index 3e8b1053212bb..8431c1a397f1b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementIoUpdateStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementIoUpdateStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementioupdatestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementIoUpdateStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementMobileThreatDefenseConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementMobileThreatDefenseConnector.md index dd0d424314019..e63fd695429b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementMobileThreatDefenseConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementMobileThreatDefenseConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementmobilethreatdefenseconnector Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementMobileThreatDefenseConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementPartner.md index 335efdb3e03d2..985f73c2fcc94 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementpartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementPartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRemoteAssistancePartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRemoteAssistancePartner.md index 9b9c5db2a8f2a..df7a2843b1929 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRemoteAssistancePartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRemoteAssistancePartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementremoteassistancepartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementRemoteAssistancePartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementResourceOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementResourceOperation.md index 375ee28bd3454..c48c1a35fbe03 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementResourceOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementResourceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementresourceoperation Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementResourceOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleAssignment.md index abe293e0c9201..7bb5165086290 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementRoleAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleDefinition.md index f8c96d8c35581..f1876f422ba50 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementRoleDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleDefinitionRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleDefinitionRoleAssignment.md index 02a6bb6618822..1188f3abc4239 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleDefinitionRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementRoleDefinitionRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementroledefinitionroleassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementRoleDefinitionRoleAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndCondition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndCondition.md index a4930f389223e..ee525dca1e5a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndCondition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementtermandcondition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementTermAndCondition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndConditionAcceptanceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndConditionAcceptanceStatus.md index bd5072eb3c655..31b26108c0d46 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndConditionAcceptanceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndConditionAcceptanceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementtermandconditionacceptancestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementTermAndConditionAcceptanceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndConditionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndConditionAssignment.md index aa1793ed56ff1..1ba413b12d869 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndConditionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementTermAndConditionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementtermandconditionassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementTermAndConditionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointDeviceImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointDeviceImage.md index 073d1c1512b82..b6783a2bbbc2c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointDeviceImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointDeviceImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementvirtualendpointdeviceimage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementVirtualEndpointDeviceImage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointGalleryImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointGalleryImage.md index 3e4d5a7d96995..e1f9443133e1d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointGalleryImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointGalleryImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementvirtualendpointgalleryimage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementVirtualEndpointGalleryImage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection.md index 12659eebaf813..a98f541e8ce4b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementvirtualendpointonpremiseconnection Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy.md index c86f97b5ce954..63a6539029732 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementvirtualendpointprovisioningpolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md index a08188e7e6279..7266656c8e177 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementvirtualendpointprovisioningpolicyassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxBackup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointReport.md similarity index 84% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxBackup.md rename to microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointReport.md index 18ac55b199035..9afc4c6efb991 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxBackup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointReport.md @@ -1,26 +1,29 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxbackup +external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementvirtualendpointreport Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.DeviceManagement.Administration +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 -title: Remove-MgBetaSolutionBackupRestoreMailboxBackup +title: Remove-MgDeviceManagementVirtualEndpointReport --- -# Remove-MgBetaSolutionBackupRestoreMailboxBackup +# Remove-MgDeviceManagementVirtualEndpointReport ## SYNOPSIS -Delete navigation property allMailboxesBackup for solutions +Delete navigation property report for deviceManagement + +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaDeviceManagementVirtualEndpointReport](/powershell/module/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointReport?view=graph-powershell-beta) ## SYNTAX ### Delete (Default) ``` -Remove-MgBetaSolutionBackupRestoreMailboxBackup [-IfMatch ] +Remove-MgDeviceManagementVirtualEndpointReport [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] @@ -34,7 +37,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete navigation property allMailboxesBackup for solutions +Delete navigation property report for deviceManagement ## PARAMETERS @@ -107,7 +110,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -128,7 +131,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -316,7 +319,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Remove-MgBetaSolutionBackupRestoreMailboxBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxbackup) +- [Remove-MgDeviceManagementVirtualEndpointReport](https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementvirtualendpointreport) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointUserSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointUserSetting.md index 429011dc36f99..211239e0e2c1a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointUserSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointUserSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementvirtualendpointusersetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementVirtualEndpointUserSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment.md index 7b9180bc84943..fe45b7c8da28d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/remove-mgdevicemanagementvirtualendpointusersettingassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Rename-MgDeviceManagementVirtualEndpointCloudPc.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Rename-MgDeviceManagementVirtualEndpointCloudPc.md index e339b9c181332..3633832b32a7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Rename-MgDeviceManagementVirtualEndpointCloudPc.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Rename-MgDeviceManagementVirtualEndpointCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/rename-mgdevicemanagementvirtualendpointcloudpc Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Rename-MgDeviceManagementVirtualEndpointCloudPc --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Resize-MgDeviceManagementVirtualEndpointCloudPc.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Resize-MgDeviceManagementVirtualEndpointCloudPc.md index 524b768797d76..8c80563224799 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Resize-MgDeviceManagementVirtualEndpointCloudPc.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Resize-MgDeviceManagementVirtualEndpointCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/resize-mgdevicemanagementvirtualendpointcloudpc Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Resize-MgDeviceManagementVirtualEndpointCloudPc --- @@ -81,8 +81,9 @@ Upgrade or downgrade an existing Cloud PC to a configuration with a new virtual | Application | CloudPC.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.DeviceManagement.Administration @@ -92,6 +93,10 @@ $params = @{ Resize-MgDeviceManagementVirtualEndpointCloudPc -CloudPCId $cloudPCId -BodyParameter $params +``` +This example shows how to use the Resize-MgDeviceManagementVirtualEndpointCloudPc Cmdlet. + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Restart-MgDeviceManagementVirtualEndpointCloudPc.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Restart-MgDeviceManagementVirtualEndpointCloudPc.md index 10f9ca2b0ca63..f5e07017dfd0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Restart-MgDeviceManagementVirtualEndpointCloudPc.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Restart-MgDeviceManagementVirtualEndpointCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/restart-mgdevicemanagementvirtualendpointcloudpc Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgDeviceManagementVirtualEndpointCloudPc --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Restore-MgDeviceManagementVirtualEndpointCloudPc.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Restore-MgDeviceManagementVirtualEndpointCloudPc.md index 368fd32e4e17c..d16f15dcf437f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Restore-MgDeviceManagementVirtualEndpointCloudPc.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Restore-MgDeviceManagementVirtualEndpointCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/restore-mgdevicemanagementvirtualendpointcloudpc Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDeviceManagementVirtualEndpointCloudPc --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Set-MgDeviceManagementVirtualEndpointProvisioningPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Set-MgDeviceManagementVirtualEndpointProvisioningPolicy.md index 3c9a53da71986..0f085c9f04d4d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Set-MgDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Set-MgDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/set-mgdevicemanagementvirtualendpointprovisioningpolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceManagementVirtualEndpointProvisioningPolicy --- @@ -526,10 +526,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -672,7 +672,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -731,7 +731,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -740,7 +740,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -756,27 +756,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -839,7 +860,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -866,7 +887,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -923,15 +944,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -941,22 +961,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -968,9 +992,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -980,7 +1005,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1060,10 +1085,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1444,6 +1471,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1455,6 +1483,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1504,7 +1533,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1575,12 +1604,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1651,12 +1680,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1674,7 +1706,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1682,7 +1714,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1692,7 +1724,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -1784,7 +1816,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2091,6 +2123,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2974,11 +3016,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2990,14 +3032,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3009,13 +3051,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3291,13 +3333,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3315,9 +3357,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3412,12 +3455,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3437,6 +3480,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3444,11 +3488,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3496,24 +3543,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3537,7 +3584,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3586,7 +3633,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3647,11 +3694,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3668,10 +3715,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3942,6 +3989,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3980,7 +4035,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3992,6 +4047,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4269,22 +4325,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4417,7 +4483,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4460,7 +4526,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4672,6 +4738,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4727,7 +4795,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4758,11 +4826,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4783,35 +4851,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4967,7 +5035,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4992,7 +5060,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5008,7 +5076,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5068,7 +5136,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5080,7 +5148,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5360,7 +5428,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5374,16 +5442,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5408,6 +5476,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5525,9 +5598,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5541,11 +5614,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5660,7 +5733,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5675,7 +5748,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [Target ]: cloudPcManagementAssignmentTarget @@ -5695,10 +5768,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -5841,7 +5914,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -5900,7 +5973,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -5909,7 +5982,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -5925,27 +5998,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6008,7 +6102,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6035,7 +6129,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6092,15 +6186,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6110,22 +6203,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6137,9 +6234,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6149,7 +6247,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6229,10 +6327,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6613,6 +6713,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6624,6 +6725,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6673,7 +6775,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6744,12 +6846,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6820,12 +6922,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -6843,7 +6948,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -6851,7 +6956,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -6861,7 +6966,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -6953,7 +7058,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7260,6 +7365,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8143,11 +8258,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8159,14 +8274,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8178,13 +8293,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8460,13 +8575,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8484,9 +8599,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8581,12 +8697,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8606,6 +8722,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8613,11 +8730,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8665,24 +8785,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8706,7 +8826,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8755,7 +8875,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8816,11 +8936,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8837,10 +8957,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9111,6 +9231,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9149,7 +9277,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9161,6 +9289,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9438,22 +9567,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9586,7 +9725,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9629,7 +9768,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9841,6 +9980,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9896,7 +10037,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9927,11 +10068,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9952,35 +10093,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10136,7 +10277,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10161,7 +10302,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10177,7 +10318,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10237,7 +10378,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10249,7 +10390,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10529,7 +10670,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10543,16 +10684,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10577,6 +10718,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10694,9 +10840,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10710,11 +10856,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10829,7 +10975,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10844,7 +10990,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [Target ]: cloudPcManagementAssignmentTarget diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Set-MgDeviceManagementVirtualEndpointUserSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Set-MgDeviceManagementVirtualEndpointUserSetting.md index 12b0df5dbcb1e..1db5004a8f728 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Set-MgDeviceManagementVirtualEndpointUserSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Set-MgDeviceManagementVirtualEndpointUserSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/set-mgdevicemanagementvirtualendpointusersetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceManagementVirtualEndpointUserSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck.md index 6fb8e48fbe701..d2766cd42022c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/start-mgdevicemanagementvirtualendpointonpremiseconnectionhealthcheck Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod.md index b1a09d63ce8fb..1237182479045 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/stop-mgdevicemanagementvirtualendpointcloudpcgraceperiod Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Sync-MgDeviceManagementExchangeConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Sync-MgDeviceManagementExchangeConnector.md index da370ae8d86eb..63c420a305c90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Sync-MgDeviceManagementExchangeConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Sync-MgDeviceManagementExchangeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/sync-mgdevicemanagementexchangeconnector Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgDeviceManagementExchangeConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementApplePushNotificationCertificate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementApplePushNotificationCertificate.md index 996545f432471..adae3a38d37c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementApplePushNotificationCertificate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementApplePushNotificationCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementapplepushnotificationcertificate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementApplePushNotificationCertificate --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementAuditEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementAuditEvent.md index 8395f49f1d04b..4c575c2ba1f47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementAuditEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementauditevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementAuditEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementComplianceManagementPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementComplianceManagementPartner.md index 0769fd22daa06..2bc1eeb31bb6e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementComplianceManagementPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementComplianceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementcompliancemanagementpartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementComplianceManagementPartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementExchangeConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementExchangeConnector.md index 244287b5de2e6..db0cd6c4f1286 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementExchangeConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementExchangeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementexchangeconnector Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementExchangeConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementIoUpdateStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementIoUpdateStatus.md index f02c8793fcdb1..46fb032b6fd89 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementIoUpdateStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementIoUpdateStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementioupdatestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementIoUpdateStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementMobileThreatDefenseConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementMobileThreatDefenseConnector.md index d8d715bc91ac3..a1aa52b3506c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementMobileThreatDefenseConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementMobileThreatDefenseConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementmobilethreatdefenseconnector Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementMobileThreatDefenseConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementPartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementPartner.md index 0aabd1c602472..7fa02d2d3be57 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementPartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementpartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementPartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRemoteAssistancePartner.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRemoteAssistancePartner.md index 2abaa3e6ecd2e..6e907cab62bce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRemoteAssistancePartner.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRemoteAssistancePartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementremoteassistancepartner Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementRemoteAssistancePartner --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementResourceOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementResourceOperation.md index 42750c5ccd24f..ff8f2ba9697ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementResourceOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementResourceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementresourceoperation Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementResourceOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleAssignment.md index 0cc6e96bd7676..085c112980548 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementRoleAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleDefinition.md index 5cdf842af1be0..a333606d7d9e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementRoleDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleDefinitionRoleAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleDefinitionRoleAssignment.md index 3967499b7812b..0aa229be4b261 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleDefinitionRoleAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementRoleDefinitionRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementroledefinitionroleassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementRoleDefinitionRoleAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndCondition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndCondition.md index ebccd818aa5e3..b0491cdbcd66b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndCondition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementtermandcondition Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementTermAndCondition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndConditionAcceptanceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndConditionAcceptanceStatus.md index 759a0872aca06..b01d6ac579b0d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndConditionAcceptanceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndConditionAcceptanceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementtermandconditionacceptancestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementTermAndConditionAcceptanceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndConditionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndConditionAssignment.md index 6d66e61261281..fd3601e64323d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndConditionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementTermAndConditionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementtermandconditionassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementTermAndConditionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointDeviceImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointDeviceImage.md index f8f859b2e732e..64f5f36b86782 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointDeviceImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointDeviceImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointdeviceimage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementVirtualEndpointDeviceImage --- @@ -27,8 +27,9 @@ Update-MgDeviceManagementVirtualEndpointDeviceImage -CloudPcDeviceImageId ] [-AdditionalProperties ] [-DisplayName ] [-ErrorCode ] [-ExpirationDate ] [-Id ] [-LastModifiedDateTime ] [-OSBuildNumber ] [-OSStatus ] - [-OperatingSystem ] [-SourceImageResourceId ] [-Status ] - [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-OSVersionNumber ] [-OperatingSystem ] [-SizeInGb ] + [-SourceImageResourceId ] [-Status ] [-Version ] [-Break] + [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] ``` @@ -50,9 +51,9 @@ Update-MgDeviceManagementVirtualEndpointDeviceImage -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-ErrorCode ] [-ExpirationDate ] [-Id ] [-LastModifiedDateTime ] - [-OSBuildNumber ] [-OSStatus ] [-OperatingSystem ] - [-SourceImageResourceId ] [-Status ] [-Version ] [-Break] - [-Headers ] [-HttpPipelineAppend ] + [-OSBuildNumber ] [-OSStatus ] [-OSVersionNumber ] + [-OperatingSystem ] [-SizeInGb ] [-SourceImageResourceId ] [-Status ] + [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] ``` @@ -522,6 +523,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OSVersionNumber + +The operating system version of this image. +For example, 10.0.22000.296. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Proxy The URI for the proxy server to use @@ -607,6 +637,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -SizeInGb + +The size of the image in GB. +For example, 64. +Read-only. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -SourceImageResourceId The unique identifier (ID) of the source image resource on Azure. @@ -766,8 +825,14 @@ Read-only. For example, 1909. Read-only. [OSStatus ]: cloudPcDeviceImageOsStatus + [OSVersionNumber ]: The operating system version of this image. +For example, 10.0.22000.296. +Read-only. [OperatingSystem ]: The operating system (OS) of the image. For example, Windows 11 Enterprise. +Read-only. + [SizeInGb ]: The size of the image in GB. +For example, 64. Read-only. [SourceImageResourceId ]: The unique identifier (ID) of the source image resource on Azure. The required ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointGalleryImage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointGalleryImage.md index 138dceab9cd65..d8264303d3fc2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointGalleryImage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointGalleryImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointgalleryimage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementVirtualEndpointGalleryImage --- @@ -25,11 +25,12 @@ Update the navigation property galleryImages in deviceManagement ``` Update-MgDeviceManagementVirtualEndpointGalleryImage -CloudPcGalleryImageId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] - [-EndDate ] [-ExpirationDate ] [-Id ] [-OfferName ] - [-PublisherName ] [-SizeInGb ] [-SkuName ] [-StartDate ] - [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-EndDate ] [-ExpirationDate ] [-Id ] [-OSVersionNumber ] + [-OfferName ] [-PublisherName ] [-SizeInGb ] [-SkuName ] + [-StartDate ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] ``` ### Update @@ -48,9 +49,9 @@ Update-MgDeviceManagementVirtualEndpointGalleryImage -CloudPcGalleryImageId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-EndDate ] - [-ExpirationDate ] [-Id ] [-OfferName ] [-PublisherName ] - [-SizeInGb ] [-SkuName ] [-StartDate ] [-Status ] [-Break] - [-Headers ] [-HttpPipelineAppend ] + [-ExpirationDate ] [-Id ] [-OSVersionNumber ] [-OfferName ] + [-PublisherName ] [-SizeInGb ] [-SkuName ] [-StartDate ] + [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] ``` @@ -439,6 +440,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OSVersionNumber + +The operating system version of this gallery image. +For example, 10.0.22000.296. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Proxy The URI for the proxy server to use @@ -736,6 +766,9 @@ Read-only. Users are unable to provision new Cloud PCs if the current time is later than expirationDate. The value is usually endDate plus six months. For example, if the startDate is 2025-10-14, the expirationDate is usually 2026-04-14. +Read-only. + [OSVersionNumber ]: The operating system version of this gallery image. +For example, 10.0.22000.296. Read-only. [OfferName ]: The offer name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointOnPremiseConnection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointOnPremiseConnection.md index c38cc13a6ab36..f2e52a4485e20 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointOnPremiseConnection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointOnPremiseConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointonpremiseconnection Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementVirtualEndpointOnPremiseConnection --- @@ -26,11 +26,12 @@ Update the properties of a cloudPcOnPremisesConnection object. Update-MgDeviceManagementVirtualEndpointOnPremiseConnection -CloudPcOnPremisesConnectionId [-ResponseHeadersVariable ] [-AdDomainName ] [-AdDomainPassword ] [-AdDomainUsername ] [-AdditionalProperties ] [-AlternateResourceUrl ] - [-ConnectionType ] [-DisplayName ] [-HealthCheckStatus ] + [-ConnectionType ] [-DisplayName ] [-HealthCheckPaused] + [-HealthCheckStatus ] [-HealthCheckStatusDetail ] [-Id ] - [-InUse] [-OrganizationalUnit ] [-ResourceGroupId ] [-SubnetId ] - [-SubscriptionId ] [-SubscriptionName ] [-VirtualNetworkId ] - [-VirtualNetworkLocation ] [-Break] [-Headers ] + [-InUse] [-InUseByCloudPc] [-OrganizationalUnit ] [-ResourceGroupId ] + [-ScopeIds ] [-SubnetId ] [-SubscriptionId ] [-SubscriptionName ] + [-VirtualNetworkId ] [-VirtualNetworkLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] @@ -53,11 +54,11 @@ Update-MgDeviceManagementVirtualEndpointOnPremiseConnection -InputObject [-ResponseHeadersVariable ] [-AdDomainName ] [-AdDomainPassword ] [-AdDomainUsername ] [-AdditionalProperties ] [-AlternateResourceUrl ] [-ConnectionType ] - [-DisplayName ] [-HealthCheckStatus ] + [-DisplayName ] [-HealthCheckPaused] [-HealthCheckStatus ] [-HealthCheckStatusDetail ] [-Id ] - [-InUse] [-OrganizationalUnit ] [-ResourceGroupId ] [-SubnetId ] - [-SubscriptionId ] [-SubscriptionName ] [-VirtualNetworkId ] - [-VirtualNetworkLocation ] [-Break] [-Headers ] + [-InUse] [-InUseByCloudPc] [-OrganizationalUnit ] [-ResourceGroupId ] + [-ScopeIds ] [-SubnetId ] [-SubscriptionId ] [-SubscriptionName ] + [-VirtualNetworkId ] [-VirtualNetworkLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] @@ -226,7 +227,7 @@ HelpMessage: '' ### -AlternateResourceUrl The interface URL of the partner service's resource that links to this Azure network connection. -Returned only on $select. +Requires $select to retrieve. ```yaml Type: System.String @@ -424,6 +425,40 @@ AcceptedValues: [] HelpMessage: '' ``` +### -HealthCheckPaused + +Indicates whether regular health checks on the network or domain configuration are paused or active. +false if the regular health checks on the network or domain configuration are currently active. +true if the checks are paused. +If you perform a create or update operation on a onPremisesNetworkConnection resource, this value is set to false for four weeks. +If you retry a health check on network or domain configuration, this value is set to false for two weeks. +If the onPremisesNetworkConnection resource is attached in a provisioningPolicy or used by a Cloud PC in the past four weeks, healthCheckPaused is set to false. +Read-only. +Default is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -HealthCheckStatus cloudPcOnPremisesConnectionStatus @@ -609,6 +644,37 @@ AcceptedValues: [] HelpMessage: '' ``` +### -InUseByCloudPc + +Indicates whether a Cloud PC is using this on-premises network connection. +true if at least one Cloud PC is using it. +Otherwise, false. +Read-only. +Default is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -OrganizationalUnit The organizational unit (OU) in which the computer account is created. @@ -751,6 +817,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ScopeIds + +The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -SubnetId The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. @@ -959,9 +1053,17 @@ Optional. Required format: admin@contoso.com. Optional. [AlternateResourceUrl ]: The interface URL of the partner service's resource that links to this Azure network connection. -Returned only on $select. +Requires $select to retrieve. [ConnectionType ]: cloudPcOnPremisesConnectionType [DisplayName ]: The display name for the Azure network connection. + [HealthCheckPaused ]: Indicates whether regular health checks on the network or domain configuration are paused or active. +false if the regular health checks on the network or domain configuration are currently active. +true if the checks are paused. +If you perform a create or update operation on a onPremisesNetworkConnection resource, this value is set to false for four weeks. +If you retry a health check on network or domain configuration, this value is set to false for two weeks. +If the onPremisesNetworkConnection resource is attached in a provisioningPolicy or used by a Cloud PC in the past four weeks, healthCheckPaused is set to false. +Read-only. +Default is false. [HealthCheckStatus ]: cloudPcOnPremisesConnectionStatus [HealthCheckStatusDetail ]: cloudPcOnPremisesConnectionStatusDetail [(Any) ]: This indicates any property can be added to this object. @@ -1001,11 +1103,18 @@ You can't delete a connection that’s in use. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only. + [InUseByCloudPc ]: Indicates whether a Cloud PC is using this on-premises network connection. +true if at least one Cloud PC is using it. +Otherwise, false. +Read-only. +Default is false. [OrganizationalUnit ]: The organizational unit (OU) in which the computer account is created. If left null, the OU configured as the default (a well-known computer object container) in the tenant's Active Directory domain (OU) is used. Optional. [ResourceGroupId ]: The unique identifier of the target resource group used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}' + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. [SubnetId ]: The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}' [SubscriptionId ]: The unique identifier of the Azure subscription associated with the tenant. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicy.md index b4a1f2ab19d9b..e097ca0fb73ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointprovisioningpolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementVirtualEndpointProvisioningPolicy --- @@ -1012,10 +1012,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1158,7 +1158,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1217,7 +1217,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1226,7 +1226,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1242,27 +1242,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1325,7 +1346,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1352,7 +1373,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1409,15 +1430,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1427,22 +1447,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1454,9 +1478,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1466,7 +1491,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1546,10 +1571,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1930,6 +1957,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1941,6 +1969,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1990,7 +2019,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2061,12 +2090,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2137,12 +2166,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2160,7 +2192,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2168,7 +2200,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2178,7 +2210,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2270,7 +2302,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2577,6 +2609,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3460,11 +3502,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3476,14 +3518,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3495,13 +3537,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3777,13 +3819,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3801,9 +3843,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3898,12 +3941,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3923,6 +3966,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3930,11 +3974,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3982,24 +4029,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4023,7 +4070,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4072,7 +4119,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4133,11 +4180,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4154,10 +4201,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4428,6 +4475,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4466,7 +4521,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4478,6 +4533,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4755,22 +4811,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4903,7 +4969,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4946,7 +5012,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5158,6 +5224,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5213,7 +5281,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5244,11 +5312,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5269,35 +5337,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5453,7 +5521,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5478,7 +5546,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5494,7 +5562,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5554,7 +5622,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5566,7 +5634,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5846,7 +5914,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5860,16 +5928,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5894,6 +5962,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6011,9 +6084,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6027,11 +6100,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6146,7 +6219,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6161,7 +6234,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [Target ]: cloudPcManagementAssignmentTarget @@ -6195,10 +6268,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6341,7 +6414,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6400,7 +6473,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6409,7 +6482,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6425,27 +6498,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6508,7 +6602,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6535,7 +6629,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6592,15 +6686,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6610,22 +6703,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6637,9 +6734,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6649,7 +6747,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6729,10 +6827,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7113,6 +7213,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7124,6 +7225,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7173,7 +7275,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7244,12 +7346,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7320,12 +7422,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7343,7 +7448,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7351,7 +7456,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7361,7 +7466,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7453,7 +7558,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7760,6 +7865,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8643,11 +8758,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8659,14 +8774,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8678,13 +8793,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8960,13 +9075,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8984,9 +9099,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9081,12 +9197,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9106,6 +9222,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9113,11 +9230,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9165,24 +9285,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9206,7 +9326,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9255,7 +9375,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9316,11 +9436,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9337,10 +9457,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9611,6 +9731,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9649,7 +9777,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9661,6 +9789,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9938,22 +10067,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10086,7 +10225,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10129,7 +10268,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10341,6 +10480,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10396,7 +10537,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10427,11 +10568,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10452,35 +10593,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10636,7 +10777,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10661,7 +10802,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10677,7 +10818,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10737,7 +10878,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10749,7 +10890,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11029,7 +11170,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11043,16 +11184,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11077,6 +11218,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11194,9 +11340,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11210,11 +11356,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11329,7 +11475,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11344,7 +11490,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [Target ]: cloudPcManagementAssignmentTarget diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md index 6b9b82280632b..c64c9b0ee8b93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointprovisioningpolicyassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment --- @@ -557,10 +557,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -703,7 +703,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -762,7 +762,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -771,7 +771,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -787,27 +787,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -870,7 +891,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -897,7 +918,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -954,15 +975,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -972,22 +992,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -999,9 +1023,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1011,7 +1036,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1091,10 +1116,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1475,6 +1502,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1486,6 +1514,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1535,7 +1564,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1606,12 +1635,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1682,12 +1711,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1705,7 +1737,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1713,7 +1745,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1723,7 +1755,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -1815,7 +1847,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2122,6 +2154,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3005,11 +3047,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3021,14 +3063,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3040,13 +3082,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3322,13 +3364,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3346,9 +3388,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3443,12 +3486,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3468,6 +3511,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3475,11 +3519,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3527,24 +3574,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3568,7 +3615,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3617,7 +3664,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3678,11 +3725,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3699,10 +3746,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3973,6 +4020,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4011,7 +4066,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4023,6 +4078,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4300,22 +4356,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4448,7 +4514,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4491,7 +4557,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4703,6 +4769,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4758,7 +4826,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4789,11 +4857,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4814,35 +4882,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4998,7 +5066,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5023,7 +5091,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5039,7 +5107,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5099,7 +5167,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5111,7 +5179,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5391,7 +5459,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5405,16 +5473,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5439,6 +5507,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5556,9 +5629,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5572,11 +5645,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5691,7 +5764,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5706,7 +5779,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -5723,10 +5796,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -5869,7 +5942,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -5928,7 +6001,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -5937,7 +6010,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -5953,27 +6026,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6036,7 +6130,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6063,7 +6157,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6120,15 +6214,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6138,22 +6231,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6165,9 +6262,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6177,7 +6275,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6257,10 +6355,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6641,6 +6741,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6652,6 +6753,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6701,7 +6803,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6772,12 +6874,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6848,12 +6950,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -6871,7 +6976,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -6879,7 +6984,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -6889,7 +6994,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -6981,7 +7086,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7288,6 +7393,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8171,11 +8286,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8187,14 +8302,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8206,13 +8321,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8488,13 +8603,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8512,9 +8627,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8609,12 +8725,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8634,6 +8750,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8641,11 +8758,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8693,24 +8813,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8734,7 +8854,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8783,7 +8903,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8844,11 +8964,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8865,10 +8985,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9139,6 +9259,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9177,7 +9305,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9189,6 +9317,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9466,22 +9595,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9614,7 +9753,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9657,7 +9796,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9869,6 +10008,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9924,7 +10065,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9955,11 +10096,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9980,35 +10121,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10164,7 +10305,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10189,7 +10330,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10205,7 +10346,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10265,7 +10406,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10277,7 +10418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10557,7 +10698,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10571,16 +10712,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10605,6 +10746,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10722,9 +10868,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10738,11 +10884,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10857,7 +11003,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10872,7 +11018,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [Target ]: cloudPcManagementAssignmentTarget diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md index f33fbb6ed5924..98e1f55b7512d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointprovisioningpolicyassignmentassignedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveBackup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointReport.md similarity index 70% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveBackup.md rename to microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointReport.md index 05c4a2afc5526..4b4510440b952 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveBackup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointReport.md @@ -1,29 +1,42 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredrivebackup +external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointreport Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.DeviceManagement.Administration +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 -title: Remove-MgBetaSolutionBackupRestoreDriveBackup +title: Update-MgDeviceManagementVirtualEndpointReport --- -# Remove-MgBetaSolutionBackupRestoreDriveBackup +# Update-MgDeviceManagementVirtualEndpointReport ## SYNOPSIS -Delete navigation property allDrivesBackup for solutions +Update the navigation property report in deviceManagement + +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaDeviceManagementVirtualEndpointReport](/powershell/module/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointReport?view=graph-powershell-beta) ## SYNTAX -### Delete (Default) +### UpdateExpanded (Default) + +``` +Update-MgDeviceManagementVirtualEndpointReport [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [] +``` + +### Update ``` -Remove-MgBetaSolutionBackupRestoreDriveBackup [-IfMatch ] +Update-MgDeviceManagementVirtualEndpointReport -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] ``` @@ -34,10 +47,52 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete navigation property allDrivesBackup for solutions +Update the navigation property report in deviceManagement ## PARAMETERS +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +cloudPcReport + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Break Wait for .NET debugger to attach @@ -107,7 +162,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -128,7 +183,7 @@ HelpMessage: '' SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -144,9 +199,10 @@ AcceptedValues: [] HelpMessage: '' ``` -### -IfMatch +### -Id -ETag +The unique identifier for an entity. +Read-only. ```yaml Type: System.String @@ -154,28 +210,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) - Position: Named - IsRequired: false - ValueFromPipeline: false - ValueFromPipelineByPropertyName: false - ValueFromRemainingArguments: false -DontShow: false -AcceptedValues: [] -HelpMessage: '' -``` - -### -PassThru - -Returns true when the command succeeds - -```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: False -SupportsWildcards: false -Aliases: [] -ParameterSets: -- Name: (All) +- Name: UpdateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -302,13 +337,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### System.Collections.Hashtable + +{{ Fill in the Description }} + ### System.Collections.IDictionary {{ Fill in the Description }} ## OUTPUTS -### System.Boolean +### System.String {{ Fill in the Description }} @@ -316,7 +355,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Remove-MgBetaSolutionBackupRestoreDriveBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredrivebackup) +- [Update-MgDeviceManagementVirtualEndpointReport](https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointreport) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointUserSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointUserSetting.md index e81c8170baa25..7167503ce4bf9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointUserSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointUserSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointusersetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementVirtualEndpointUserSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointUserSettingAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointUserSettingAssignment.md index 394e9afda7d74..2b3c064ca3bdb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointUserSettingAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointUserSettingAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Administration-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.administration/update-mgdevicemanagementvirtualendpointusersettingassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementVirtualEndpointUserSettingAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementConditionalAccessSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementConditionalAccessSetting.md index a90b8c009c8b7..97e4da6797f60 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementConditionalAccessSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementConditionalAccessSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgdevicemanagementconditionalaccesssetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementConditionalAccessSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfiguration.md index d650d8adf50d2..7efaa060efe27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgdevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceEnrollmentConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md index 0f77445ce4b55..6cdf337cd30b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgdevicemanagementdeviceenrollmentconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount.md index ca6a8ebacc299..d8f3d28a9d5b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgdevicemanagementdeviceenrollmentconfigurationassignmentcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationCount.md index 24ace527531dd..ada555e41757b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementDeviceEnrollmentConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgdevicemanagementdeviceenrollmentconfigurationcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceEnrollmentConfigurationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index 06d63fbf4c5f6..e3195f850877a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgdevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount.md index 9c2b8428bf08d..78d06fcaeee46 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgdevicemanagementimportedwindowsautopilotdeviceidentitycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementWindowsAutopilotDeviceIdentity.md index d3fe75917e45b..321654acfc0fa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgdevicemanagementwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsAutopilotDeviceIdentity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount.md index 45ec983374080..79ffb4091a8d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgdevicemanagementwindowsautopilotdeviceidentitycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgRoleManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgRoleManagement.md index 3318cd835443f..04028fc6a3ec0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgRoleManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Get-MgRoleManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/get-mgrolemanagement Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgRoleManagement --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index 9c3c610c59432..871bb37071ebd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/import-mgdevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice.md index 32a8f3424dc8f..7473c4f725ecc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/invoke-mgunassigndevicemanagementwindowsautopilotdeviceidentityuserfromdevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Microsoft.Graph.DeviceManagement.Enrollment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Microsoft.Graph.DeviceManagement.Enrollment.md index 998860677fb6f..36319141cd75a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Microsoft.Graph.DeviceManagement.Enrollment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Microsoft.Graph.DeviceManagement.Enrollment.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement.Enrollment -Module Guid: 347d22f1-9d0d-4cf7-8d98-cd5999c751af +Module Guid: cf12c6a6-844f-4430-816a-2e6f4fa92a58 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.enrollment/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementDeviceEnrollmentConfiguration.md index 114c411672e5a..2dae0d6d8c9a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/new-mgdevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceEnrollmentConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md index 56a8773e286ea..5727de96ae78c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/new-mgdevicemanagementdeviceenrollmentconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index 5fd86b4fc337a..0a77f5e641773 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/new-mgdevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementWindowsAutopilotDeviceIdentity.md index f5792d224321f..987291e112362 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/New-MgDeviceManagementWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/new-mgdevicemanagementwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementWindowsAutopilotDeviceIdentity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementConditionalAccessSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementConditionalAccessSetting.md index 33e271521fc81..97bb574bb4d07 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementConditionalAccessSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementConditionalAccessSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/remove-mgdevicemanagementconditionalaccesssetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementConditionalAccessSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementDeviceEnrollmentConfiguration.md index b747a219966a9..64c31b20d8ed8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/remove-mgdevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceEnrollmentConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md index 00642b35c64dc..1f2e7d5fb9942 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/remove-mgdevicemanagementdeviceenrollmentconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index b8c83d27bef7b..3951c249ee88e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/remove-mgdevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity.md index 90cc48d4077e1..8e9825e8ca846 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/remove-mgdevicemanagementwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementDeviceEnrollmentConfiguration.md index 4137a1574e4fc..822b48703c226 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/set-mgdevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceManagementDeviceEnrollmentConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority.md index ee09d8ddd3ed0..a5808fc0159d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/set-mgdevicemanagementdeviceenrollmentconfigurationpriority Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice.md index ae9f66ab57393..f1845f5bf249b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/set-mgdevicemanagementwindowsautopilotdeviceidentityusertodevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementConditionalAccessSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementConditionalAccessSetting.md index 6e3d208eee706..a0e5b3245950f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementConditionalAccessSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementConditionalAccessSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/update-mgdevicemanagementconditionalaccesssetting Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementConditionalAccessSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementDeviceEnrollmentConfiguration.md index 251cd63a7cfeb..423acd8d705ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/update-mgdevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceEnrollmentConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md index 2943353e24905..6a0d6dee4c223 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/update-mgdevicemanagementdeviceenrollmentconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index 9a15cf59d0555..e479a0cbc165e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/update-mgdevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty.md index 252d05056becb..a2c023964c371 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/update-mgdevicemanagementwindowsautopilotdeviceidentitydeviceproperty Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgRoleManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgRoleManagement.md index a0a5779988884..d77d538081423 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgRoleManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Enrollment/Update-MgRoleManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.enrollment/update-mgrolemanagement Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgRoleManagement --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery.md index 8f9896a0eacda..a9b94eedae7f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.functions/confirm-mgdevicemanagementwindowsenrollmentautodiscovery Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Get-MgDeviceManagementEffectivePermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Get-MgDeviceManagementEffectivePermission.md index 34d4feb77b388..cb8ead97def22 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Get-MgDeviceManagementEffectivePermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Get-MgDeviceManagementEffectivePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.functions/get-mgdevicemanagementeffectivepermission Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementEffectivePermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Invoke-MgExperienceDeviceManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Invoke-MgExperienceDeviceManagement.md index 46dbdc2d55569..646415a6151d8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Invoke-MgExperienceDeviceManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Invoke-MgExperienceDeviceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement.functions/invoke-mgexperiencedevicemanagement Locale: en-US Module Name: Microsoft.Graph.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExperienceDeviceManagement --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Microsoft.Graph.DeviceManagement.Functions.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Microsoft.Graph.DeviceManagement.Functions.md index 2b2bb2a1c7a66..5624560128374 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Microsoft.Graph.DeviceManagement.Functions.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement.Functions/Microsoft.Graph.DeviceManagement.Functions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement.Functions -Module Guid: 251d3da2-f1ea-4d5f-93f1-38ed3c1eb1cc +Module Guid: 04d61502-1841-4ea2-a4e5-f8af31fa6999 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.functions/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Clear-MgDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Clear-MgDeviceManagementManagedDevice.md index 62b05f9cd68bc..5bce72a03b5a4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Clear-MgDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Clear-MgDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/clear-mgdevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgDeviceManagementManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Disable-MgDeviceManagementManagedDeviceLostMode.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Disable-MgDeviceManagementManagedDeviceLostMode.md index d2eaa15dba6bc..15b361d43d7f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Disable-MgDeviceManagementManagedDeviceLostMode.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Disable-MgDeviceManagementManagedDeviceLostMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/disable-mgdevicemanagementmanageddevicelostmode Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Disable-MgDeviceManagementManagedDeviceLostMode --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Find-MgDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Find-MgDeviceManagementManagedDevice.md index 4a48646f9024c..30076aabcc2d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Find-MgDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Find-MgDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/find-mgdevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Find-MgDeviceManagementManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdge.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdge.md index 1330641e5261c..93eb58b70c192 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdge.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdge.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgadminedge Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgAdminEdge --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerMode.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerMode.md index 237170210cc59..9c2c6f80d48a6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerMode.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgadminedgeinternetexplorermode Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgAdminEdgeInternetExplorerMode --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteList.md index 8ef247e0a5ee1..f03dafe92cf41 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgAdminEdgeInternetExplorerModeSiteList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListCount.md index cea438fde2d79..06c9ff5cf03a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgadminedgeinternetexplorermodesitelistcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgAdminEdgeInternetExplorerModeSiteListCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md index 595eb8c742d40..3fbd4be66acbc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgadminedgeinternetexplorermodesitelistsharedcookie Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount.md index b4d6db361b4a5..b616a52e71118 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgadminedgeinternetexplorermodesitelistsharedcookiecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSite.md index 5472e15a4b23b..6f6e93101a4e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgadminedgeinternetexplorermodesitelistsite Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgAdminEdgeInternetExplorerModeSiteListSite --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount.md index d9bb5a25c5f93..12e78d0c09b17 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgadminedgeinternetexplorermodesitelistsitecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagement.md index 2323d9f38fc41..4b419c56a7874 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagement Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagement --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedApp.md index ed02c6c87dd56..c252d8af7c7b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdetectedapp Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDetectedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppCount.md index c48115f5efea6..df623fd64a38f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdetectedappcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDetectedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppManagedDevice.md index 3e4a076c18832..89deb7a2725d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdetectedappmanageddevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDetectedAppManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppManagedDeviceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppManagedDeviceCount.md index 1fbaebcbdc40c..6ae5f8ebbb813 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppManagedDeviceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDetectedAppManagedDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdetectedappmanageddevicecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDetectedAppManagedDeviceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCategory.md index b667ff0a6b3b1..818d990570ae8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecategory Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCategoryCount.md index 2b7a4ee566499..e1e760022700a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecategorycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicy.md index fe350dc8ca49a..e211a9e96c07f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyAssignment.md index 107482a45a447..61ef579909ae1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount.md index 1efb4be248beb..960192c2df7a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicyassignmentcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyCount.md index 2c764e36aa251..d410453d65c67 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md index d7954738e97ad..577cc4b3d03ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicydevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount.md index 097d7c986eb74..2d41bc027987d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicydevicesettingstatesummarycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md index dc579ed6c7c13..f19e0d3830ef5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicydevicestatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md index 0147d6a9dd6f0..c01ef99931491 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicydevicestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount.md index 2f1774250ae12..9be0f7f52ed1c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicydevicestatuscount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md index fc645b5ba0f34..25f763c652db1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicydevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md index 639527b4b4ddb..cda392f4a2e5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount.md index ad03b19d5a413..69aff1c5ce790 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicyscheduledactionforrulecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index 4f889e8124839..6edbf118866d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md index ac0bd6cb64a88..23a303b0b75cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfigurationcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md index 77143e8e67730..d0271a2d34463 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicysettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount.md index d9bdf98cb4975..39d28baad73da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicysettingstatesummarycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md index 57dc7d915ecd8..08662fdc6056e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount.md index ef3ea43f04458..b28ae2de07d6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstatecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatus.md index c96479da628af..d603f45d9181c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicyuserstatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount.md index ddf59403e550a..c45d348e2e1e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicyuserstatuscount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md index 1639b5e3c7581..ac24421eb7c7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdevicecompliancepolicyuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfiguration.md index 3cabc9e10f774..891b9a7142719 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationAssignment.md index f5250e711e6f1..18d27c40831da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationAssignmentCount.md index d271d65c06663..647797d672aa2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationassignmentcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationCount.md index 96a0e1fd2fe5f..d4fdc949573cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md index 1f988af059f11..e07e7f297cc0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount.md index 4d081f2e8cc10..e44c8ba3975b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationdevicesettingstatesummarycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md index 5d076248287cd..032f02f023651 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationdevicestatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatus.md index 74c88f621eddf..a9a7e797f2a49 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount.md index bbbde80ab22cd..d8ee68886017d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationdevicestatuscount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md index b714348983f56..83d8003d5da25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationdevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue.md index f01e01065339c..5ff8c3dd4ae30 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationomasettingplaintextvalue Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatus.md index 30451f0eb59e4..e1cefa4c9384e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatusCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatusCount.md index 7d1169823e87b..992b301e619d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatusCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationuserstatuscount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationUserStatusCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatusOverview.md index 28e0fdfc819f9..25276827addaf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementDeviceConfigurationUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementdeviceconfigurationuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementDeviceConfigurationUserStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDevice.md index 156330529fad9..6c143dc0f3b12 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCategory.md index d85e0f03e8bf6..ef0d5e6c1b44b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCategoryByRef.md index cc800dccb4ba3..e64ed5062552c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCompliancePolicyState.md index 4faa359c198c7..d30137a6c8b75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceCompliancePolicyState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount.md index 63487ac2e3cf0..594a9be024dd5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicecompliancepolicystatecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceConfigurationState.md index 3038877fee996..d46080a48380d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceConfigurationState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceConfigurationStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceConfigurationStateCount.md index 7c10a286c2178..b6792e0b8013d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceConfigurationStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceConfigurationStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddeviceconfigurationstatecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceConfigurationStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCount.md index 3afc0eaf0465d..0531d6dd0baf7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceLogCollectionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceLogCollectionRequest.md index e305d56ba2248..b001cb23aa5ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicelogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceLogCollectionRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount.md index e22e6a9b8824f..78647c80c78bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicelogcollectionrequestcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceOverview.md index bdb873d1a405a..7120b6b6f3db8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddeviceoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceUser.md index 8b413469b5f19..4b93bee76c658 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddeviceuser Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionState.md index 9c30734b8d63e..2eea7e0452a0e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceWindowsProtectionState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md index d2c0076589870..40346e8c7a867 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md index 402c2b5bcb017..6551f598d8623 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestatecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEvent.md index 60275b3759e8e..99039a66f9da6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmobileapptroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementMobileAppTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md index 61a4be593866f..f45dac6286d35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmobileapptroubleshootingeventapplogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount.md index 028184fc9dc1b..3fb71a126220f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmobileapptroubleshootingeventapplogcollectionrequestcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventCount.md index 0c56da74814e9..9baaf0907bd39 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementMobileAppTroubleshootingEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementmobileapptroubleshootingeventcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementMobileAppTroubleshootingEventCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplate.md index a6ecf2ce8f49d..e94b359471152 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementnotificationmessagetemplate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementNotificationMessageTemplate --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateCount.md index a1f7d29702501..10b01dde842d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementnotificationmessagetemplatecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementNotificationMessageTemplateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md index bee3e27489db3..930dc6036313c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementnotificationmessagetemplatelocalizednotificationmessage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount.md index 0406897e07e58..15d0002921027 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementnotificationmessagetemplatelocalizednotificationmessagecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementSoftwareUpdateStatusSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementSoftwareUpdateStatusSummary.md index 03911f84b586a..351417ed45949 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementSoftwareUpdateStatusSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementSoftwareUpdateStatusSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementsoftwareupdatestatussummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementSoftwareUpdateStatusSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementTroubleshootingEvent.md index d7397a359de0c..a57afe154c077 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementTroubleshootingEventCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementTroubleshootingEventCount.md index 6ddcffcb0f075..cf4feeca77c48 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementTroubleshootingEventCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementTroubleshootingEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementtroubleshootingeventcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementTroubleshootingEventCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md index 5b0c0e4bbeca9..717ca55dea3cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementwindowsinformationprotectionapplearningsummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount.md index 7fc4a0f07cacc..2a95bce69de9b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementwindowsinformationprotectionapplearningsummarycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md index 22728c3e51001..68b6d496549b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementwindowsinformationprotectionnetworklearningsummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount.md index ff6f42af23be3..f4e882aeacf16 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementwindowsinformationprotectionnetworklearningsummarycount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformation.md index eab12e51d14bc..ed35e4188d97e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementwindowsmalwareinformation Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsMalwareInformation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationCount.md index bfc5198b0a1ce..d2e68cff4f152 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementwindowsmalwareinformationcount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsMalwareInformationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md index 1bdf7eea11dea..81ca169d78264 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementwindowsmalwareinformationdevicemalwarestate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount.md index 4165dadcdae1c..c50fcbed89e5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/get-mgdevicemanagementwindowsmalwareinformationdevicemalwarestatecount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice.md index de350cc9800e6..c842e7296c942 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/invoke-mgcleandevicemanagementmanageddevicewindowsdevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgDownDeviceManagementManagedDeviceShut.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgDownDeviceManagementManagedDeviceShut.md index c96975fe27619..b1010352a75e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgDownDeviceManagementManagedDeviceShut.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgDownDeviceManagementManagedDeviceShut.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/invoke-mgdowndevicemanagementmanageddeviceshut Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDownDeviceManagementManagedDeviceShut --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser.md index 93dfc2ff0e351..4f71427a18410 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/invoke-mglogoutdevicemanagementmanageddevicesharedappledeviceactiveuser Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgRetireDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgRetireDeviceManagementManagedDevice.md index 73648f84b7d0e..23c10576b3afc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgRetireDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgRetireDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/invoke-mgretiredevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRetireDeviceManagementManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender.md index 2fa0c8fff13b7..b012182b4c9fb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/invoke-mgscandevicemanagementmanageddevicewindowsdefender Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule.md index 7dc312d6fac5b..22f54faedc58e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/invoke-mgscheduledevicemanagementdevicecompliancepolicyactionforrule Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Lock-MgDeviceManagementManagedDeviceRemote.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Lock-MgDeviceManagementManagedDeviceRemote.md index bd305a9b872c2..0e2cfb19054f9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Lock-MgDeviceManagementManagedDeviceRemote.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Lock-MgDeviceManagementManagedDeviceRemote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/lock-mgdevicemanagementmanageddeviceremote Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Lock-MgDeviceManagementManagedDeviceRemote --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Microsoft.Graph.DeviceManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Microsoft.Graph.DeviceManagement.md index 4ac982081d53b..acd45d4ecb343 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Microsoft.Graph.DeviceManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Microsoft.Graph.DeviceManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement -Module Guid: 6638f0de-b23c-40b3-b7f9-b42f39d66299 +Module Guid: 71520a3a-8cd0-45bc-adf6-a8b943b8b5fc Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteList.md index 527d48d437f51..0ee13495be045 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgAdminEdgeInternetExplorerModeSiteList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md index da0690e4bf737..3e292e1bf4a19 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgadminedgeinternetexplorermodesitelistsharedcookie Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteListSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteListSite.md index 0795d8c2fcae1..f258a612662ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteListSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgAdminEdgeInternetExplorerModeSiteListSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgadminedgeinternetexplorermodesitelistsite Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgAdminEdgeInternetExplorerModeSiteListSite --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDetectedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDetectedApp.md index e821a9e82bbcf..a264f74d1850b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDetectedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdetectedapp Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDetectedApp --- @@ -700,10 +700,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -846,7 +846,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -905,7 +905,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -914,7 +914,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -930,27 +930,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1013,7 +1034,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1040,7 +1061,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1097,15 +1118,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1115,22 +1135,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1142,9 +1166,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1154,7 +1179,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1234,10 +1259,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1618,6 +1645,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1629,6 +1657,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1678,7 +1707,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1749,12 +1778,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1825,12 +1854,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1848,7 +1880,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1856,7 +1888,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1866,7 +1898,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -1958,7 +1990,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2265,6 +2297,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3148,11 +3190,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3164,14 +3206,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3183,13 +3225,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3465,13 +3507,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3489,9 +3531,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3586,12 +3629,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3611,6 +3654,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3618,11 +3662,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3670,24 +3717,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3711,7 +3758,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3760,7 +3807,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3821,11 +3868,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3842,10 +3889,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4116,6 +4163,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4154,7 +4209,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4166,6 +4221,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4443,22 +4499,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4591,7 +4657,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4634,7 +4700,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4717,7 +4783,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4748,11 +4814,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4773,35 +4839,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4957,7 +5023,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4982,7 +5048,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4998,7 +5064,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5058,7 +5124,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5070,7 +5136,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5350,7 +5416,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5364,16 +5430,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5398,6 +5464,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5515,9 +5586,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5531,11 +5602,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5650,7 +5721,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5665,7 +5736,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -5673,6 +5744,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5869,10 +5942,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6015,7 +6088,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6074,7 +6147,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6083,7 +6156,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6099,27 +6172,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6182,7 +6276,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6209,7 +6303,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6266,15 +6360,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6284,22 +6377,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6311,9 +6408,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6323,7 +6421,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6403,10 +6501,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6787,6 +6887,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6798,6 +6899,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6847,7 +6949,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6918,12 +7020,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6994,12 +7096,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7017,7 +7122,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7025,7 +7130,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7035,7 +7140,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7127,7 +7232,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7434,6 +7539,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8317,11 +8432,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8333,14 +8448,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8352,13 +8467,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8634,13 +8749,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8658,9 +8773,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8755,12 +8871,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8780,6 +8896,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8787,11 +8904,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8839,24 +8959,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8880,7 +9000,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8929,7 +9049,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8990,11 +9110,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9011,10 +9131,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9285,6 +9405,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9323,7 +9451,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9335,6 +9463,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9612,22 +9741,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9760,7 +9899,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9803,7 +9942,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9886,7 +10025,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9917,11 +10056,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9942,35 +10081,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10126,7 +10265,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10151,7 +10290,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10167,7 +10306,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10227,7 +10366,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10239,7 +10378,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10519,7 +10658,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10533,16 +10672,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10567,6 +10706,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10684,9 +10828,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10700,11 +10844,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10819,7 +10963,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10834,7 +10978,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -10842,6 +10986,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCategory.md index a26f9ec23d282..5f2b363ac7a98 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecategory Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicy.md index c698395f6efdb..382c7280dca5d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCompliancePolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyAssignment.md index 811178fd504bc..ce2e99e4d8539 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCompliancePolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md index 3185a9c34c48b..a8bd2f13291b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecompliancepolicydevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md index 084ecb07cde8b..a0a76127a8c18 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecompliancepolicydevicestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md index f4f5038682700..67b0c91efc893 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index d04954e034171..2a5d0b8f3d512 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md index dce26969e7b63..41c1f97d10e67 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecompliancepolicysettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md index 75ad09cb945be..aa2027c83a4a4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyUserStatus.md index bbafb8b22a943..0d543db284846 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceCompliancePolicyUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdevicecompliancepolicyuserstatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceCompliancePolicyUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfiguration.md index 8218a15be39cb..3a56cdbd81182 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationAssignment.md index 21ff0e8193fd8..c4c2bd24660ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdeviceconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md index 93b99921245a4..da090ad92fb35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdeviceconfigurationdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationDeviceStatus.md index 228d8b2663923..ef33dc2256ad8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdeviceconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceConfigurationDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationUserStatus.md index 42a90d7b8302e..54937dead0057 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementDeviceConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementdeviceconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementDeviceConfigurationUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDevice.md index c6e3be88ec8fa..22230e2b419ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementManagedDevice --- @@ -1064,10 +1064,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1210,7 +1210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1269,7 +1269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1278,7 +1278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1294,27 +1294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1377,7 +1398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1404,7 +1425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1461,15 +1482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1479,22 +1499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1506,9 +1530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1518,7 +1543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1598,10 +1623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1982,6 +2009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1993,6 +2021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2042,7 +2071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2113,12 +2142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2189,12 +2218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2212,7 +2244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2220,7 +2252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2230,7 +2262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2322,7 +2354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2629,6 +2661,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3512,11 +3554,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3528,14 +3570,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3547,13 +3589,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3829,13 +3871,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3853,9 +3895,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3950,12 +3993,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3975,6 +4018,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3982,11 +4026,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4034,24 +4081,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4075,7 +4122,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4124,7 +4171,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4185,11 +4232,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4206,10 +4253,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4480,6 +4527,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4518,7 +4573,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4530,6 +4585,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4807,22 +4863,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4955,7 +5021,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4998,7 +5064,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5081,7 +5147,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5112,11 +5178,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5137,35 +5203,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5321,7 +5387,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5346,7 +5412,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5362,7 +5428,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5422,7 +5488,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5434,7 +5500,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5714,7 +5780,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5728,16 +5794,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5762,6 +5828,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5879,9 +5950,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5895,11 +5966,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6014,7 +6085,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6029,7 +6100,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -6037,6 +6108,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -6213,10 +6286,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6359,7 +6432,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6418,7 +6491,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6427,7 +6500,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6443,27 +6516,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6526,7 +6620,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6553,7 +6647,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6610,15 +6704,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6628,22 +6721,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6655,9 +6752,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6667,7 +6765,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6747,10 +6845,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7131,6 +7231,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7142,6 +7243,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7191,7 +7293,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7262,12 +7364,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7338,12 +7440,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7361,7 +7466,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7369,7 +7474,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7379,7 +7484,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7471,7 +7576,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7778,6 +7883,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8661,11 +8776,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8677,14 +8792,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8696,13 +8811,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8978,13 +9093,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9002,9 +9117,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9099,12 +9215,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9124,6 +9240,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9131,11 +9248,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9183,24 +9303,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9224,7 +9344,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9273,7 +9393,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9334,11 +9454,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9355,10 +9475,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9629,6 +9749,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9667,7 +9795,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9679,6 +9807,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9956,22 +10085,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10104,7 +10243,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10147,7 +10286,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10359,6 +10498,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10414,7 +10555,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10445,11 +10586,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10470,35 +10611,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10654,7 +10795,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10679,7 +10820,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10695,7 +10836,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10755,7 +10896,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10767,7 +10908,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11047,7 +11188,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11061,16 +11202,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11095,6 +11236,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11212,9 +11358,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11228,11 +11374,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11347,7 +11493,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11362,7 +11508,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11371,6 +11517,8 @@ WINDOWSPROTECTIONSTATE ``: Device protect [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceCompliancePolicyState.md index c80c5524147ed..66b3dd3f739dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementmanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementManagedDeviceCompliancePolicyState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceConfigurationState.md index 2e3c0773ad164..474032ec85532 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementmanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementManagedDeviceConfigurationState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl.md index 1728084f09120..c134deadb2e04 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementmanageddevicelogcollectionrequestdownloadurl Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md index fb99a821fae98..4a5b707b2c631 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEvent.md index 8e1331772ebe5..f0852f67a4f4a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementmobileapptroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementMobileAppTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md index b724ca0a8fb71..69fbf2a9abbf2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementmobileapptroubleshootingeventapplogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl.md index 3bf3a021843fa..ed83b5eddb63a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementmobileapptroubleshootingeventapplogcollectionrequestdownloadurl Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementNotificationMessageTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementNotificationMessageTemplate.md index df7a1d51579c0..b72fe91285899 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementNotificationMessageTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementNotificationMessageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementnotificationmessagetemplate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementNotificationMessageTemplate --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md index 7b5d30e8f7150..031d01853ffd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementnotificationmessagetemplatelocalizednotificationmessage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementTroubleshootingEvent.md index bfb7c063d9ff1..2c24febf771be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md index 6fe39b990e7a7..0592d8bd83aa2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementwindowsinformationprotectionapplearningsummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md index 6e571f3283290..aa700c85c73d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementwindowsinformationprotectionnetworklearningsummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsMalwareInformation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsMalwareInformation.md index fbf32d986969c..972a6a899668c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsMalwareInformation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsMalwareInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementwindowsmalwareinformation Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementWindowsMalwareInformation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md index 44aa3d29a4bb5..a5a93fe1fefcd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/new-mgdevicemanagementwindowsmalwareinformationdevicemalwarestate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Publish-MgAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Publish-MgAdminEdgeInternetExplorerModeSiteList.md index 6d553ee37e23d..90fc137f2742a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Publish-MgAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Publish-MgAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/publish-mgadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgAdminEdgeInternetExplorerModeSiteList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdge.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdge.md index 70fb6e5d845d5..c133020a1ac4d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdge.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdge.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgadminedge Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgAdminEdge --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerMode.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerMode.md index c511e84884ce9..466752499ade5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerMode.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgadminedgeinternetexplorermode Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgAdminEdgeInternetExplorerMode --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteList.md index b85e26599ba82..3c7d3bc5b8be2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgAdminEdgeInternetExplorerModeSiteList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md index 4e4110609fd56..08bfd072ac741 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgadminedgeinternetexplorermodesitelistsharedcookie Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteListSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteListSite.md index 8c5c500fcc19d..4d392b9a008c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteListSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgAdminEdgeInternetExplorerModeSiteListSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgadminedgeinternetexplorermodesitelistsite Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgAdminEdgeInternetExplorerModeSiteListSite --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDetectedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDetectedApp.md index 22d74ea1cc3d0..ac6012a732194 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDetectedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdetectedapp Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDetectedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCategory.md index 5311d170f5fb2..e9fd01479218e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecategory Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicy.md index b0694f8f5dd84..8d1c00c2734ad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyAssignment.md index 68587093f6328..830ba1d78ded0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md index 835a5abb9fc93..0906c9280f4da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicydevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md index 7950efe28db7f..95125a087d8fb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicydevicestatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md index f6871d4a6b752..e681acd7d353f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicydevicestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md index 97b62b09318c2..fb34102b10572 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicydevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md index 0c46fc8f04ce5..c466151fbb2ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index 299e166bf2cd6..183f3a8745d14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md index c5f3352634bff..39855d9055d2a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicysettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md index 6d06225c097b7..85b8d1917c03d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus.md index 7205bbb068f01..4b36d815fba5f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicyuserstatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md index f6645c81e1704..49daa6bf8cddd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdevicecompliancepolicyuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfiguration.md index f7d57d0830205..04cee6455f456 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationAssignment.md index cfdb26fb3c97f..ab17361ec819a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdeviceconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md index ce1d068559f64..5ba9943c72f36 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdeviceconfigurationdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md index 26537b44b8e0b..cd51203f456db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdeviceconfigurationdevicestatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStatus.md index d25259fe319bf..351b57175aa90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdeviceconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceConfigurationDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md index fd859e1186233..749653d4b0d91 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdeviceconfigurationdevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationUserStatus.md index c56fb7e013878..fbf4831945a0f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdeviceconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceConfigurationUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview.md index b424a16ce2345..737e037a84c15 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementdeviceconfigurationuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDevice.md index 783954ef387d8..e598fd6fc5186 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCategory.md index b0af3b82ef472..599990fcbb75a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementManagedDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCategoryByRef.md index 754f9e584c1fa..f0474aaf6c1f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementManagedDeviceCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCompliancePolicyState.md index 2f30c2009f21d..bb3e74098b2a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementManagedDeviceCompliancePolicyState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceConfigurationState.md index c9ebcd7fc7558..2a666edf2d498 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementManagedDeviceConfigurationState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceLogCollectionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceLogCollectionRequest.md index cd12a70b673ee..a5fc1979f0632 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmanageddevicelogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementManagedDeviceLogCollectionRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice.md index c2d3cdbf14cb1..0bb2b588c7cea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmanageddeviceuserfromsharedappledevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceWindowsProtectionState.md index 9227d217a5e7a..1c9abfa83266c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementManagedDeviceWindowsProtectionState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md index fceb85fde8c6e..ebf1efb8856cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementMobileAppTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementMobileAppTroubleshootingEvent.md index 653cd9b8021b1..d17c493b95be3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementMobileAppTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementMobileAppTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmobileapptroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementMobileAppTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md index 879b02760bb34..0b33c8e34939e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementmobileapptroubleshootingeventapplogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementNotificationMessageTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementNotificationMessageTemplate.md index 38c3d91eaaf74..f6ec167f69456 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementNotificationMessageTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementNotificationMessageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementnotificationmessagetemplate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementNotificationMessageTemplate --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md index a9c25013ddc3d..7394f6edfa3cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementnotificationmessagetemplatelocalizednotificationmessage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementTroubleshootingEvent.md index 9c83fcbff47ef..49038e68c4f96 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md index 45ddf357f5a21..23bdf7ac6f9d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementwindowsinformationprotectionapplearningsummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md index 62afb500c2f9a..73d19deab5501 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementwindowsinformationprotectionnetworklearningsummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsMalwareInformation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsMalwareInformation.md index 334bfc9bea8b1..f0473beff21f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsMalwareInformation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsMalwareInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementwindowsmalwareinformation Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementWindowsMalwareInformation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md index 980570b887cd1..b3ce727f190fc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/remove-mgdevicemanagementwindowsmalwareinformationdevicemalwarestate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Request-MgDeviceManagementManagedDeviceRemoteAssistance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Request-MgDeviceManagementManagedDeviceRemoteAssistance.md index 252f1c015390a..6385c4b6332ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Request-MgDeviceManagementManagedDeviceRemoteAssistance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Request-MgDeviceManagementManagedDeviceRemoteAssistance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/request-mgdevicemanagementmanageddeviceremoteassistance Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Request-MgDeviceManagementManagedDeviceRemoteAssistance --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Reset-MgDeviceManagementManagedDevicePasscode.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Reset-MgDeviceManagementManagedDevicePasscode.md index 846407ecf9adc..c70311dc7e589 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Reset-MgDeviceManagementManagedDevicePasscode.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Reset-MgDeviceManagementManagedDevicePasscode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/reset-mgdevicemanagementmanageddevicepasscode Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgDeviceManagementManagedDevicePasscode --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Restart-MgDeviceManagementManagedDeviceNow.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Restart-MgDeviceManagementManagedDeviceNow.md index 474a8dda0d5cd..7f77a55d3adee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Restart-MgDeviceManagementManagedDeviceNow.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Restart-MgDeviceManagementManagedDeviceNow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/restart-mgdevicemanagementmanageddevicenow Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgDeviceManagementManagedDeviceNow --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Restore-MgDeviceManagementManagedDevicePasscode.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Restore-MgDeviceManagementManagedDevicePasscode.md index 9a385fc49dfbe..b7ffac96087c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Restore-MgDeviceManagementManagedDevicePasscode.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Restore-MgDeviceManagementManagedDevicePasscode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/restore-mgdevicemanagementmanageddevicepasscode Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDeviceManagementManagedDevicePasscode --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Send-MgDeviceManagementNotificationMessageTemplateTestMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Send-MgDeviceManagementNotificationMessageTemplateTestMessage.md index fc0bdfeeb9179..c3297432adda4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Send-MgDeviceManagementNotificationMessageTemplateTestMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Send-MgDeviceManagementNotificationMessageTemplateTestMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/send-mgdevicemanagementnotificationmessagetemplatetestmessage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Send-MgDeviceManagementNotificationMessageTemplateTestMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementDeviceCompliancePolicy.md index b2dc02b244c7b..b45b05c7d1dea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/set-mgdevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceManagementDeviceCompliancePolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementDeviceConfiguration.md index c22e9ca705df4..5fd313f271a58 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/set-mgdevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceManagementDeviceConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementManagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementManagedDeviceCategoryByRef.md index 0264bd56b3782..db418b72e177a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementManagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Set-MgDeviceManagementManagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/set-mgdevicemanagementmanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceManagementManagedDeviceCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Skip-MgDeviceManagementManagedDeviceActivationLock.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Skip-MgDeviceManagementManagedDeviceActivationLock.md index 61e058fb482c8..295398107af75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Skip-MgDeviceManagementManagedDeviceActivationLock.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Skip-MgDeviceManagementManagedDeviceActivationLock.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/skip-mgdevicemanagementmanageddeviceactivationlock Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Skip-MgDeviceManagementManagedDeviceActivationLock --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Sync-MgDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Sync-MgDeviceManagementManagedDevice.md index e6b3705d294da..028ae7c203604 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Sync-MgDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Sync-MgDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/sync-mgdevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgDeviceManagementManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdge.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdge.md index 902818c60902e..eedf7b67ded9d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdge.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdge.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgadminedge Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgAdminEdge --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerMode.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerMode.md index 05dbb8f0ba5a0..739268fe94023 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerMode.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgadminedgeinternetexplorermode Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgAdminEdgeInternetExplorerMode --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteList.md index 4a96c45f7acf9..9ab33cea14f49 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgAdminEdgeInternetExplorerModeSiteList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md index 1d8d6a23b84f5..0ce329e740621 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgadminedgeinternetexplorermodesitelistsharedcookie Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteListSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteListSite.md index 70cd20ea86fac..b5fffe279f3a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteListSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgAdminEdgeInternetExplorerModeSiteListSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgadminedgeinternetexplorermodesitelistsite Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgAdminEdgeInternetExplorerModeSiteListSite --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagement.md index 8ed3ef4d0131f..f5485316b0cf4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagement Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagement --- @@ -2111,10 +2111,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -2257,7 +2257,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2316,7 +2316,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2325,7 +2325,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2341,27 +2341,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2424,7 +2445,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2451,7 +2472,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2508,15 +2529,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2526,22 +2546,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2553,9 +2577,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2565,7 +2590,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2645,10 +2670,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -3029,6 +3056,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -3040,6 +3068,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -3089,7 +3118,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -3160,12 +3189,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -3236,12 +3265,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -3259,7 +3291,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -3267,7 +3299,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -3277,7 +3309,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3369,7 +3401,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3676,6 +3708,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -4559,11 +4601,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -4575,14 +4617,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -4594,13 +4636,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -4876,13 +4918,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4900,9 +4942,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4997,12 +5040,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -5022,6 +5065,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -5029,11 +5073,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -5081,24 +5128,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5122,7 +5169,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -5171,7 +5218,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -5232,11 +5279,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -5253,10 +5300,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5527,6 +5574,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -5565,7 +5620,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -5577,6 +5632,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5854,22 +5910,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -6002,7 +6068,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6045,7 +6111,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -6128,7 +6194,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6159,11 +6225,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -6184,35 +6250,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -6368,7 +6434,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -6393,7 +6459,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -6409,7 +6475,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -6469,7 +6535,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -6481,7 +6547,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6761,7 +6827,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6775,16 +6841,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6809,6 +6875,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6926,9 +6997,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6942,11 +7013,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -7061,7 +7132,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -7076,7 +7147,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -7084,6 +7155,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -8508,8 +8581,14 @@ Read-only. For example, 1909. Read-only. [OSStatus ]: cloudPcDeviceImageOsStatus + [OSVersionNumber ]: The operating system version of this image. +For example, 10.0.22000.296. +Read-only. [OperatingSystem ]: The operating system (OS) of the image. For example, Windows 11 Enterprise. +Read-only. + [SizeInGb ]: The size of the image in GB. +For example, 64. Read-only. [SourceImageResourceId ]: The unique identifier (ID) of the source image resource on Azure. The required ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. @@ -8532,6 +8611,9 @@ Read-only. Users are unable to provision new Cloud PCs if the current time is later than expirationDate. The value is usually endDate plus six months. For example, if the startDate is 2025-10-14, the expirationDate is usually 2026-04-14. +Read-only. + [OSVersionNumber ]: The operating system version of this gallery image. +For example, 10.0.22000.296. Read-only. [OfferName ]: The offer name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only. @@ -8557,9 +8639,17 @@ Optional. Required format: admin@contoso.com. Optional. [AlternateResourceUrl ]: The interface URL of the partner service's resource that links to this Azure network connection. -Returned only on $select. +Requires $select to retrieve. [ConnectionType ]: cloudPcOnPremisesConnectionType [DisplayName ]: The display name for the Azure network connection. + [HealthCheckPaused ]: Indicates whether regular health checks on the network or domain configuration are paused or active. +false if the regular health checks on the network or domain configuration are currently active. +true if the checks are paused. +If you perform a create or update operation on a onPremisesNetworkConnection resource, this value is set to false for four weeks. +If you retry a health check on network or domain configuration, this value is set to false for two weeks. +If the onPremisesNetworkConnection resource is attached in a provisioningPolicy or used by a Cloud PC in the past four weeks, healthCheckPaused is set to false. +Read-only. +Default is false. [HealthCheckStatus ]: cloudPcOnPremisesConnectionStatus [HealthCheckStatusDetail ]: cloudPcOnPremisesConnectionStatusDetail [(Any) ]: This indicates any property can be added to this object. @@ -8599,11 +8689,18 @@ You can't delete a connection that’s in use. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only. + [InUseByCloudPc ]: Indicates whether a Cloud PC is using this on-premises network connection. +true if at least one Cloud PC is using it. +Otherwise, false. +Read-only. +Default is false. [OrganizationalUnit ]: The organizational unit (OU) in which the computer account is created. If left null, the OU configured as the default (a well-known computer object container) in the tenant's Active Directory domain (OU) is used. Optional. [ResourceGroupId ]: The unique identifier of the target resource group used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}' + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. [SubnetId ]: The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}' [SubscriptionId ]: The unique identifier of the Azure subscription associated with the tenant. @@ -8988,10 +9085,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -9134,7 +9231,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -9193,7 +9290,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -9202,7 +9299,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -9218,27 +9315,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -9301,7 +9419,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -9328,7 +9446,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -9385,15 +9503,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -9403,22 +9520,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -9430,9 +9551,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -9442,7 +9564,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -9522,10 +9644,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -9906,6 +10030,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -9917,6 +10042,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -9966,7 +10092,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -10037,12 +10163,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -10113,12 +10239,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -10136,7 +10265,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -10144,7 +10273,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -10154,7 +10283,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -10246,7 +10375,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -10553,6 +10682,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -11436,11 +11575,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -11452,14 +11591,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -11471,13 +11610,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -11753,13 +11892,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -11777,9 +11916,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -11874,12 +12014,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -11899,6 +12039,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -11906,11 +12047,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -11958,24 +12102,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -11999,7 +12143,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -12048,7 +12192,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -12109,11 +12253,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -12130,10 +12274,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -12404,6 +12548,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -12442,7 +12594,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -12454,6 +12606,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -12731,22 +12884,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -12879,7 +13042,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -12922,7 +13085,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -13005,7 +13168,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -13036,11 +13199,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -13061,35 +13224,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -13245,7 +13408,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -13270,7 +13433,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -13286,7 +13449,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -13346,7 +13509,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -13358,7 +13521,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -13638,7 +13801,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -13652,16 +13815,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -13686,6 +13849,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -13803,9 +13971,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -13819,11 +13987,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -13938,7 +14106,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -13953,7 +14121,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -13961,6 +14129,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -14510,10 +14680,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -14656,7 +14826,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -14715,7 +14885,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -14724,7 +14894,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -14740,27 +14910,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -14823,7 +15014,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -14850,7 +15041,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -14907,15 +15098,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -14925,22 +15115,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -14952,9 +15146,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -14964,7 +15159,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -15044,10 +15239,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -15428,6 +15625,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -15439,6 +15637,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -15488,7 +15687,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -15559,12 +15758,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -15635,12 +15834,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -15658,7 +15860,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -15666,7 +15868,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -15676,7 +15878,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -15768,7 +15970,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -16075,6 +16277,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -16958,11 +17170,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -16974,14 +17186,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -16993,13 +17205,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -17275,13 +17487,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -17299,9 +17511,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -17396,12 +17609,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -17421,6 +17634,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -17428,11 +17642,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -17480,24 +17697,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -17521,7 +17738,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -17570,7 +17787,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -17631,11 +17848,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -17652,10 +17869,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -17926,6 +18143,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -17964,7 +18189,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -17976,6 +18201,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -18253,22 +18479,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -18401,7 +18637,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -18444,7 +18680,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -18527,7 +18763,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -18558,11 +18794,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -18583,35 +18819,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -18767,7 +19003,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -18792,7 +19028,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -18808,7 +19044,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -18868,7 +19104,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -18880,7 +19116,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -19160,7 +19396,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -19174,16 +19410,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -19208,6 +19444,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -19325,9 +19566,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -19341,11 +19582,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -19460,7 +19701,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -19475,7 +19716,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -19483,6 +19724,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20727,8 +20970,14 @@ Read-only. For example, 1909. Read-only. [OSStatus ]: cloudPcDeviceImageOsStatus + [OSVersionNumber ]: The operating system version of this image. +For example, 10.0.22000.296. +Read-only. [OperatingSystem ]: The operating system (OS) of the image. For example, Windows 11 Enterprise. +Read-only. + [SizeInGb ]: The size of the image in GB. +For example, 64. Read-only. [SourceImageResourceId ]: The unique identifier (ID) of the source image resource on Azure. The required ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. @@ -20751,6 +21000,9 @@ Read-only. Users are unable to provision new Cloud PCs if the current time is later than expirationDate. The value is usually endDate plus six months. For example, if the startDate is 2025-10-14, the expirationDate is usually 2026-04-14. +Read-only. + [OSVersionNumber ]: The operating system version of this gallery image. +For example, 10.0.22000.296. Read-only. [OfferName ]: The offer name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only. @@ -20776,9 +21028,17 @@ Optional. Required format: admin@contoso.com. Optional. [AlternateResourceUrl ]: The interface URL of the partner service's resource that links to this Azure network connection. -Returned only on $select. +Requires $select to retrieve. [ConnectionType ]: cloudPcOnPremisesConnectionType [DisplayName ]: The display name for the Azure network connection. + [HealthCheckPaused ]: Indicates whether regular health checks on the network or domain configuration are paused or active. +false if the regular health checks on the network or domain configuration are currently active. +true if the checks are paused. +If you perform a create or update operation on a onPremisesNetworkConnection resource, this value is set to false for four weeks. +If you retry a health check on network or domain configuration, this value is set to false for two weeks. +If the onPremisesNetworkConnection resource is attached in a provisioningPolicy or used by a Cloud PC in the past four weeks, healthCheckPaused is set to false. +Read-only. +Default is false. [HealthCheckStatus ]: cloudPcOnPremisesConnectionStatus [HealthCheckStatusDetail ]: cloudPcOnPremisesConnectionStatusDetail [(Any) ]: This indicates any property can be added to this object. @@ -20818,11 +21078,18 @@ You can't delete a connection that’s in use. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only. + [InUseByCloudPc ]: Indicates whether a Cloud PC is using this on-premises network connection. +true if at least one Cloud PC is using it. +Otherwise, false. +Read-only. +Default is false. [OrganizationalUnit ]: The organizational unit (OU) in which the computer account is created. If left null, the OU configured as the default (a well-known computer object container) in the tenant's Active Directory domain (OU) is used. Optional. [ResourceGroupId ]: The unique identifier of the target resource group used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}' + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. [SubnetId ]: The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}' [SubscriptionId ]: The unique identifier of the Azure subscription associated with the tenant. @@ -20853,10 +21120,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -20999,7 +21266,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21058,7 +21325,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21067,7 +21334,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -21083,27 +21350,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -21166,7 +21454,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -21193,7 +21481,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -21250,15 +21538,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -21268,22 +21555,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -21295,9 +21586,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -21307,7 +21599,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -21387,10 +21679,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -21771,6 +22065,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -21782,6 +22077,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -21831,7 +22127,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -21857,12 +22153,12 @@ Read-only. Nullable. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -21933,12 +22229,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -21956,7 +22255,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -21964,7 +22263,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -21974,7 +22273,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -22066,7 +22365,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -22373,6 +22672,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -23256,11 +23565,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -23272,14 +23581,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -23291,13 +23600,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -23573,13 +23882,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -23597,9 +23906,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -23694,12 +24004,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -23719,6 +24029,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -23726,11 +24037,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -23778,24 +24092,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23819,7 +24133,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -23868,7 +24182,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -23929,11 +24243,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -23950,10 +24264,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24224,6 +24538,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -24262,7 +24584,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -24274,6 +24596,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24551,22 +24874,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -24699,7 +25032,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24742,7 +25075,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -24954,6 +25287,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25009,7 +25344,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25040,11 +25375,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -25065,35 +25400,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -25249,7 +25584,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -25274,7 +25609,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -25290,7 +25625,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -25350,7 +25685,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -25362,7 +25697,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25642,7 +25977,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -25656,16 +25991,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25690,6 +26025,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25807,9 +26147,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25823,11 +26163,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -25942,7 +26282,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -25957,7 +26297,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [Target ]: cloudPcManagementAssignmentTarget diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDetectedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDetectedApp.md index 224072c312f36..a500630fb1fa5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDetectedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdetectedapp Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDetectedApp --- @@ -841,10 +841,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -987,7 +987,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1046,7 +1046,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1055,7 +1055,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1071,27 +1071,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1154,7 +1175,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1181,7 +1202,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1238,15 +1259,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1256,22 +1276,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1283,9 +1307,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1295,7 +1320,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1375,10 +1400,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1759,6 +1786,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1770,6 +1798,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1819,7 +1848,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1890,12 +1919,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1966,12 +1995,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1989,7 +2021,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1997,7 +2029,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2007,7 +2039,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2099,7 +2131,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2406,6 +2438,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3289,11 +3331,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3305,14 +3347,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3324,13 +3366,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3606,13 +3648,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3630,9 +3672,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3727,12 +3770,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3752,6 +3795,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3759,11 +3803,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3811,24 +3858,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3852,7 +3899,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3901,7 +3948,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3962,11 +4009,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3983,10 +4030,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4257,6 +4304,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4295,7 +4350,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4307,6 +4362,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4584,22 +4640,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4732,7 +4798,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4775,7 +4841,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4858,7 +4924,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4889,11 +4955,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4914,35 +4980,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5098,7 +5164,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5123,7 +5189,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5139,7 +5205,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5199,7 +5265,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5211,7 +5277,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5491,7 +5557,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5505,16 +5571,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5539,6 +5605,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5656,9 +5727,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5672,11 +5743,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5791,7 +5862,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5806,7 +5877,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -5814,6 +5885,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -6045,10 +6118,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6191,7 +6264,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6250,7 +6323,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6259,7 +6332,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6275,27 +6348,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6358,7 +6452,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6385,7 +6479,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6442,15 +6536,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6460,22 +6553,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6487,9 +6584,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6499,7 +6597,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6579,10 +6677,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6963,6 +7063,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6974,6 +7075,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7023,7 +7125,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7094,12 +7196,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7170,12 +7272,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7193,7 +7298,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7201,7 +7306,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7211,7 +7316,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7303,7 +7408,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7610,6 +7715,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8493,11 +8608,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8509,14 +8624,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8528,13 +8643,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8810,13 +8925,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8834,9 +8949,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8931,12 +9047,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8956,6 +9072,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8963,11 +9080,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9015,24 +9135,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9056,7 +9176,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9105,7 +9225,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9166,11 +9286,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9187,10 +9307,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9461,6 +9581,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9499,7 +9627,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9511,6 +9639,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9788,22 +9917,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9936,7 +10075,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9979,7 +10118,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10062,7 +10201,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10093,11 +10232,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10118,35 +10257,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10302,7 +10441,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10327,7 +10466,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10343,7 +10482,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10403,7 +10542,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10415,7 +10554,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10695,7 +10834,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10709,16 +10848,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10743,6 +10882,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10860,9 +11004,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10876,11 +11020,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10995,7 +11139,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11010,7 +11154,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -11018,6 +11162,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCategory.md index 5787b0a719514..d6f7faaedc4b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecategory Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicy.md index a4ca971ed40c7..339cd27a1ab9d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyAssignment.md index 1063f36d9d969..52327b404ec46 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md index 89c39cf464ff2..5856b8cf15b7d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicydevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md index 60fde37ed4567..9266a24f69aab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicydevicestatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md index cdf6f435d227a..0a5d5674dcbf3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicydevicestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md index 0f27f405656f9..6ccf4f5b0c12b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicydevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md index bd9a499fe4b87..a2a10f540df19 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index 477275edb1c75..27cdfdb36ac5c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md index 346f41a101725..fa2054959d09d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicysettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md index 0317fda7580a7..6851b68f37657 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyUserStatus.md index 133e308b58d41..b87420b5b7103 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicyuserstatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicyUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md index 88bc7eb884723..56cf03f95c0dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdevicecompliancepolicyuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfiguration.md index 7a4d5741a662f..b3af22903ec42 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationAssignment.md index 94863f323854d..711de2420ea44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdeviceconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md index 90f20212bcfeb..c3780ffb6d922 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdeviceconfigurationdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md index e64b95dfecdb7..eb1fb5563e960 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdeviceconfigurationdevicestatesummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStatus.md index 89f60741b0d27..77e0f0952abfe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdeviceconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceConfigurationDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md index 7e619aad9321a..7718edf4caad3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdeviceconfigurationdevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationUserStatus.md index 503b6a4b4287d..a821708811c8c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdeviceconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceConfigurationUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationUserStatusOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationUserStatusOverview.md index 7c6b51b6a381c..d3937f6217a8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementDeviceConfigurationUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementdeviceconfigurationuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementDeviceConfigurationUserStatusOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDevice.md index 8375b63bc0e0a..34ef3be85b928 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementManagedDevice --- @@ -1231,10 +1231,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1377,7 +1377,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1436,7 +1436,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1445,7 +1445,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1461,27 +1461,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1544,7 +1565,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1571,7 +1592,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1628,15 +1649,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1646,22 +1666,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1673,9 +1697,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1685,7 +1710,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1765,10 +1790,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2149,6 +2176,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2160,6 +2188,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2209,7 +2238,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2280,12 +2309,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2356,12 +2385,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2379,7 +2411,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2387,7 +2419,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2397,7 +2429,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2489,7 +2521,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2796,6 +2828,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3679,11 +3721,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3695,14 +3737,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3714,13 +3756,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3996,13 +4038,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4020,9 +4062,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4117,12 +4160,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4142,6 +4185,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4149,11 +4193,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4201,24 +4248,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4242,7 +4289,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4291,7 +4338,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4352,11 +4399,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4373,10 +4420,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4647,6 +4694,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4685,7 +4740,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4697,6 +4752,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4974,22 +5030,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5122,7 +5188,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5165,7 +5231,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5248,7 +5314,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5279,11 +5345,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5304,35 +5370,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5488,7 +5554,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5513,7 +5579,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5529,7 +5595,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5589,7 +5655,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5601,7 +5667,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5881,7 +5947,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5895,16 +5961,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5929,6 +5995,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6046,9 +6117,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6062,11 +6133,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6181,7 +6252,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6196,7 +6267,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -6204,6 +6275,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -6415,10 +6488,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6561,7 +6634,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6620,7 +6693,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6629,7 +6702,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6645,27 +6718,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6728,7 +6822,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6755,7 +6849,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6812,15 +6906,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6830,22 +6923,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6857,9 +6954,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6869,7 +6967,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6949,10 +7047,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7333,6 +7433,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7344,6 +7445,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7393,7 +7495,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7464,12 +7566,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7540,12 +7642,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7563,7 +7668,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7571,7 +7676,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7581,7 +7686,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7673,7 +7778,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7980,6 +8085,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8863,11 +8978,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8879,14 +8994,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8898,13 +9013,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9180,13 +9295,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9204,9 +9319,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9301,12 +9417,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9326,6 +9442,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9333,11 +9450,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9385,24 +9505,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9426,7 +9546,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9475,7 +9595,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9536,11 +9656,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9557,10 +9677,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9831,6 +9951,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9869,7 +9997,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9881,6 +10009,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10158,22 +10287,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10306,7 +10445,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10349,7 +10488,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10561,6 +10700,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10616,7 +10757,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10647,11 +10788,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10672,35 +10813,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10856,7 +10997,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10881,7 +11022,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10897,7 +11038,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10957,7 +11098,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10969,7 +11110,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11249,7 +11390,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11263,16 +11404,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11297,6 +11438,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11414,9 +11560,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11430,11 +11576,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11549,7 +11695,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11564,7 +11710,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11573,6 +11719,8 @@ WINDOWSPROTECTIONSTATE ``: Device protect [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceCategory.md index 5445f1a83c082..be529cc9cfbe0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementManagedDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceCompliancePolicyState.md index 665e30dc954a5..aa661d82f29c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementManagedDeviceCompliancePolicyState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceConfigurationState.md index ab9626f2e63f8..18740a0dc259c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementManagedDeviceConfigurationState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceLogCollectionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceLogCollectionRequest.md index cf144f341ee7b..9a5220e4d3512 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmanageddevicelogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementManagedDeviceLogCollectionRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount.md index 71900bd46d800..73850e7acb3b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmanageddevicewindowsdeviceaccount Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsProtectionState.md index e528466ae4343..93926be0119c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementManagedDeviceWindowsProtectionState --- @@ -25,7 +25,8 @@ Update the navigation property windowsProtectionState in deviceManagement ``` Update-MgDeviceManagementManagedDeviceWindowsProtectionState -ManagedDeviceId [-ResponseHeadersVariable ] [-AdditionalProperties ] - [-AntiMalwareVersion ] [-DetectedMalwareState ] + [-AntiMalwareVersion ] [-ControlledConfigurationEnabled] + [-DetectedMalwareState ] [-DeviceState ] [-EngineVersion ] [-FullScanOverdue] [-FullScanRequired] [-Id ] [-IsVirtualMachine] [-LastFullScanDateTime ] [-LastFullScanSignatureVersion ] [-LastQuickScanDateTime ] @@ -54,6 +55,7 @@ Update-MgDeviceManagementManagedDeviceWindowsProtectionState -ManagedDeviceId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AntiMalwareVersion ] + [-ControlledConfigurationEnabled] [-DetectedMalwareState ] [-DeviceState ] [-EngineVersion ] [-FullScanOverdue] [-FullScanRequired] [-Id ] [-IsVirtualMachine] [-LastFullScanDateTime ] @@ -214,6 +216,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ControlledConfigurationEnabled + +When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -DetectedMalwareState Device malware list @@ -1056,6 +1086,8 @@ BODYPARAMETER ``: Device protection statu [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md index 5166ac49d23c3..bfa18a985c8f9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementMobileAppTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementMobileAppTroubleshootingEvent.md index abf47835cd66d..910948a11e3ee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementMobileAppTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementMobileAppTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmobileapptroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementMobileAppTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md index b7d5ba3a6c3c8..575f6d110e023 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementmobileapptroubleshootingeventapplogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementNotificationMessageTemplate.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementNotificationMessageTemplate.md index f64688d3b47e4..db5f5e8b14196 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementNotificationMessageTemplate.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementNotificationMessageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementnotificationmessagetemplate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementNotificationMessageTemplate --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md index 572eae9fcca39..1bfd9f64852d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementnotificationmessagetemplatelocalizednotificationmessage Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementTroubleshootingEvent.md index 99d4df09e711e..cb8380a30b85d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md index bd439f75992a6..6becccc4a7d0f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementwindowsinformationprotectionapplearningsummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md index c1471d7775295..f8b9ea1eed7c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementwindowsinformationprotectionnetworklearningsummary Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsMalwareInformation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsMalwareInformation.md index afb9695cab8e9..07ea81ce8becd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsMalwareInformation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsMalwareInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementwindowsmalwareinformation Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementWindowsMalwareInformation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md index f6efb3e85a589..855559486bd94 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DeviceManagement/Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devicemanagement/update-mgdevicemanagementwindowsmalwareinformationdevicemalwarestate Locale: en-US Module Name: Microsoft.Graph.DeviceManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrint.md index 43ea882d138fe..c3c4d4d2fd2a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprint Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md index 5c9d87177cd82..890b1331eab1e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintconnector Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnectorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnectorCount.md index e81d29e5fd100..0ba4c5ad89235 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnectorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintconnectorcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintConnectorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintOperation.md index 3008fbc17dab2..21a010b27d7ee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintoperation Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintOperationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintOperationCount.md index e649fc5412a43..d225fb96996f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintOperationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintoperationcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintOperationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md index d9ece6c16cff5..d0cbcf41f3811 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinter Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md index 7972875986fee..13b367d7a6f8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterconnector Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnectorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnectorCount.md index f575f096261ea..b19defec7257f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnectorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterconnectorcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterConnectorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterCount.md index 7e3f4b3d7b871..81f7b1ff0ad0d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintercount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJob.md index 385ae157d5a6c..034b7dff0afa5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobCount.md index e4e91136f50dc..6bcbb4e3a37d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterjobcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterJobCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocument.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocument.md index 8e02434e458a7..b7f81b84517c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocument.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterjobdocument Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterJobDocument --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocumentContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocumentContent.md index 340353553c3c5..1d0e7cb9f6f52 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterjobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterJobDocumentContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocumentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocumentCount.md index 9b8d02eedf4ec..95b5e6fa43e5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocumentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobDocumentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterjobdocumentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterJobDocumentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTask.md index 3ec20867ab1bf..67f79c8da27d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterjobtask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterJobTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskCount.md index c2919b58263fd..9af5888e9c51a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterjobtaskcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterJobTaskCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskDefinition.md index fa8a0c6061408..c5ca3c20e903d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterjobtaskdefinition Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterJobTaskDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskTrigger.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskTrigger.md index 2dbcd2e75e8b4..c647bf3a0ad92 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskTrigger.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterJobTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprinterjobtasktrigger Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterJobTaskTrigger --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md index 70beebe6e86b8..8332ecf91be96 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintershare Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterShare --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShareCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShareCount.md index 11d61a3f72c56..fe87da02f8dac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShareCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterShareCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintersharecount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterShareCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md index bf674d6652a15..c25780cbd76ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintertasktrigger Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterTaskTrigger --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTriggerCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTriggerCount.md index 81250a1be43ba..2fcc527c599e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTriggerCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTriggerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintertasktriggercount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterTaskTriggerCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTriggerDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTriggerDefinition.md index 12ea0b460a8a4..3b34a2b31fa90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTriggerDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintPrinterTaskTriggerDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintprintertasktriggerdefinition Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintPrinterTaskTriggerDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md index f1e1c650b5c31..5d9483ca5bca1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintservice Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintService --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceCount.md index 476712c86cbe0..603a5f66d9940 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintservicecount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintServiceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md index 1f6b1aa2188ea..ce113fe03c469 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintserviceendpoint Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintServiceEndpoint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpointCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpointCount.md index e4b5c1e8a70bf..cec2bd6af6ccb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpointCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintServiceEndpointCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintserviceendpointcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintServiceEndpointCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md index e4280ffb129bf..583da0d5851b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshare Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShare --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md index 74b630960de55..f480e1058c975 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareallowedgroup Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedGroup --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupByRef.md index 432672fe695f0..2eaa83d9907e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareallowedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedGroupByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupCount.md index 834044999377f..a5eb5571c6ea9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareallowedgroupcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedGroupCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupServiceProvisioningError.md index 8eb0c1db41eaa..2f811bf3cda4d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareallowedgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedGroupServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount.md index 8206a4e5ada4d..05ff283137d4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareallowedgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md index 481d017ad083a..087740be43356 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharealloweduser Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserByRef.md index 229be35142a8b..91e1892aedb15 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharealloweduserbyref Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedUserByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserCount.md index 2f6333a4028bf..b37e0ebe75ecf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareallowedusercount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedUserCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserMailboxSetting.md index 27f5ffbf57314..12875c0217d90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareallowedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgPrintShareAllowedUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaPrintShareAllowedUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserServiceProvisioningError.md index dfeae796d8d1b..649891228a199 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharealloweduserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserServiceProvisioningErrorCount.md index 09418f869e374..ab4a7cdb59eed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharealloweduserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareAllowedUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareCount.md index b889ed3cffd31..c612cdb79537a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharecount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJob.md index 2d5a900fcfbce..039e4097ff80b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharejob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobCount.md index 0d1c447c32744..5b50adbf147bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharejobcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareJobCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocument.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocument.md index ed8643b174e9b..42a85fa57af7e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocument.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharejobdocument Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareJobDocument --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocumentContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocumentContent.md index f9bf2cc40760e..8ea67fc960755 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharejobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareJobDocumentContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocumentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocumentCount.md index efa8b21a03b76..4ab0eb6d76c15 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocumentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobDocumentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharejobdocumentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareJobDocumentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTask.md index ff903aa39e64d..d1b17a43cb273 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharejobtask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareJobTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskCount.md index 0c63e0ab588fb..c64cc5e60c54c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharejobtaskcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareJobTaskCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskDefinition.md index cd63a0d2d68d9..78e617c558185 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharejobtaskdefinition Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareJobTaskDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskTrigger.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskTrigger.md index 096a39063808e..e6894faf5fc11 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskTrigger.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareJobTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintsharejobtasktrigger Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintShareJobTaskTrigger --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintSharePrinter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintSharePrinter.md index e03ce7c10b257..50fc1e9e49bac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintSharePrinter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintSharePrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprintshareprinter Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintSharePrinter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md index e61aa32fdd9bc..90c8086873833 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprinttaskdefinition Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintTaskDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionCount.md index b281a0a9cc519..8cfc97a3cfe80 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprinttaskdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintTaskDefinitionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md index 163b6a7673c57..c5901f117720a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprinttaskdefinitiontask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintTaskDefinitionTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTaskCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTaskCount.md index dda2c4dd7ff90..b6574d4b0d9a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTaskCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprinttaskdefinitiontaskcount Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintTaskDefinitionTaskCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTaskTrigger.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTaskTrigger.md index 1e556369b9ec0..41d4453583dc9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTaskTrigger.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintTaskDefinitionTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/get-mgprinttaskdefinitiontasktrigger Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgPrintTaskDefinitionTaskTrigger --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgAbortPrintPrinterJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgAbortPrintPrinterJob.md index 1ed751ae31457..d2a67226c9958 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgAbortPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgAbortPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/invoke-mgabortprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgAbortPrintPrinterJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgAbortPrintShareJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgAbortPrintShareJob.md index ff2ba049dfa7a..f2dc7ffeec55a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgAbortPrintShareJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgAbortPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/invoke-mgabortprintsharejob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgAbortPrintShareJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgRedirectPrintPrinterJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgRedirectPrintPrinterJob.md index bc4252ea455c7..81caa72718a2a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgRedirectPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgRedirectPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/invoke-mgredirectprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRedirectPrintPrinterJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgRedirectPrintShareJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgRedirectPrintShareJob.md index 2ee75f1532c7c..9f85e47e25295 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgRedirectPrintShareJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Invoke-MgRedirectPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/invoke-mgredirectprintsharejob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRedirectPrintShareJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Microsoft.Graph.Devices.CloudPrint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Microsoft.Graph.Devices.CloudPrint.md index d5b5da6f70aac..0f4faf30494e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Microsoft.Graph.Devices.CloudPrint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Microsoft.Graph.Devices.CloudPrint.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CloudPrint -Module Guid: 0c5177ca-5a7a-4b9a-92ed-ea480a5a024d +Module Guid: b0e21751-1fe9-4b52-b89f-f63cbb1c55f2 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md index 8b60f21a9fe02..c034936670866 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintconnector Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintOperation.md index bf5a6389ec794..cc8cb9b9af3cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintoperation Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinter.md index e16882ab4e380..43d28000453ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintprinter Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintPrinter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJob.md index 380aad41be996..954150d0e6748 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintPrinterJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobDocument.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobDocument.md index a78e64d9a7188..7d2961799c779 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobDocument.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintprinterjobdocument Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintPrinterJobDocument --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobDocumentUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobDocumentUploadSession.md index 33e50965ad22d..abd17628ec7b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobDocumentUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobDocumentUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintprinterjobdocumentuploadsession Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintPrinterJobDocumentUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobTask.md index c4342581a7587..9d58dcc93d789 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintprinterjobtask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintPrinterJobTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md index 8a7675848f7e5..77da3bc506b6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintPrinterTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintprintertasktrigger Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintPrinterTaskTrigger --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md index d842b2a38b8b4..b4509ff558140 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintservice Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintService --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md index e802df9352e4f..e105228a5489b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintServiceEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintserviceendpoint Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintServiceEndpoint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md index 8c8ce3852921a..b939b98db186e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintshare Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintShare --- @@ -721,7 +721,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -753,13 +753,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -769,7 +769,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -845,10 +845,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1045,7 +1047,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1094,7 +1096,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -1137,10 +1139,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1274,7 +1276,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1306,12 +1308,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1327,27 +1329,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1408,7 +1431,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1431,7 +1454,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1488,15 +1511,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1506,22 +1528,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1533,9 +1559,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1545,7 +1572,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1759,6 +1786,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1770,6 +1798,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1819,7 +1848,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1890,12 +1919,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1966,12 +1995,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1989,7 +2021,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1997,7 +2029,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2007,7 +2039,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2099,7 +2131,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2149,11 +2181,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2165,14 +2197,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2184,13 +2216,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2464,6 +2496,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3550,13 +3592,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3574,9 +3616,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3671,12 +3714,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3696,6 +3739,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3703,11 +3747,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4023,22 +4070,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4171,7 +4228,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4214,7 +4271,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4426,6 +4483,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4481,7 +4540,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4512,11 +4571,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4537,16 +4596,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -4559,11 +4618,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -4572,12 +4631,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4733,7 +4792,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4758,7 +4817,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4774,7 +4833,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4978,7 +5037,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4990,7 +5049,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5270,7 +5329,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5284,16 +5343,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5321,6 +5380,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5438,9 +5502,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5454,11 +5518,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5573,7 +5637,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5588,7 +5652,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5680,11 +5744,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -5701,10 +5765,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5819,6 +5883,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -5854,7 +5926,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -5866,6 +5938,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: ALLOWEDUSERS : The users who have access to print using the printer. [DeletedDateTime ]: Date and time when this object was deleted. @@ -5873,10 +5946,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6019,7 +6092,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6078,7 +6151,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6087,7 +6160,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6103,27 +6176,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6186,7 +6280,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6213,7 +6307,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6270,15 +6364,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6288,22 +6381,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6315,9 +6412,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6327,7 +6425,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6407,10 +6505,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6791,6 +6891,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6802,6 +6903,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6851,7 +6953,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6922,12 +7024,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6998,12 +7100,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7021,7 +7126,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7029,7 +7134,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7039,7 +7144,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7131,7 +7236,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7438,6 +7543,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8321,11 +8436,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8337,14 +8452,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8356,13 +8471,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8638,13 +8753,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8662,9 +8777,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8759,12 +8875,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8784,6 +8900,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8791,11 +8908,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8843,24 +8963,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8884,7 +9004,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8933,7 +9053,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8994,11 +9114,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9015,10 +9135,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9289,6 +9409,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9327,7 +9455,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9339,6 +9467,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9616,22 +9745,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9764,7 +9903,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9807,7 +9946,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10019,6 +10158,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10074,7 +10215,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10105,11 +10246,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10130,35 +10271,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10314,7 +10455,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10339,7 +10480,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10355,7 +10496,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10415,7 +10556,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10427,7 +10568,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10707,7 +10848,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10721,16 +10862,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10755,6 +10896,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10872,9 +11018,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10888,11 +11034,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11007,7 +11153,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11022,7 +11168,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11248,7 +11394,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -11280,13 +11426,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -11296,7 +11442,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -11372,10 +11518,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -11572,7 +11720,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -11621,7 +11769,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -11664,10 +11812,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11801,7 +11949,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11833,12 +11981,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11854,27 +12002,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11935,7 +12104,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11958,7 +12127,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12015,15 +12184,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12033,22 +12201,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12060,9 +12232,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12072,7 +12245,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12286,6 +12459,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12297,6 +12471,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12346,7 +12521,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12417,12 +12592,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12493,12 +12668,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12516,7 +12694,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12524,7 +12702,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12534,7 +12712,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12626,7 +12804,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12676,11 +12854,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -12692,14 +12870,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -12711,13 +12889,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -12991,6 +13169,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14077,13 +14265,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14101,9 +14289,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14198,12 +14387,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14223,6 +14412,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14230,11 +14420,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14550,22 +14743,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14698,7 +14901,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14741,7 +14944,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -14953,6 +15156,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15008,7 +15213,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15039,11 +15244,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15064,16 +15269,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -15086,11 +15291,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -15099,12 +15304,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15260,7 +15465,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15285,7 +15490,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15301,7 +15506,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15505,7 +15710,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15517,7 +15722,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15546,7 +15751,7 @@ Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15560,16 +15765,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15597,6 +15802,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15714,9 +15924,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15730,11 +15940,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -15849,7 +16059,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -15864,7 +16074,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -15956,11 +16166,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -15977,10 +16187,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -16095,6 +16305,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -16130,7 +16348,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -16142,6 +16360,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. @@ -16637,7 +16856,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -16669,13 +16888,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -16685,7 +16904,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -16761,10 +16980,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -16961,7 +17182,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -17010,7 +17231,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -17053,10 +17274,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17190,7 +17411,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17222,12 +17443,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17243,27 +17464,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17324,7 +17566,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17347,7 +17589,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17404,15 +17646,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17422,22 +17663,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17449,9 +17694,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17461,7 +17707,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17675,6 +17921,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17686,6 +17933,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17735,7 +17983,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17806,12 +18054,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17882,12 +18130,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17905,7 +18156,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17913,7 +18164,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17923,7 +18174,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18015,7 +18266,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18065,11 +18316,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18081,14 +18332,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18100,13 +18351,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18380,6 +18631,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19466,13 +19727,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -19490,9 +19751,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -19587,12 +19849,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -19612,6 +19874,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -19619,11 +19882,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19939,22 +20205,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -20087,7 +20363,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -20130,7 +20406,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20342,6 +20618,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20397,7 +20675,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20428,11 +20706,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20453,16 +20731,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -20475,11 +20753,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -20488,12 +20766,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20649,7 +20927,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20674,7 +20952,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20690,7 +20968,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20894,7 +21172,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20906,7 +21184,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20935,7 +21213,7 @@ Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20949,16 +21227,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20986,6 +21264,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21103,9 +21386,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21119,11 +21402,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21238,7 +21521,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21253,7 +21536,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21345,11 +21628,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -21366,10 +21649,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -21484,6 +21767,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -21519,7 +21810,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -21531,6 +21822,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareAllowedGroupByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareAllowedGroupByRef.md index df7b0930525fa..21ed9d892ed73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareAllowedGroupByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareAllowedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintshareallowedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintShareAllowedGroupByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareAllowedUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareAllowedUserByRef.md index 17f089aea56f6..169ff709e27d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareAllowedUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareAllowedUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintsharealloweduserbyref Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintShareAllowedUserByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJob.md index 0e11d894517ef..e2555b217f43b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintsharejob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintShareJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobDocument.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobDocument.md index 99dfd992b2a77..66d6cdc3e23d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobDocument.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintsharejobdocument Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintShareJobDocument --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobDocumentUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobDocumentUploadSession.md index f6ffd5fca95d6..308e02f832259 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobDocumentUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobDocumentUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintsharejobdocumentuploadsession Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintShareJobDocumentUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobTask.md index e2ac7b3717974..17d6deb507993 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprintsharejobtask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintShareJobTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md index 24be0d97a635c..de9ad349db319 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprinttaskdefinition Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintTaskDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md index 400aa92235a01..9b827fc44972c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/New-MgPrintTaskDefinitionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/new-mgprinttaskdefinitiontask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgPrintTaskDefinitionTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintConnector.md index 315af93086eba..d6bf3c9ab1e83 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintconnector Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintOperation.md index 6ab59dd47681b..23679339cc4ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintoperation Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinter.md index 9566c897a4bd0..5ada6f974b81d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintprinter Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintPrinter --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJob.md index 338101456f95e..8f300b42a0457 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintPrinterJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobDocument.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobDocument.md index f514fa49eea65..0b6da6fb0e10d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobDocument.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintprinterjobdocument Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintPrinterJobDocument --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobDocumentContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobDocumentContent.md index 1cd675d31aa42..8829cdd600716 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintprinterjobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintPrinterJobDocumentContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobTask.md index cc953f39bd4df..ba655c159cd01 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintprinterjobtask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintPrinterJobTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterTaskTrigger.md index 3d80edce4e8f8..eab9502b1d162 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintPrinterTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintprintertasktrigger Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintPrinterTaskTrigger --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintService.md index 99bd4fbc42c3d..d5865393f83ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintservice Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintService --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintServiceEndpoint.md index fa50217b42802..0db82f6141eed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintServiceEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintserviceendpoint Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintServiceEndpoint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShare.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShare.md index 98e32e672a294..66b8dc9785390 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShare.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintshare Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintShare --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareAllowedGroupByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareAllowedGroupByRef.md index 25e366aba76fe..084d5af2240a4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareAllowedGroupByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareAllowedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintshareallowedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintShareAllowedGroupByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareAllowedUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareAllowedUserByRef.md index 56933bbb59886..53c6d038a341d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareAllowedUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareAllowedUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintsharealloweduserbyref Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintShareAllowedUserByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJob.md index d5c781528bfd2..e9506436d70c7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintsharejob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintShareJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobDocument.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobDocument.md index 3cefb42da4278..70cbde4ab2d8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobDocument.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintsharejobdocument Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintShareJobDocument --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobDocumentContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobDocumentContent.md index 9afdac116036c..f265ce007edb0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintsharejobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintShareJobDocumentContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobTask.md index 9917960c6988a..0cc737dc8665d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprintsharejobtask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintShareJobTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintTaskDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintTaskDefinition.md index 96592c1cd3351..c606550ebb79f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprinttaskdefinition Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintTaskDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintTaskDefinitionTask.md index d121d65f43456..164b9dbd08ee6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Remove-MgPrintTaskDefinitionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/remove-mgprinttaskdefinitiontask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgPrintTaskDefinitionTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Restore-MgPrintPrinterFactoryDefault.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Restore-MgPrintPrinterFactoryDefault.md index c0bc08b0a7ce1..3450b426a5b13 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Restore-MgPrintPrinterFactoryDefault.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Restore-MgPrintPrinterFactoryDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/restore-mgprintprinterfactorydefault Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgPrintPrinterFactoryDefault --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Set-MgPrintPrinterJobDocumentContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Set-MgPrintPrinterJobDocumentContent.md index e01da2a33ba9a..7621d71372033 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Set-MgPrintPrinterJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Set-MgPrintPrinterJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/set-mgprintprinterjobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgPrintPrinterJobDocumentContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Set-MgPrintShareJobDocumentContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Set-MgPrintShareJobDocumentContent.md index 376b24b2fbe8c..259f469adbe7d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Set-MgPrintShareJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Set-MgPrintShareJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/set-mgprintsharejobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgPrintShareJobDocumentContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Start-MgPrintPrinterJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Start-MgPrintPrinterJob.md index 5a8c3414ebaab..ac2d8c1a6fed8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Start-MgPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Start-MgPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/start-mgprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Start-MgPrintPrinterJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Start-MgPrintShareJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Start-MgPrintShareJob.md index 33a8615170ffb..830637b0dee52 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Start-MgPrintShareJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Start-MgPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/start-mgprintsharejob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Start-MgPrintShareJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Stop-MgPrintPrinterJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Stop-MgPrintPrinterJob.md index c23faeb8e0d5e..7f4eeab0745b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Stop-MgPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Stop-MgPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/stop-mgprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgPrintPrinterJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Stop-MgPrintShareJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Stop-MgPrintShareJob.md index 35506bcadefa4..af7ee4ab530d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Stop-MgPrintShareJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Stop-MgPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/stop-mgprintsharejob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgPrintShareJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrint.md index 3f356b42fd8a6..3daa06a3b3759 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprint Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrint --- @@ -759,7 +759,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -791,13 +791,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -807,7 +807,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -883,10 +883,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1083,7 +1085,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1132,7 +1134,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -1175,10 +1177,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1312,7 +1314,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1344,12 +1346,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1365,27 +1367,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1446,7 +1469,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1469,7 +1492,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1526,15 +1549,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1544,22 +1566,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1571,9 +1597,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1583,7 +1610,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1797,6 +1824,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1808,6 +1836,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1857,7 +1886,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1928,12 +1957,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2004,12 +2033,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2027,7 +2059,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2035,7 +2067,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2045,7 +2077,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2137,7 +2169,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2187,11 +2219,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2203,14 +2235,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2222,13 +2254,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2502,6 +2534,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3588,13 +3630,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3612,9 +3654,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3709,12 +3752,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3734,6 +3777,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3741,11 +3785,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4061,22 +4108,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4209,7 +4266,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4252,7 +4309,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4464,6 +4521,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4519,7 +4578,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4550,11 +4609,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4575,16 +4634,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -4597,11 +4656,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -4610,12 +4669,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4771,7 +4830,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4796,7 +4855,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4812,7 +4871,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5016,7 +5075,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5028,7 +5087,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5057,7 +5116,7 @@ Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5071,16 +5130,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5108,6 +5167,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5225,9 +5289,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5241,11 +5305,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5360,7 +5424,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5375,7 +5439,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5467,11 +5531,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -5488,10 +5552,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5606,6 +5670,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -5641,7 +5713,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -5653,6 +5725,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. @@ -5981,7 +6054,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -6013,13 +6086,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -6029,7 +6102,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -6105,10 +6178,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -6305,7 +6380,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -6354,7 +6429,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -6397,10 +6472,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6534,7 +6609,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6566,12 +6641,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6587,27 +6662,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6668,7 +6764,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6691,7 +6787,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6748,15 +6844,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6766,22 +6861,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6793,9 +6892,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6805,7 +6905,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7019,6 +7119,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7030,6 +7131,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7079,7 +7181,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7150,12 +7252,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7226,12 +7328,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7249,7 +7354,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7257,7 +7362,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7267,7 +7372,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7359,7 +7464,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7409,11 +7514,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7425,14 +7530,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7444,13 +7549,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -7724,6 +7829,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8810,13 +8925,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8834,9 +8949,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8931,12 +9047,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8956,6 +9072,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8963,11 +9080,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9283,22 +9403,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9431,7 +9561,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9474,7 +9604,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9686,6 +9816,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9741,7 +9873,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9772,11 +9904,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9797,16 +9929,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -9819,11 +9951,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -9832,12 +9964,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9993,7 +10125,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10018,7 +10150,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10034,7 +10166,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10238,7 +10370,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10250,7 +10382,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10279,7 +10411,7 @@ Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10293,16 +10425,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10330,6 +10462,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10447,9 +10584,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10463,11 +10600,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10582,7 +10719,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10597,7 +10734,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -10689,11 +10826,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -10710,10 +10847,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -10828,6 +10965,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -10863,7 +11008,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -10875,6 +11020,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. @@ -11128,7 +11274,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -11160,13 +11306,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -11176,7 +11322,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -11252,10 +11398,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -11452,7 +11600,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -11501,7 +11649,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -11544,10 +11692,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11681,7 +11829,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11713,12 +11861,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11734,27 +11882,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11815,7 +11984,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11838,7 +12007,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11895,15 +12064,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11913,22 +12081,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11940,9 +12112,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11952,7 +12125,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12166,6 +12339,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12177,6 +12351,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12226,7 +12401,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12297,12 +12472,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12373,12 +12548,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12396,7 +12574,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12404,7 +12582,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12414,7 +12592,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12506,7 +12684,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12556,11 +12734,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -12572,14 +12750,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -12591,13 +12769,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -12871,6 +13049,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13957,13 +14145,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -13981,9 +14169,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14078,12 +14267,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14103,6 +14292,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14110,11 +14300,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14430,22 +14623,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14578,7 +14781,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14621,7 +14824,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -14833,6 +15036,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -14888,7 +15093,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -14919,11 +15124,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -14944,16 +15149,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -14966,11 +15171,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -14979,12 +15184,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15140,7 +15345,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15165,7 +15370,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15181,7 +15386,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15385,7 +15590,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15397,7 +15602,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15426,7 +15631,7 @@ Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15440,16 +15645,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15477,6 +15682,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15594,9 +15804,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15610,11 +15820,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -15729,7 +15939,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -15744,7 +15954,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -15836,11 +16046,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -15857,10 +16067,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15975,6 +16185,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -16010,7 +16228,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -16022,6 +16240,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintConnector.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintConnector.md index ab55dae8af89c..7c98ad0cfbe6e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintConnector.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintconnector Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintConnector --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintOperation.md index 4dbdddc979921..a5c751b316df4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintoperation Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinter.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinter.md index 8396d21744c5f..c8142ff61b266 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinter.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintprinter Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintPrinter --- @@ -1177,7 +1177,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -1209,13 +1209,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -1225,7 +1225,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1301,10 +1301,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1501,7 +1503,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1550,7 +1552,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -1593,10 +1595,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1730,7 +1732,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1762,12 +1764,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1783,27 +1785,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1864,7 +1887,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1887,7 +1910,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1944,15 +1967,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1962,22 +1984,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1989,9 +2015,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2001,7 +2028,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2215,6 +2242,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2226,6 +2254,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2275,7 +2304,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2346,12 +2375,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2422,12 +2451,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2445,7 +2477,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2453,7 +2485,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2463,7 +2495,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2555,7 +2587,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2605,11 +2637,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2621,14 +2653,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2640,13 +2672,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2920,6 +2952,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -4006,13 +4048,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4030,9 +4072,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4127,12 +4170,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4152,6 +4195,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4159,11 +4203,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4479,22 +4526,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4627,7 +4684,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4670,7 +4727,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4882,6 +4939,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4937,7 +4996,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4968,11 +5027,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4993,16 +5052,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -5015,11 +5074,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -5028,12 +5087,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5189,7 +5248,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5214,7 +5273,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5230,7 +5289,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5434,7 +5493,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5446,7 +5505,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5475,7 +5534,7 @@ Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5489,16 +5548,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5526,6 +5585,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5643,9 +5707,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5659,11 +5723,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5778,7 +5842,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5793,7 +5857,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5885,11 +5949,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -5906,10 +5970,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6024,6 +6088,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -6059,7 +6131,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -6071,6 +6143,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. @@ -6550,7 +6623,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -6582,13 +6655,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -6598,7 +6671,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -6674,10 +6747,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -6874,7 +6949,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -6923,7 +6998,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -6966,10 +7041,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7103,7 +7178,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7135,12 +7210,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7156,27 +7231,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7237,7 +7333,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7260,7 +7356,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7317,15 +7413,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7335,22 +7430,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7362,9 +7461,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7374,7 +7474,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7588,6 +7688,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7599,6 +7700,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7648,7 +7750,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7719,12 +7821,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7795,12 +7897,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7818,7 +7923,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7826,7 +7931,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7836,7 +7941,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7928,7 +8033,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7978,11 +8083,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7994,14 +8099,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8013,13 +8118,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8293,6 +8398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9379,13 +9494,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9403,9 +9518,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9500,12 +9616,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9525,6 +9641,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9532,11 +9649,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9852,22 +9972,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10000,7 +10130,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10043,7 +10173,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10255,6 +10385,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10310,7 +10442,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10341,11 +10473,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10366,16 +10498,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -10388,11 +10520,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -10401,12 +10533,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10562,7 +10694,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10587,7 +10719,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10603,7 +10735,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10807,7 +10939,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10819,7 +10951,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10848,7 +10980,7 @@ Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10862,16 +10994,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10899,6 +11031,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11016,9 +11153,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11032,11 +11169,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11151,7 +11288,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11166,7 +11303,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11258,11 +11395,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -11279,10 +11416,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -11397,6 +11534,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -11432,7 +11577,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -11444,6 +11589,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJob.md index 13dd65312de67..0990ad7823ae9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintPrinterJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJobDocument.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJobDocument.md index 14c6094bcc3cd..d83b3c01064f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJobDocument.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintprinterjobdocument Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintPrinterJobDocument --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJobTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJobTask.md index f38e03c1fd2ef..95e2fd1c3a47c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJobTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintprinterjobtask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintPrinterJobTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterTaskTrigger.md index a71784f05bc7e..4b254ea35a5e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintPrinterTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintprintertasktrigger Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintPrinterTaskTrigger --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintService.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintService.md index aaf39e0b15b9c..57485efa6d703 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintService.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintservice Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintService --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintServiceEndpoint.md index a393c02e59e34..cc5481d1deb1d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintServiceEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintserviceendpoint Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintServiceEndpoint --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShare.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShare.md index 22d22ebaf418f..93c58865512bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShare.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintshare Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintShare --- @@ -920,7 +920,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -952,13 +952,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -968,7 +968,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1044,10 +1044,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1244,7 +1246,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1293,7 +1295,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -1336,10 +1338,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1473,7 +1475,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1505,12 +1507,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1526,27 +1528,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1607,7 +1630,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1630,7 +1653,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1687,15 +1710,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1705,22 +1727,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1732,9 +1758,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1744,7 +1771,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1958,6 +1985,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1969,6 +1997,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2018,7 +2047,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2089,12 +2118,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2165,12 +2194,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2188,7 +2220,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2196,7 +2228,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2206,7 +2238,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2298,7 +2330,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2348,11 +2380,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2364,14 +2396,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2383,13 +2415,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2663,6 +2695,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3749,13 +3791,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3773,9 +3815,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3870,12 +3913,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3895,6 +3938,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3902,11 +3946,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4222,22 +4269,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4370,7 +4427,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4413,7 +4470,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4625,6 +4682,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4680,7 +4739,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4711,11 +4770,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4736,16 +4795,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -4758,11 +4817,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -4771,12 +4830,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4932,7 +4991,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4957,7 +5016,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4973,7 +5032,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5177,7 +5236,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5189,7 +5248,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5469,7 +5528,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5483,16 +5542,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5520,6 +5579,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5637,9 +5701,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5653,11 +5717,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5772,7 +5836,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5787,7 +5851,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5879,11 +5943,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -5900,10 +5964,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6018,6 +6082,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -6053,7 +6125,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -6065,6 +6137,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: ALLOWEDUSERS : The users who have access to print using the printer. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6072,10 +6145,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6218,7 +6291,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6277,7 +6350,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6286,7 +6359,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6302,27 +6375,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6385,7 +6479,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6412,7 +6506,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6469,15 +6563,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6487,22 +6580,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6514,9 +6611,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6526,7 +6624,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6606,10 +6704,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6990,6 +7090,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7001,6 +7102,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7050,7 +7152,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7121,12 +7223,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7197,12 +7299,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7220,7 +7325,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7228,7 +7333,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7238,7 +7343,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7330,7 +7435,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7637,6 +7742,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8520,11 +8635,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8536,14 +8651,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8555,13 +8670,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8837,13 +8952,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8861,9 +8976,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8958,12 +9074,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8983,6 +9099,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8990,11 +9107,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9042,24 +9162,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9083,7 +9203,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9132,7 +9252,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9193,11 +9313,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9214,10 +9334,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9488,6 +9608,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9526,7 +9654,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9538,6 +9666,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9815,22 +9944,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9963,7 +10102,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10006,7 +10145,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10218,6 +10357,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10273,7 +10414,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10304,11 +10445,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10329,35 +10470,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10513,7 +10654,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10538,7 +10679,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10554,7 +10695,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10614,7 +10755,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10626,7 +10767,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10906,7 +11047,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10920,16 +11061,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10954,6 +11095,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11071,9 +11217,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11087,11 +11233,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11206,7 +11352,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11221,7 +11367,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11447,7 +11593,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -11479,13 +11625,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -11495,7 +11641,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -11571,10 +11717,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -11771,7 +11919,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -11820,7 +11968,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -11863,10 +12011,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12000,7 +12148,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12032,12 +12180,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12053,27 +12201,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12134,7 +12303,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12157,7 +12326,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12214,15 +12383,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12232,22 +12400,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12259,9 +12431,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12271,7 +12444,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12485,6 +12658,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12496,6 +12670,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12545,7 +12720,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12616,12 +12791,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12692,12 +12867,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12715,7 +12893,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12723,7 +12901,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12733,7 +12911,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12825,7 +13003,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12875,11 +13053,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -12891,14 +13069,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -12910,13 +13088,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13190,6 +13368,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14276,13 +14464,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14300,9 +14488,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14397,12 +14586,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14422,6 +14611,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14429,11 +14619,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14749,22 +14942,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14897,7 +15100,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14940,7 +15143,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15152,6 +15355,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15207,7 +15412,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15238,11 +15443,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15263,16 +15468,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -15285,11 +15490,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -15298,12 +15503,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15459,7 +15664,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15484,7 +15689,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15500,7 +15705,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15704,7 +15909,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15716,7 +15921,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15745,7 +15950,7 @@ Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15759,16 +15964,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15796,6 +16001,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15913,9 +16123,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15929,11 +16139,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16048,7 +16258,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16063,7 +16273,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16155,11 +16365,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -16176,10 +16386,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -16294,6 +16504,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -16329,7 +16547,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -16341,6 +16559,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. @@ -16851,7 +17070,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -16883,13 +17102,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -16899,7 +17118,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -16975,10 +17194,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -17175,7 +17396,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -17224,7 +17445,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -17267,10 +17488,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17404,7 +17625,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17436,12 +17657,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17457,27 +17678,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17538,7 +17780,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17561,7 +17803,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17618,15 +17860,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17636,22 +17877,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17663,9 +17908,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17675,7 +17921,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17889,6 +18135,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17900,6 +18147,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17949,7 +18197,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18020,12 +18268,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18096,12 +18344,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18119,7 +18370,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18127,7 +18378,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18137,7 +18388,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18229,7 +18480,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18279,11 +18530,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18295,14 +18546,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18314,13 +18565,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18594,6 +18845,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19680,13 +19941,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -19704,9 +19965,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -19801,12 +20063,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -19826,6 +20088,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -19833,11 +20096,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20153,22 +20419,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -20301,7 +20577,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -20344,7 +20620,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20556,6 +20832,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20611,7 +20889,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20642,11 +20920,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20667,16 +20945,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -20689,11 +20967,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -20702,12 +20980,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20863,7 +21141,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20888,7 +21166,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20904,7 +21182,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21108,7 +21386,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21120,7 +21398,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21149,7 +21427,7 @@ Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -21163,16 +21441,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21200,6 +21478,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21317,9 +21600,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21333,11 +21616,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21452,7 +21735,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21467,7 +21750,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21559,11 +21842,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -21580,10 +21863,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -21698,6 +21981,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -21733,7 +22024,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -21745,6 +22036,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [AllowedUsers ]: The users who have access to print using the printer. [CreatedDateTime ]: The DateTimeOffset when the printer share was created. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareAllowedUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareAllowedUserMailboxSetting.md index 47808eaa78670..2eca01eb9dcf7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareAllowedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareAllowedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintshareallowedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintShareAllowedUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJob.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJob.md index a7abb5cceaba6..62a0cfd5c5b13 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJob.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintsharejob Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintShareJob --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJobDocument.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJobDocument.md index 5b42e8851390d..65e14c0fd5bc0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJobDocument.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintsharejobdocument Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintShareJobDocument --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJobTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJobTask.md index 0dfa38e623fe4..c4567c7418457 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJobTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprintsharejobtask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintShareJobTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintTaskDefinition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintTaskDefinition.md index 3bf8b1d3a1e73..6e7346f5f98d8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprinttaskdefinition Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintTaskDefinition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintTaskDefinitionTask.md index 15866c2414bb8..da9f9118d5d8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CloudPrint/Update-MgPrintTaskDefinitionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.cloudprint/update-mgprinttaskdefinitiontask Locale: en-US Module Name: Microsoft.Graph.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgPrintTaskDefinitionTask --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Clear-MgUserManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Clear-MgUserManagedDevice.md index bc8a39057dde9..14d53063b7094 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Clear-MgUserManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Clear-MgUserManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/clear-mgusermanageddevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgUserManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Disable-MgUserManagedDeviceLostMode.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Disable-MgUserManagedDeviceLostMode.md index 082ce1d0ae72f..d301e783e34a0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Disable-MgUserManagedDeviceLostMode.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Disable-MgUserManagedDeviceLostMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/disable-mgusermanageddevicelostmode Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Disable-MgUserManagedDeviceLostMode --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Find-MgUserManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Find-MgUserManagedDevice.md index 0107d266a91a2..913e256b0fb30 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Find-MgUserManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Find-MgUserManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/find-mgusermanageddevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Find-MgUserManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagement.md index ef4588e9ad687..341525ad887c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagement Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagement --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtection.md index 187e01a46660a..7c70be7165c52 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementandroidmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementAndroidManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionApp.md index 31be4affe6135..f24bdfaf7f790 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementandroidmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementAndroidManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount.md index c27470243bad8..00fde9252fcd9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementandroidmanagedappprotectionappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md index 840d6dea3a601..fb0ffc6afd721 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementandroidmanagedappprotectionassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount.md index fa171061c47e3..5b08fdfc2ab3f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementandroidmanagedappprotectionassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionCount.md index a065308077db8..dc1c8c8c6cf43 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementandroidmanagedappprotectioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementAndroidManagedAppProtectionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md index b2a6a554cf865..eb35457d09c3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementandroidmanagedappprotectiondeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtection.md index 15da5df167718..50a204bb3e424 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementdefaultmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementDefaultManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionApp.md index b42c19a97042a..97826768a3c3b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementdefaultmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementDefaultManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount.md index 38e4899447287..2d09dba45fcee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementdefaultmanagedappprotectionappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionCount.md index 54ce23a9d5646..579cf4d87a0f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementdefaultmanagedappprotectioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementDefaultManagedAppProtectionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md index 935039ace33e5..647e46ba8912a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementdefaultmanagedappprotectiondeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppPolicy.md index ac8b7f6be524b..dcbc4f6585196 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedapppolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppPolicyCount.md index 725f0a811ac20..c8e0f1ef9ba1e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedapppolicycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppPolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistration.md index a3ca73d82e088..5b005faf48587 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappregistration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md index 831900b6d2f68..ae5740fed4cda 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappregistrationappliedpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount.md index 75c3a22f30bc2..5d187ffeb4294 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappregistrationappliedpolicycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationCount.md index 4c5daa4bbe080..a95d9ac4807d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappregistrationcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppRegistrationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md index 98ad55bdaf1b0..b91b95ea2cb44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappregistrationintendedpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount.md index df3cfc6529ad5..7da404b116854 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappregistrationintendedpolicycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationOperation.md index 79e56e03800ea..28dc3ecd3c9ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappregistrationoperation Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppRegistrationOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationOperationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationOperationCount.md index 1f65515f737b3..1e5924403cd71 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationOperationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappregistrationoperationcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppRegistrationOperationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration.md index dfb151073e58e..aa70afbe537e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappregistrationuseridwithflaggedappregistration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppStatus.md index d77b9edc9afc0..accb4327f0ab2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappstatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppStatusCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppStatusCount.md index 6ea757bfa2948..2eb199db9daaf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppStatusCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedAppStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedappstatuscount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedAppStatusCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBook.md index 5df442283598e..1cb16b2460c7a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebook Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBook --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookAssignment.md index b60dc756e9088..7717f70319130 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookAssignmentCount.md index 5ede30e03d3c7..bd06ced8a2297 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookCount.md index 8a500823db66a..4971677d550eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookDeviceState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookDeviceState.md index ed3d41c8a5cc0..6eb67b3501781 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookDeviceState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookdevicestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookDeviceState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookDeviceStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookDeviceStateCount.md index 9e827f233b279..4f1e10a898fe3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookDeviceStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookDeviceStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookdevicestatecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookDeviceStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookInstallSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookInstallSummary.md index a84c522128731..7f8b386f1d876 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookInstallSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookInstallSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookinstallsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookInstallSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummary.md index 23d60d0c2d61d..c081bc9d74727 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookUserStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount.md index 18fcd4f19790e..d50c7d1597ce6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookuserstatesummarycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md index b82076a43f39b..a132be48d6cd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookuserstatesummarydevicestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount.md index 2d393acc6fe27..9a8ff258a8b92 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmanagedebookuserstatesummarydevicestatecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md index 30a57f12312cc..9aebeb53cbc35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmdmwindowsinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md index bb22c1af0f5fe..2027c285df68d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount.md index f155387e64fef..e05b75d25d040 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount.md index c1b2ab5cb6e95..fce38df7ae9b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmdmwindowsinformationprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md index 735fa896247ec..90914decfe1aa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyexemptapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount.md index 44363d4804b4e..eb9303949cc2b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyexemptapplockerfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md index 3bd85d67b6709..373eb3a9435f6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyprotectedapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount.md index d9e536bbfda56..e0c2a71996f39 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyprotectedapplockerfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileApp.md index d79d3fb8eb55f..fc15f02706fd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobApp.md index 85680d143c5be..f9069244af1c1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md index 66bc9637ff85c..41f6a8e774733 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount.md index acc38d41fd739..f5fd5059e47f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory.md index 8e4738d026dd4..a82fc79257c92 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount.md index a9a09f4dd2c14..167830649971e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md index ee05e7d9ff396..a221cc7ea2dd5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md index 742a8cc8b1173..dca578512c342 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount.md index ab15ec253f2c1..eab91be0c66db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount.md index caa0612bb9b9e..a96339c95daba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md index 937cb5c49e889..407fe019d023d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount.md index 0ac96ca4dcde5..85265470cfe1e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidlobappcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp.md index 31eabf605b7a4..ab4acbb6c82e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidstoreapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md index ac00f78d00c5c..9046d3f3f81d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidstoreappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount.md index db0cca524957a..ecb2ba70f81dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidstoreappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory.md index b01a4596f20e1..ff5aec900a8e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidstoreappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount.md index 2e9ca610b3e51..93f01169c7d01 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasandroidstoreappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreApp.md index c8afe18383bdc..b614e8c09cbd7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiostoreapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoStoreApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md index 3e6a1fec49fb5..435a72656c312 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiostoreappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount.md index 908a38f2af71e..2564c226f66b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiostoreappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory.md index 939cdbcd9fd05..faecbb8052ae2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiostoreappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount.md index 695dd2d5f5937..7bfc92cf79caf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiostoreappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppApp.md index 58fdf27715126..6410b56b10191 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiovppapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoVppApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md index 69f977f9fff5f..969753de68d14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiovppappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount.md index 1c7a166ce4a2f..64e43283e6779 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiovppappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory.md index 0547ec88f9b34..2b0bba5b90573 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiovppappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount.md index 8a7e1a504ffcd..22aeecf5edf96 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasiovppappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp.md index d96576a952686..dfd6f5690d9a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md index 93f719630c9a7..71eb2c5109f83 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount.md index 3f128886e7ac6..5b140ec17524a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory.md index 082d30f12a56e..1dbba96fb4988 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount.md index 7c09ea981d67e..a63c43b06811a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md index d3e2f102ea490..aeab5f4502277 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md index 0368e1f27a125..3420336403477 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount.md index 3ca3873b52deb..42592248cf301 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount.md index 2adf736638ddc..d59067aa0fabd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md index db0db108911d9..a704e5fe34e50 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount.md index f3779a229e40b..2cee3326d744c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacosdmgappcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobApp.md index 63d6acf88c336..4d9b1750c8fb0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md index 5e14092baa38f..df329f7a6b7bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount.md index 4e1fdebc3a2ab..2d32f4c09e34d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory.md index 61492cb3595bb..ad2ab20c03bd2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount.md index 05006a0dc8466..25ea4088103f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md index 1e4ad482ba8a7..22b8ba0a514cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md index 55c6eaac8cb56..f4dc9aae77d93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount.md index cdd67abc58682..245a796e8b0cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount.md index 2f1fd5003d6f8..7b2b607a3f483 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md index 96f5b41ef9f6a..b8f9223c080e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount.md index 2e0ada4e9a8e2..b1a3f45f29a12 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmacoslobappcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp.md index f84618a155685..4f7b23dd5c257 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md index 73a49466d3916..ee8e4395ade69 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount.md index e9f7eba571694..fb9a8a4f4fce4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory.md index d07b161efefa0..efbe9408366f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount.md index 0a7a0b1d08884..3c1c2dbbf9ffd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md index 54bc4f963e788..8033a2292c418 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md index cf28f5f3c5776..2e0605975cea8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount.md index 0b48e891d5839..502789bd56c75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount.md index cdec86a28c4ac..ea958d16974ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md index 75c4707ede79a..b9c813242ddd4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount.md index 8c03d71233ba9..4347bccee290a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp.md index 16046c74cf35f..f2d8268880e3a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md index 2b4f645ad4ae0..dbc299a2b0f89 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount.md index 8c30f1f096dc2..9f4aac43efc07 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory.md index 9b080867b3520..0a367286d4dff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount.md index ed4566c8f8b75..6695d1569dc6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md index 3e3227e54d9e0..76fc63b62c471 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md index 0bc6630239852..2d6e92b6a978a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount.md index 0454eab5126f5..8029e95be8ea2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount.md index 563c4c217acf1..90024aefa8fe1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md index 8e1563012d184..350b58f758c89 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount.md index 5426ee664208b..68817bf084954 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp.md index b1289296b25a5..f7d21a62aa35f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md index 3567edcf93b37..09e1330b6db4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount.md index f54be8350860e..0735d8d8ba997 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory.md index 2408c2985a746..ff15d6d125968 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount.md index 06aebd75be0a2..ec056ae04ff6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md index 3c42cc4b7886d..553bc6ed4b989 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md index f7140bea47a6d..65f945168f606 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount.md index d66adf38f000a..29e90b0df1fb5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount.md index 54b807e8f9865..5fa7aa50a6abf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md index c3b40e5fad7ea..06d078edc913c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount.md index 749c0f97155e6..be5afc12345ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmanagedioslobappcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp.md index 25c8d471c037c..ad0ec60408f7f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmicrosoftstoreforbusinessapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md index bd0aaea0a6e0e..3eb6181b2b833 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmicrosoftstoreforbusinessappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount.md index 3e949d15a8c26..a67d66b539ab4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmicrosoftstoreforbusinessappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory.md index ab406e145b5d5..78dcabc058ae8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmicrosoftstoreforbusinessappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount.md index 13333026131ac..24af9e59eb745 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasmicrosoftstoreforbusinessappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobApp.md index c1f398e318676..6c2cf23fac8e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md index 43c40a2fe6cea..6404a388dfb87 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount.md index 7dff9662a5ede..39286caa4b23d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory.md index 263c88606cd22..4119db314158e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount.md index 0465677488e34..271c86c22441b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md index ee8a597b1021e..8cc150632a06d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md index d703e7a9dad72..eb3123760b9ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount.md index 8a340fcbc871a..e6b2066672094 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount.md index 9f0e8a1bb0b62..2acf0a3e4c7cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md index 2415992af7126..ec9bd83ef5105 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount.md index 12b15f30405bc..e82c6492eeae4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswin32lobappcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppX.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppX.md index 10b3700c29ed4..95037f7f17a88 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppX.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppX.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappx Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppX --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md index bf4d183d61310..107e3d775b72e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount.md index 3ec9b3e078397..b613941824e22 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory.md index eb2b509df8331..4ec3864dc9e3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount.md index 21d8cd7d74775..d018cef310470 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md index 5e2bc733af9be..69ad3e59e58af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md index add8654e3a3ba..c8fa35ea10b8c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount.md index 1203c06599028..096524f47e6fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount.md index 976b654b19301..3479f3a8626b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md index 47f4682855837..1de750e3c79bc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount.md index a605ea00ba78f..cd54892bcbc58 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsappxcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi.md index 067b580c54104..163229d114573 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsi Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md index e32580860a21c..68d69acdc426e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsiassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount.md index 66fe945d5dbdc..f92e73ec54232 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsiassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory.md index be6e6d5df396a..ec9acffcffeac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsicategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount.md index a8f68ac8e62e0..8b93f0ae34c0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsicategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md index 3f26731403b0c..c939a3236c143 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md index 0763f928d63c8..749ba45c619a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount.md index 68a855c263266..0cf764b7ca819 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount.md index f36769c5e1bc4..e6ceba5cbeca9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md index 51887d96bbc37..54616989ea7d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount.md index d32f5e85e8f7c..040912fba3f05 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX.md index 9be92c7814501..0d4219796b585 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappx Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md index 48e81362e0eee..3dbd9d0f1e631 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount.md index 2bffafe7e5033..f790b534a26be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory.md index 772a85bf50b28..33d52166548b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount.md index 1d4f388e4b9f5..17dfe9f11811e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md index 5716237ebdc06..74919c05879a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcommittedcontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount.md index 515a9579f0b7a..e947d4161c159 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcommittedcontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md index af19548a0c604..4a53b0abaffd0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md index a390a3354f30d..dd364f5aa00b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount.md index 648ae7dc1463b..2efd0a6ef6970 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount.md index e813584fe2561..cf8cdc0b0e22e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md index 478580dc8a0c0..de65a3ad0365c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount.md index 223e51ee9f8b2..7ed80c85507a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebApp.md index cca55cbfe1ca2..9218ac30a973c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowswebapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsWebApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md index e32f6ffef248d..c2a43399ace8d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowswebappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount.md index 68d6c6068e121..12eb55e24599d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowswebappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory.md index a5e7df3326211..af936c1e8249b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowswebappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount.md index ba294cd317e27..c3a93f9e644f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappaswindowswebappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobApp.md index c901c68959592..563821babd9d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md index 81540512e369d..6e5256dc65d66 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount.md index e3abb9a66004e..9f37945c9663c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory.md index 0eb1e3b2df4c4..74b02ec715ca5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount.md index 999099958d8ae..cdacd7b3eee09 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md index 40739c23bacd5..e3138efa63bab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md index fcf14b0172d8f..7e0150f0217b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount.md index 2d1a89933eee7..09b8bf5f35bcc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappcontentversioncontainedappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount.md index 36c8a18b002fa..555a1e17592f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappcontentversioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md index af0971313ad42..0053fd51d3ea9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount.md index 8df73b2d5e2de..b6d3e863f733d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappasioslobappcontentversionfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAssignment.md index 959bb6f76bb38..1ef0359a3d83c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAssignmentCount.md index 82b5d045dfd33..c1c7eda802f54 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCategory.md index 8eff53e0edc95..b66d9f609f6b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCategoryCount.md index 005f1175b9ce5..ccba005c5f73f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcategorycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfiguration.md index 0102995c035d3..5eb8b37c73620 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationAssignment.md index 952bafd321443..9910ee20a6f35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount.md index b658d13275d92..0f7aa96ff580b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfigurationassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationCount.md index 8a3372b22b86e..7aa872160cc80 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfigurationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md index b8948caebd1d0..0d90477d12400 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount.md index cd5199cdf0607..879413051c7a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfigurationdevicestatuscount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md index b782ee33ff06d..f6c48d0c68b25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfigurationdevicestatussummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatus.md index a2edf79c63981..2376e25a07a8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfigurationUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount.md index bc9600d116783..571db4f69d3e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfigurationuserstatuscount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md index 42b48c9c8aa62..8a0663117ccff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappconfigurationuserstatussummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCount.md index 9428cf7bd429a..4e43f3eff5c5f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp.md index e9e7a2148bef3..e9c1ab482d5a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasandroidlobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp.md index 11f388dfbfeb8..abb921660865f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasandroidstoreapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp.md index 9a7b90405b9c2..c2040e93225b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasiostoreapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsIoVppApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsIoVppApp.md index 1c74a33981d01..bb2132e3e03fe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsIoVppApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsIoVppApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasiovppapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsIoVppApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp.md index 4974df4afd774..0701dc6308ce8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasmacosdmgapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp.md index dcc3db19b6a28..da87d3607a10a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasmacoslobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp.md index 11aae0ebc9535..2955939a110f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasmanagedandroidlobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp.md index b978467d4e42e..e92f243dba17e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasmanagedmobilelobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp.md index 99a5c021dd19c..8f10c322bc0dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasmanagedioslobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp.md index 60bc7ce91544d..ab8a87ed4c083 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasmicrosoftstoreforbusinessapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp.md index 859cb77002c20..a1d956af66898 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountaswin32lobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX.md index 25f97268a584b..68dcfabf221fc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountaswindowsappx Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi.md index 22335ec0a4e42..15b24f1e2bd41 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountaswindowsmobilemsi Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX.md index 2942601078675..50489ab6c7ae6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountaswindowsuniversalappx Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp.md index 2e180169bc983..4706e1ab63c0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountaswindowswebapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp.md index 8e8b880b9924c..9fa738742a4f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileappcountasioslobapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppRelationship.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppRelationship.md index 5430586619d4a..4043b44b3771e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppRelationship.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileapprelationship Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppRelationship --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppRelationshipCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppRelationshipCount.md index 12483aef3cff8..669e4a47eb602 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppRelationshipCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementMobileAppRelationshipCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementmobileapprelationshipcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementMobileAppRelationshipCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfiguration.md index a4888de1a95ee..8c1b550611201 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementtargetedmanagedappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementTargetedManagedAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md index 7f49729b1c5b0..8fa9fd2d57ecb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementtargetedmanagedappconfigurationapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount.md index 32b3722a63ff7..5cba5b6cf4c9f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementtargetedmanagedappconfigurationappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md index cd4027a103c84..80ed20cca1b9a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementtargetedmanagedappconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount.md index 5b5e716c6698c..ea1b25b8ff248 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementtargetedmanagedappconfigurationassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount.md index f417fd495cd6a..e8ea434f39373 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementtargetedmanagedappconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md index 541cdafe48f7c..0d854cf0501f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementtargetedmanagedappconfigurationdeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementVppToken.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementVppToken.md index 8290b657ef6b3..cacff146e19f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementVppToken.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementVppToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementvpptoken Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementVppToken --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementVppTokenCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementVppTokenCount.md index 38393ef14ad08..80a6332475495 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementVppTokenCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementVppTokenCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementvpptokencount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementVppTokenCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicy.md index ce4652bc60ba5..d4d8699adf3ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementwindowsinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementWindowsInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md index 73978305c1c57..62eb20de2f780 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementwindowsinformationprotectionpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount.md index db33f62cecd14..0673887258ba1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementwindowsinformationprotectionpolicyassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount.md index 80b6e6451520f..1e4c69b5ffbb2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementwindowsinformationprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md index 096cf117d6c8d..692c3c0e1d7a9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementwindowsinformationprotectionpolicyexemptapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount.md index d23d35941a449..6d646fd147aa0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementwindowsinformationprotectionpolicyexemptapplockerfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md index 6339804bafe80..56637166a6167 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementwindowsinformationprotectionpolicyprotectedapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount.md index f6201dcb3c6ce..924fb926d56fc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementwindowsinformationprotectionpolicyprotectedapplockerfilecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtection.md index 03f95d75ab686..efa4cf0ce04c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementiosmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementiOSManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionApp.md index 06ae66a8d10d9..896a406fd2384 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementiosmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementiOSManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount.md index 985ed4a1dc4be..4bee2056c30f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementiosmanagedappprotectionappcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md index 911bb3cf99122..d4bc14f31506c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementiosmanagedappprotectionassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount.md index 197b195994450..a5a944579bb6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementiosmanagedappprotectionassignmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionCount.md index 4b5555c65d75d..03fdebd42fc68 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementiosmanagedappprotectioncount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementiOSManagedAppProtectionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md index 0908dd88905b5..8a9cde86ce231 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgdeviceappmanagementiosmanagedappprotectiondeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserDeviceManagementTroubleshootingEvent.md index 8f340a9708865..f1bb21a418e81 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mguserdevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDeviceManagementTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserDeviceManagementTroubleshootingEventCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserDeviceManagementTroubleshootingEventCount.md index 130771723cd84..c4433d4751ec2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserDeviceManagementTroubleshootingEventCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserDeviceManagementTroubleshootingEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mguserdevicemanagementtroubleshootingeventcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDeviceManagementTroubleshootingEventCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedAppRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedAppRegistration.md index 3b0209c793824..34d02ee724a9d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedAppRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedAppRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanagedappregistration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedAppRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedAppRegistrationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedAppRegistrationCount.md index 81be2e440ee5b..1c90636590559 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedAppRegistrationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedAppRegistrationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanagedappregistrationcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedAppRegistrationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDevice.md index 297466cdb418c..b6d43e59192f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCategory.md index ff46c4906913d..3172fc18c6252 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCategoryByRef.md index c065b985227dd..b0d4d0d25875e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCompliancePolicyState.md index bf412618a1fc7..78e47d5c5eb53 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceCompliancePolicyState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCompliancePolicyStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCompliancePolicyStateCount.md index 0a8ab077d5a0c..f30a81e851a33 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCompliancePolicyStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCompliancePolicyStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicecompliancepolicystatecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceCompliancePolicyStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceConfigurationState.md index 6968c42ca7d4a..815b4271b0650 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceConfigurationState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceConfigurationStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceConfigurationStateCount.md index 04092920e0651..31c813b42f2c1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceConfigurationStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceConfigurationStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddeviceconfigurationstatecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceConfigurationStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCount.md index c332004181866..f7aeabb9a9423 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceLogCollectionRequestCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceLogCollectionRequestCount.md index ac4837f9ceeff..56a26d67ae058 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceLogCollectionRequestCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceLogCollectionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicelogcollectionrequestcount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceLogCollectionRequestCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceLogCollectionResponse.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceLogCollectionResponse.md index a34306296e16c..45cba01584e93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceLogCollectionResponse.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceLogCollectionResponse.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicelogcollectionresponse Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceLogCollectionResponse --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceUser.md index f1bacc06a962f..f0a3d3e9988ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddeviceuser Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionState.md index a01892dab379e..783d2584bd81f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceWindowsProtectionState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md index 3ac8ee9fd1d3f..e59aa7668c1ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md index 85bc8dde724af..7e040fb57f84c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/get-mgusermanageddevicewindowsprotectionstatedetectedmalwarestatecount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCleanUserManagedDeviceWindowsDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCleanUserManagedDeviceWindowsDevice.md index 54dd30802f7bf..f2222b6436a74 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCleanUserManagedDeviceWindowsDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCleanUserManagedDeviceWindowsDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcleanusermanageddevicewindowsdevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCleanUserManagedDeviceWindowsDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile.md index 0a55202d8077c..13a8165aac882 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile.md index d4ed1432e252c..3d25e683bca43 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphmacosdmgappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile.md index 5ec4e9ec42e65..1e86f9723a9e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphmacoslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile.md index 0230d7dcd6c97..3f04556124553 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphmanagedandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile.md index 00f8a3c0e3c5d..210e9874df280 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphmanagedmobilelobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile.md index 504e4d7aac49d..3c58b4343da19 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphmanagedioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile.md index 4426f082e5431..62e31c5ac7bc1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphwin32lobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile.md index 54975acb33fd1..1390182eef170 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphwindowsappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile.md index 2f391eb30ccfe..45f87fa254a03 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphwindowsmobilemsicontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile.md index 6e7f5a0c7b970..8b0da40683841 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphwindowsuniversalappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile.md index ad821ef363944..74d64b0cb6530 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgcommitdeviceappmanagementmobileappmicrosoftgraphioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgDownUserManagedDeviceShut.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgDownUserManagedDeviceShut.md index 1ed3261482feb..331dfd21a9052 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgDownUserManagedDeviceShut.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgDownUserManagedDeviceShut.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgdownusermanageddeviceshut Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDownUserManagedDeviceShut --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser.md index a5b7278f2f4ef..013649be28382 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mglogoutusermanageddevicesharedappledeviceactiveuser Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload.md index 069e8a5ff48e6..ac802b254b05f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphandroidlobappcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload.md index 591f513fba83e..f8d3caba251a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphmacosdmgappcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload.md index 8f07139c8fd12..d4e3445839dd4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphmacoslobappcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload.md index 2a39781e618e3..c1db0d903d4e2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphmanagedandroidlobappcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload.md index 7c2b5b2c555fc..877fc9b6cbf18 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphmanagedmobilelobappcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload.md index 4942ff1d6e72d..f30632490896a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphmanagedioslobappcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload.md index da5bca9566332..539864afb595c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphwin32lobappcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload.md index d5b4d725db1b6..16e1dd40b9709 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphwindowsappxcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload.md index 8f3957535a378..017ebdf023a27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphwindowsmobilemsicontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload.md index a06219f3470dc..e78625d68ab56 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphwindowsuniversalappxcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload.md index 251319ab35b6d..51fea0fa93817 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgrenewdeviceappmanagementmobileappmicrosoftgraphioslobappcontentversionfileupload Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRetireUserManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRetireUserManagedDevice.md index cbc7f5e0536c2..1cfc9ced7e987 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRetireUserManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgRetireUserManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgretireusermanageddevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRetireUserManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgScanUserManagedDeviceWindowsDefender.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgScanUserManagedDeviceWindowsDefender.md index f897e469e4264..bea44e616c240 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgScanUserManagedDeviceWindowsDefender.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgScanUserManagedDeviceWindowsDefender.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgscanusermanageddevicewindowsdefender Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgScanUserManagedDeviceWindowsDefender --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp.md index a6d7c5346c883..d5ba530572843 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgtargetdeviceappmanagementmanagedapppolicyapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp.md index 4cfa376e8e0b8..a86cf441b9acc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgtargetdeviceappmanagementmanagedappregistrationappliedpolicyapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp.md index 7541a4c675bf7..f31637b1d0454 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgtargetdeviceappmanagementmanagedappregistrationintendedpolicyapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp.md index a8c25f57cf7ea..e87a690b5d4ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/invoke-mgtargetdeviceappmanagementtargetedmanagedappconfigurationapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Lock-MgUserManagedDeviceRemote.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Lock-MgUserManagedDeviceRemote.md index 51c205f308307..0856fda888570 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Lock-MgUserManagedDeviceRemote.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Lock-MgUserManagedDeviceRemote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/lock-mgusermanageddeviceremote Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Lock-MgUserManagedDeviceRemote --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Microsoft.Graph.Devices.CorporateManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Microsoft.Graph.Devices.CorporateManagement.md index 67a493c054603..0d7c10a307265 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Microsoft.Graph.Devices.CorporateManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Microsoft.Graph.Devices.CorporateManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CorporateManagement -Module Guid: 0ceb5e07-b310-4d7e-a9fe-38b509f61cc6 +Module Guid: ce98b637-cacc-47c7-9d0e-a03b9e47ed03 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.devices.corporatemanagement/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtection.md index 0af5b5f839432..3285f831442a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementandroidmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementAndroidManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtectionApp.md index 3e3a0b1083b0f..f5a3444f5d7b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementandroidmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementAndroidManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md index b151e72552eb9..91f6a78e83a3f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementandroidmanagedappprotectionassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementDefaultManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementDefaultManagedAppProtection.md index 4a1476b6c103a..803e4f820a311 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementDefaultManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementDefaultManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementdefaultmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementDefaultManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementDefaultManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementDefaultManagedAppProtectionApp.md index f3b8f638f94b1..b0ef1ee5fbe7b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementDefaultManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementDefaultManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementdefaultmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementDefaultManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppPolicy.md index 5bd5f9d1aa138..0b46ccac78d87 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedapppolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedAppPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistration.md index fbd978b5017cd..a6e748de02d5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedappregistration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedAppRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md index 4cd966a67fa6c..1a12b3cf0b3f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedappregistrationappliedpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md index fa34a49499f22..943dbc6d1e699 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedappregistrationintendedpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationOperation.md index 80adb5f0540c5..608fc5b370d79 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppRegistrationOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedappregistrationoperation Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedAppRegistrationOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppStatus.md index a1960d3f8cf82..3dd55ce3c69ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedAppStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedappstatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedAppStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBook.md index 713464435e4c0..a1c0ab5c98ba0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedebook Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedEBook --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookAssignment.md index 34f13d71119bc..559dc477027f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedebookassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedEBookAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookDeviceState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookDeviceState.md index fd54a0271d88f..171ee59a950b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookDeviceState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedebookdevicestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedEBookDeviceState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookUserStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookUserStateSummary.md index 1503ed3fb61c6..f7852579c94e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookUserStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedebookuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedEBookUserStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md index b502e9d1d03b1..6304d95312065 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmanagedebookuserstatesummarydevicestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md index d28ef8fb27570..6d5373d720047 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmdmwindowsinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md index 52605bea87c20..428b98c0ce3ec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md index 43fc05b5e134b..3ec6edc2a7e63 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyexemptapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md index 77c9e4683989d..04b0d58d32d58 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyprotectedapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileApp.md index bdbb7924de878..33cc38062a8a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md index b3fa1d5142fcc..bb4fd366682ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasandroidlobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md index 64e8af177a3a5..2b6ff6452e642 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasandroidlobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md index cecf3fdad6498..8876965d6e5f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasandroidlobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md index 6ebcd796f7c24..368f07095ca7e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md index 1c09a8f07ff76..4fa0087b23cac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasandroidstoreappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md index 46bfdbdcba3cf..061e2ed60d81f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasiostoreappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md index 9a6f4381a5722..e6b9dab3c0c65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasiovppappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md index 174daf49209b2..4af8575780738 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmacosdmgappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md index ee753ac8678c1..1858daf2365ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmacosdmgappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md index 4c190384d0535..593047d4c7ab1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmacosdmgappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md index 3abaf5f553009..f82320660e72e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmacosdmgappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md index 43cd1f4c14fa3..8ada292535b09 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmacoslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md index 9aed6372c692f..7958d5be26929 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmacoslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md index 9e10e01c12e09..4236d1dbeffc6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmacoslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md index 90b15659c6ac0..0fab378161861 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmacoslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md index 6c90d9ecdac4d..35bd441907214 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedandroidlobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md index f9313181bb247..3f6d20e7342ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md index cceebdf56e36a..b514c2af2e17b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md index f98646d9ffd47..6b03e0de1a5c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md index f75f66b90d6c0..bb18cfce9053a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedmobilelobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md index f212c9c3e3109..8087dbc4c026b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md index d8b6a51c9b447..496fb677d5b8b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md index 72d9c4dd84873..7c047a6d24060 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md index eafe29309053a..6b86bd735e369 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedioslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md index 28d63d8208cd3..eaaba024b1082 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedioslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md index 875cb6ce10dfa..15dd1d03712b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedioslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md index 615874257d5d4..efa02dc6f5089 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmanagedioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md index 22901642aab3a..54123f0521b6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasmicrosoftstoreforbusinessappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md index 44b84866487fe..2c2bd4d6eea51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswin32lobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md index d20187000c313..3f31c7ef12518 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswin32lobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md index d17ef01d589c0..03cf09163f0a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswin32lobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md index 8a3182045b719..c46e94f767c8e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswin32lobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md index 5d68d2c8276df..775211ca10276 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsappxassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md index 12f3c8d41ce27..802ecc320e43a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsappxcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md index 74d5da33b5f60..3684d5e6d74b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsappxcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md index f8e19f722b279..443c1dfc3f1bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md index 787bf35d96a52..8fee4f3c7c6cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsmobilemsiassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md index 7548d6063bba6..7f14366b3658d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md index ee9e8cb6f3607..e18bf720791db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md index 37659649b0c6a..835dd1b264117 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md index 8f3bbbd2f24c6..6bdd56957d182 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsuniversalappxassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md index 125da0d6ce338..aabce47041300 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsuniversalappxcommittedcontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md index 278847be96041..1f291d68f5305 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md index c5ee6d402f026..48b18eb611075 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md index f946794e45127..620f96bf323e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md index 5d63a094389f0..49dcfce732e93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappaswindowswebappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md index 8bdcbb4d33b37..27c379e4788a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasioslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md index f8de711a68f1f..c4602b647ffb5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasioslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md index 336475f528666..47dd7b493e06d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasioslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md index 3deb86e41a282..93c8c755faf24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappasioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAssignment.md index f01ec83b2c781..a6bfe6943a8fa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppCategory.md index 9d5aae9408c94..3eb228495c50b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfiguration.md index ed311b53d9e93..6730e59144c0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationAssignment.md index 1c99e1d8ca71b..9f24a4f2ac557 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md index c4c95db3f598f..dd57cbd02ffe2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationUserStatus.md index 3d94db3c828f3..e1a26d28e7655 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileappconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppConfigurationUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppRelationship.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppRelationship.md index f62ccb05cc063..d0181ca2a5f31 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppRelationship.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementMobileAppRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementmobileapprelationship Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementMobileAppRelationship --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfiguration.md index 83a3bbe79fde3..16b3e667cf78c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementtargetedmanagedappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementTargetedManagedAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md index d3cdc21bb61e3..494fc78729b12 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementtargetedmanagedappconfigurationapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementTargetedManagedAppConfigurationApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md index 738e5e7f88930..89c6f82b6098f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementtargetedmanagedappconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementVppToken.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementVppToken.md index 964dda32a4c91..22ec7817a4b3c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementVppToken.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementVppToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementvpptoken Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementVppToken --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicy.md index d18c84955e21d..0089b5b7e10c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementwindowsinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementWindowsInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md index c877e326dfaf2..c0bb0ae7df66d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementwindowsinformationprotectionpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md index c7eb1e90ac39c..052bfc6c5b706 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementwindowsinformationprotectionpolicyexemptapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md index 2004ef7e70dab..20f08c723847b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementwindowsinformationprotectionpolicyprotectedapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtection.md index bde3664027162..ada594d145b74 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementiosmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementiOSManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtectionApp.md index adcd5407db3db..1f016ee0580e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementiosmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementiOSManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md index e78296463aac0..588aee3294d9b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgdeviceappmanagementiosmanagedappprotectionassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDeviceAppManagementiOSManagedAppProtectionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserDeviceManagementTroubleshootingEvent.md index 294161bc1d32d..0a3f082de468b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mguserdevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDeviceManagementTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDevice.md index 87a736485c30b..24dd4947911c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgusermanageddevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserManagedDevice --- @@ -1161,10 +1161,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1307,7 +1307,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1366,7 +1366,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1375,7 +1375,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1391,27 +1391,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1474,7 +1495,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1501,7 +1522,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1558,15 +1579,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1576,22 +1596,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1603,9 +1627,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1615,7 +1640,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1695,10 +1720,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2079,6 +2106,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2090,6 +2118,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2139,7 +2168,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2210,12 +2239,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2286,12 +2315,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2309,7 +2341,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2317,7 +2349,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2327,7 +2359,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2419,7 +2451,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2726,6 +2758,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3609,11 +3651,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3625,14 +3667,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3644,13 +3686,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3926,13 +3968,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3950,9 +3992,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4047,12 +4090,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4072,6 +4115,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4079,11 +4123,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4131,24 +4178,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4172,7 +4219,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4221,7 +4268,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4282,11 +4329,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4303,10 +4350,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4577,6 +4624,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4615,7 +4670,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4627,6 +4682,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4904,22 +4960,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5052,7 +5118,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5095,7 +5161,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5178,7 +5244,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5209,11 +5275,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5234,35 +5300,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5418,7 +5484,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5443,7 +5509,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5459,7 +5525,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5519,7 +5585,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5531,7 +5597,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5811,7 +5877,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5825,16 +5891,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5859,6 +5925,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5976,9 +6047,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5992,11 +6063,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6111,7 +6182,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6126,7 +6197,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -6134,6 +6205,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -6348,10 +6421,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6494,7 +6567,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6553,7 +6626,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6562,7 +6635,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6578,27 +6651,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6661,7 +6755,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6688,7 +6782,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6745,15 +6839,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6763,22 +6856,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6790,9 +6887,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6802,7 +6900,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6882,10 +6980,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7266,6 +7366,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7277,6 +7378,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7326,7 +7428,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7397,12 +7499,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7473,12 +7575,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7496,7 +7601,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7504,7 +7609,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7514,7 +7619,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7606,7 +7711,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7913,6 +8018,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8796,11 +8911,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8812,14 +8927,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8831,13 +8946,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9113,13 +9228,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9137,9 +9252,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9234,12 +9350,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9259,6 +9375,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9266,11 +9383,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9318,24 +9438,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9359,7 +9479,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9408,7 +9528,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9469,11 +9589,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9490,10 +9610,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9764,6 +9884,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9802,7 +9930,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9814,6 +9942,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10091,22 +10220,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10239,7 +10378,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10282,7 +10421,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10494,6 +10633,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10549,7 +10690,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10580,11 +10721,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10605,35 +10746,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10789,7 +10930,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10814,7 +10955,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10830,7 +10971,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10890,7 +11031,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10902,7 +11043,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11182,7 +11323,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11196,16 +11337,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11230,6 +11371,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11347,9 +11493,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11363,11 +11509,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11482,7 +11628,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11497,7 +11643,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11506,6 +11652,8 @@ WINDOWSPROTECTIONSTATE ``: Device protect [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceCompliancePolicyState.md index 93f6c664202ca..74cf6818006eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgusermanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserManagedDeviceCompliancePolicyState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceConfigurationState.md index 872ff205518eb..efaf5b1bd3f80 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgusermanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserManagedDeviceConfigurationState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceLogCollectionRequestDownloadUrl.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceLogCollectionRequestDownloadUrl.md index 009cad06dc574..e20a6cbc69ab1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceLogCollectionRequestDownloadUrl.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceLogCollectionRequestDownloadUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgusermanageddevicelogcollectionrequestdownloadurl Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserManagedDeviceLogCollectionRequestDownloadUrl --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceLogCollectionResponse.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceLogCollectionResponse.md index 87e52d66476fa..21fcb3ce82ae3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceLogCollectionResponse.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceLogCollectionResponse.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgusermanageddevicelogcollectionresponse Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserManagedDeviceLogCollectionResponse --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md index 40433ac7af40e..c426e2840f52e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/new-mgusermanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtection.md index 51e5dc2c31346..512e2ffb2281b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementandroidmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementAndroidManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp.md index 52e7ed69a8d33..f0ace04311bca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementandroidmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md index 37f5ec16b885b..0706522100f82 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementandroidmanagedappprotectionassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md index 2aa150d3d3104..d40bc1aeee097 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementandroidmanagedappprotectiondeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtection.md index 93e0bddadce69..b72251a24cf08 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementdefaultmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementDefaultManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp.md index 6e1e34b102fbb..e4a839670b962 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementdefaultmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md index 3781fb033f0fa..6c2af6f54a3e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementdefaultmanagedappprotectiondeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppPolicy.md index 9365ed884e949..be9fe7568762d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedapppolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedAppPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistration.md index d3b825e2c40b2..9f1dbf9a4e587 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedappregistration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedAppRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md index 8df2dde2d4c68..e11b1797a106d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedappregistrationappliedpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md index cfeb3e9bb10ee..08a6827e6aea8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedappregistrationintendedpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationOperation.md index 614486d4e7cca..16256df6783b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppRegistrationOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedappregistrationoperation Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedAppRegistrationOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppStatus.md index cc4602aa1e2f0..e9d498e71840c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedAppStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedappstatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedAppStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBook.md index b1eef7a0956f6..a21b8caf9157c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedebook Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedEBook --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookAssignment.md index 4eb78db653188..a7489dd5b88e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedebookassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedEBookAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookDeviceState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookDeviceState.md index 81eb5f661429a..8755a2b3b4a1e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookDeviceState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedebookdevicestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedEBookDeviceState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookInstallSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookInstallSummary.md index c698fe4cf40fa..e15969031a930 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookInstallSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookInstallSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedebookinstallsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedEBookInstallSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookUserStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookUserStateSummary.md index 72c15525c6883..cb38c1c1e6d66 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookUserStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedebookuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedEBookUserStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md index 599e92d8f86e1..38512ff8f4e62 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmanagedebookuserstatesummarydevicestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md index 2b2c3b72b920a..9d6188ef998d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmdmwindowsinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md index 67e3c0b44cb40..6de81fcc2a3a4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md index 24132b74322b5..839ab795dbb3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyexemptapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md index 4dc748d24a735..19bd61feca5a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyprotectedapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileApp.md index b61705d5ea3c2..79a7c91b964b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md index 007472e20eceb..a8e1994bffb37 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasandroidlobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md index b0a5d7113a7f4..316ddd719d95f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasandroidlobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md index 4638f921d4fd0..7a76eb81aa57a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasandroidlobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md index d00c19fd5607a..39c0a06fc042c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md index 1ed9837200475..a39e7c92c4bc8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasandroidstoreappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md index 82ad6538d13ea..1928397a81c76 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasiostoreappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md index 1dfa19003fcd6..fbd8d1d9c8efc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasiovppappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md index 0a638b3199928..a274fcf6ebed3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmacosdmgappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md index 576068fc697d0..b32d2100ca061 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmacosdmgappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md index 0402e3b958788..5b09301bf9a47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmacosdmgappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md index 369d5f6437ef1..9a96879f9df67 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmacosdmgappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md index 7a9f96f466f1a..a417ab7059fa7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmacoslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md index f74947976fe4c..6bdd6c99c2043 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmacoslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md index 79e5c51924ac8..e783d809e5589 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmacoslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md index 7daeafe4b7bd2..d9793bf363a60 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmacoslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md index 7db8ecc6daa59..a5f1aeb4ddf70 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedandroidlobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md index 5413a50127ecf..b1203a26237f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md index 36d1ff14803d0..128a46c662e18 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md index c73aa1019bcd5..b239c0599d038 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md index 631b862c81d68..7b897d7f6f9f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedmobilelobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md index 7f19986dd04d6..42aa15355c64e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md index f97a16eaa6c93..26de0ca9a3d51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md index cb7a1a0c39338..d7cfc4f64ad79 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md index d57508fffee1d..414ecec2f40b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedioslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md index 3b3affcd1f96b..94cf4fe89900f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedioslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md index 270fa81069803..e56d5efec108e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedioslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md index 1f8c4b8d317a0..334137caa4eb8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmanagedioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md index aaf11a0323d76..7f493ba08d274 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasmicrosoftstoreforbusinessappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md index 8835241032d00..e13f455e54f83 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswin32lobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md index e41ad8d21ec82..0d3b79765d45e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswin32lobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md index c7b4ffa8c6682..3db8a1ccea0ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswin32lobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md index 071931e588428..3308a4009e139 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswin32lobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md index da79fcd9a1d7a..7ba27bdfce652 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsappxassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md index 08754aca270bb..bef7a88ad2354 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsappxcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md index 1527e8b19ebbe..b1f1a4c80cfc2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsappxcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md index 4516cf62480ee..d3371ecee8fa0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md index 0d9c81827ac94..98a027c809a96 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsmobilemsiassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md index 1eb3a898e3d2d..b9bdaabf530ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md index e0457e355eb91..f72eb164e1480 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md index 1c74706b6856d..65cce4e2a5e3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md index 34365f0843022..11559e2afbd04 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsuniversalappxassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md index 5812921a613a6..0a3e8f765df57 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsuniversalappxcommittedcontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md index 170a0d355f014..8bfac8e755ad3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md index 8893fb0c0342e..a8203a37f4bbb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md index f04353bcb0aaf..15d5defc46930 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md index ff72be9157455..9d831e3f31ef9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappaswindowswebappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md index 875d7565a55c7..fcad496c7ba73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasioslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md index 2500f2cef8a73..736c30291245b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasioslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md index af637b24e5c7f..e3b9ad54238ee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasioslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md index 353a44e0bb649..b493e4b241959 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappasioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAssignment.md index 24c212e283f55..801096a8f254f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppCategory.md index 39bf1275c2de3..5310d39c9adc7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfiguration.md index afc518d83b03a..90072c8f05a9a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationAssignment.md index 5de9401d422af..9df8e17261362 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md index dc4f4f63046d1..738afbe8e085b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md index 0c4c418ec9e63..000e35aa65c95 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappconfigurationdevicestatussummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus.md index b3a0e2eaed75b..6e3adf33c81bc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md index 014942f4feafe..1f8b04bc3441f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileappconfigurationuserstatussummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppRelationship.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppRelationship.md index d23dafc242876..55aab64ab7e0f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppRelationship.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementMobileAppRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementmobileapprelationship Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementMobileAppRelationship --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfiguration.md index 9a57e9cf017c9..097b28df44f66 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementtargetedmanagedappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementTargetedManagedAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md index acf602b12d3b2..fc383baabeb05 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementtargetedmanagedappconfigurationapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md index 4f91f13ec28e5..a14dd077ea878 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementtargetedmanagedappconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md index 22b7be6dd18fd..7fda41ba6967e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementtargetedmanagedappconfigurationdeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementVppToken.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementVppToken.md index dc97c18f6ae8b..bdd8014cb714c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementVppToken.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementVppToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementvpptoken Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementVppToken --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy.md index daaf3b2314646..14df9e55b806d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementwindowsinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md index 9fd087bdc68a6..77ac291f01abc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementwindowsinformationprotectionpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md index 19633b7bc4de6..591f5c9842794 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementwindowsinformationprotectionpolicyexemptapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md index ee2dff70a1f09..b5438a32703cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementwindowsinformationprotectionpolicyprotectedapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtection.md index 48982ad8f394f..05df6ee89a4ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementiosmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementiOSManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionApp.md index 24eb4563882bb..d1e271960e2a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementiosmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementiOSManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md index 9620d972bcd4c..9036c090f7a6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementiosmanagedappprotectionassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md index ab3dfd013a8c1..c8a74e4e5413b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgdeviceappmanagementiosmanagedappprotectiondeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserDeviceManagementTroubleshootingEvent.md index e94c9804b64af..160e7e2e2d152 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mguserdevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDeviceManagementTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDevice.md index 01cce0f98976d..feacd7718e8be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgusermanageddevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCategory.md index b4f928cebb7a7..75014fdf56a06 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgusermanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserManagedDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCategoryByRef.md index 75af64fc73081..8e44753dcaad5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgusermanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserManagedDeviceCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCompliancePolicyState.md index 1a0ce4b4e2715..de1179575cbfd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgusermanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserManagedDeviceCompliancePolicyState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceConfigurationState.md index 05543866820c5..d1bc8bd938855 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgusermanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserManagedDeviceConfigurationState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceLogCollectionResponse.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceLogCollectionResponse.md index 0854ef03ae05a..e179d86c86622 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceLogCollectionResponse.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceLogCollectionResponse.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgusermanageddevicelogcollectionresponse Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserManagedDeviceLogCollectionResponse --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceUserFromSharedAppleDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceUserFromSharedAppleDevice.md index fee50767149e0..5152894eb5a97 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceUserFromSharedAppleDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceUserFromSharedAppleDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgusermanageddeviceuserfromsharedappledevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserManagedDeviceUserFromSharedAppleDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceWindowsProtectionState.md index 113d6759af31c..c9d0c3a3b7961 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgusermanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserManagedDeviceWindowsProtectionState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md index 8770a768d2fd8..48775049f8503 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/remove-mgusermanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Request-MgUserManagedDeviceRemoteAssistance.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Request-MgUserManagedDeviceRemoteAssistance.md index d912594c42150..d77c8c5d441c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Request-MgUserManagedDeviceRemoteAssistance.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Request-MgUserManagedDeviceRemoteAssistance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/request-mgusermanageddeviceremoteassistance Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Request-MgUserManagedDeviceRemoteAssistance --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Reset-MgUserManagedDevicePasscode.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Reset-MgUserManagedDevicePasscode.md index 861140ea30e35..1cc9c4cfe5faf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Reset-MgUserManagedDevicePasscode.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Reset-MgUserManagedDevicePasscode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/reset-mgusermanageddevicepasscode Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgUserManagedDevicePasscode --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Restart-MgUserManagedDeviceNow.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Restart-MgUserManagedDeviceNow.md index d6ba9fd997913..88ff9a30d1b03 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Restart-MgUserManagedDeviceNow.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Restart-MgUserManagedDeviceNow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/restart-mgusermanageddevicenow Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgUserManagedDeviceNow --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Restore-MgUserManagedDevicePasscode.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Restore-MgUserManagedDevicePasscode.md index 25d86eabb5ddf..d1cc9453abe35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Restore-MgUserManagedDevicePasscode.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Restore-MgUserManagedDevicePasscode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/restore-mgusermanageddevicepasscode Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserManagedDevicePasscode --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementManagedEBook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementManagedEBook.md index fac187355e7e4..e7958d1483568 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementManagedEBook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementManagedEBook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/set-mgdeviceappmanagementmanagedebook Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceAppManagementManagedEBook --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementMobileApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementMobileApp.md index bca31e4680e0b..a36e9adca4696 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementMobileApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementMobileApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/set-mgdeviceappmanagementmobileapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceAppManagementMobileApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementMobileAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementMobileAppConfiguration.md index 79c7d5852aeb6..6999fb57fe628 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementMobileAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementMobileAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/set-mgdeviceappmanagementmobileappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceAppManagementMobileAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementTargetedManagedAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementTargetedManagedAppConfiguration.md index acefd0320b7ab..3b4e9ae90d8d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementTargetedManagedAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgDeviceAppManagementTargetedManagedAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/set-mgdeviceappmanagementtargetedmanagedappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDeviceAppManagementTargetedManagedAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgUserManagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgUserManagedDeviceCategoryByRef.md index ccc22107c7827..be61c7b0cd9f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgUserManagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Set-MgUserManagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/set-mgusermanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserManagedDeviceCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Skip-MgUserManagedDeviceActivationLock.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Skip-MgUserManagedDeviceActivationLock.md index e926ce21979aa..f1845bae13f9f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Skip-MgUserManagedDeviceActivationLock.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Skip-MgUserManagedDeviceActivationLock.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/skip-mgusermanageddeviceactivationlock Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Skip-MgUserManagedDeviceActivationLock --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp.md index 26ae5c51825a9..bab5f058e6da7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/sync-mgdeviceappmanagementmicrosoftstoreforbusinessapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgDeviceAppManagementVppTokenLicense.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgDeviceAppManagementVppTokenLicense.md index 643df3ce3cfc2..3afd366c48be5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgDeviceAppManagementVppTokenLicense.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgDeviceAppManagementVppTokenLicense.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/sync-mgdeviceappmanagementvpptokenlicense Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgDeviceAppManagementVppTokenLicense --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgUserManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgUserManagedDevice.md index e6ec0236dd169..0f3959ec5728f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgUserManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Sync-MgUserManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/sync-mgusermanageddevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgUserManagedDevice --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagement.md index 34ce45ca009e1..036c845810a4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagement Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagement --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtection.md index f5c3b6cba41ed..4493ed2341a92 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementandroidmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementAndroidManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionApp.md index c3ab9161ded88..8e066b4f29496 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementandroidmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementAndroidManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md index 94f6331fb2780..c3741c23d195a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementandroidmanagedappprotectionassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md index 081206d92bb02..2aa58dd5c22c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementandroidmanagedappprotectiondeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtection.md index df8271a2046d1..121b6e44be162 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementdefaultmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementDefaultManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtectionApp.md index 84bc6744f27a7..bcf4559af52f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementdefaultmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementDefaultManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md index d844c29e2cf5a..7cf5ad38348b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementdefaultmanagedappprotectiondeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppPolicy.md index 59744cf4a946e..2524aa0422d69 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedapppolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedAppPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistration.md index 3fc0d82487ba6..47c812ebd45a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedappregistration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedAppRegistration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md index c50c0b1854e37..082601ebd037d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedappregistrationappliedpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md index eab4dbac41d5f..848d6dc738dde 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedappregistrationintendedpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationOperation.md index 010b72447ca06..10b068f62d49b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppRegistrationOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedappregistrationoperation Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedAppRegistrationOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppStatus.md index 40bf60a7ebd59..f0e20690dedcf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedAppStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedappstatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedAppStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBook.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBook.md index 7e76bcbb0558a..004593587b584 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBook.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBook.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedebook Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedEBook --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookAssignment.md index 92e31ada54962..040082109f880 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedebookassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedEBookAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookDeviceState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookDeviceState.md index a3e6f531fb538..6f1ec1188a2d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookDeviceState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedebookdevicestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedEBookDeviceState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookInstallSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookInstallSummary.md index 7fe2d9422ad30..175bd352f50a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookInstallSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookInstallSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedebookinstallsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedEBookInstallSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookUserStateSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookUserStateSummary.md index a3e995bbadeb4..a9e98866b07f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookUserStateSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedebookuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedEBookUserStateSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md index be66b7b39bb1e..a7a8a1dbe025c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmanagedebookuserstatesummarydevicestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md index 2eb5bb829d6ac..da1e78b5782eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmdmwindowsinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md index 84a7f46248a3f..b55a18bc0759a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md index b620e4c7b51e1..53d2675b9cb3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyexemptapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md index 8d40b868ad6d9..bc7cf4ea5adc6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmdmwindowsinformationprotectionpolicyprotectedapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileApp.md index 5a9d27bef7794..d85ff55118774 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md index dbac0f4d2b2c0..5a5eeaaff82fa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasandroidlobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md index 26d03b0048926..76462ed3dbb5a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasandroidlobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md index 5c6be768fedfc..23d8cb18e5cdc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasandroidlobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md index 2cacd94b0ff7b..cf1e992970c1e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md index b428958401b21..7b85f340a89f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasandroidstoreappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md index 8b2d1fb1174e0..a9c88c717db1a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasiostoreappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md index 2f067ef43f2ee..77a6b239636a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasiovppappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md index 841ed525d3101..6b0c3ac0fa2d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmacosdmgappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md index c30a8461bd790..ce0430e64fcff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmacosdmgappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md index 88ff2c489b6bf..92cb1a034ead2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmacosdmgappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md index 1738751a82d3a..bf46793e664ed 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmacosdmgappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md index 4c39ac94506c7..782c19ce440ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmacoslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md index b39396c3ef3f0..b82a5062e0696 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmacoslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md index 19a3348cd2ca0..3410aa077e4ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmacoslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md index 523c9f8a4b6f5..fb6a7f1e195b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmacoslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md index 2da0d27cc3bae..82e9084bf225e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedandroidlobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md index 7e66b54f9dc66..ae760265348bc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md index feddec89dfaaa..d81671e6922f6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md index 563d7e73e6a23..cdbd3edb6a27b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedandroidlobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md index 20a42563ddf92..fc2b66c03d8de 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedmobilelobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md index 1fa1db52b5dd0..269a93742d7b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md index d504e20c72c3e..49cb195d5c41f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md index 34461adddad9b..6bbf28fab6055 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedmobilelobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md index f1c31bff04955..7a7009ed84cb7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedioslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md index 7ad89365c8436..3f18ce6578203 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedioslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md index c89678b942359..7d2f0da8849b3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedioslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md index 054e1e3069a9e..ceb08e975eed3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmanagedioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md index 0c40148ad68ed..a5de8efaf4a22 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasmicrosoftstoreforbusinessappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md index 6f9cb030c1902..9d904874dac29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswin32lobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md index f8ce8f2f062a4..bec67034edc0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswin32lobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md index 8cfe5a7e1e086..20fdd124505eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswin32lobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md index b079f480b7204..f31bbc7d460d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswin32lobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md index 2061768b2f2d5..acc46db5facba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsappxassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md index 26d67cc3f8b68..5c0d9c65b0ba6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsappxcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md index f7b84fc902ceb..e6af3eb5879cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsappxcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md index 6b17be632635d..62e25894cba20 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md index 783f0ec8af420..7acaa1ce5933e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsmobilemsiassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md index 4b5d0768d89cc..04cf8b2151695 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md index 110dae56aefea..ffca9afe01977 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md index b5a34ccff4d7e..028bd2d1fb76c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsmobilemsicontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md index 3c66a0339b45b..50265b8d8b2d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsuniversalappxassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md index 1cc8180676b5e..4d83f5e082ae5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsuniversalappxcommittedcontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md index 93a0e49aa02f0..d8d11f0aae71e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md index 3c867bea291dd..ec35f9cee23d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md index b060ea7c9b854..cc73958f4ceb9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowsuniversalappxcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md index 6a3b6292464a4..24c613a070e49 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappaswindowswebappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md index e6d66b6770ade..d596754d9f9f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasioslobappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md index 55726fc722114..2ca55ac398527 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasioslobappcontentversion Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md index ab7f122b7b85f..69a73ea96060a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasioslobappcontentversioncontainedapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md index c7e777e6d8359..85681f09e980f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappasioslobappcontentversionfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAssignment.md index 18ba47f9db360..37adba57ff237 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppCategory.md index ee0b993529a8b..26be685bea7d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappcategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfiguration.md index 9ff4fad504554..d115c9a4bd0ee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationAssignment.md index 5c131827bad6a..d359dba44ac1b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md index 25f20dce79016..faf61d6a6d169 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md index 773dda46e9285..e11273acae9f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappconfigurationdevicestatussummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationUserStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationUserStatus.md index 4d87ed773505c..ae833ed8dffdc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppConfigurationUserStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md index c77b98361dbf9..5249ea1956551 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmobileappconfigurationuserstatussummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMultipleMobileAppRelationship.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMultipleMobileAppRelationship.md index 6b6c65740c269..b048717666835 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMultipleMobileAppRelationship.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementMultipleMobileAppRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementmultiplemobileapprelationship Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementMultipleMobileAppRelationship --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfiguration.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfiguration.md index f92858ab1176f..333218dca726e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfiguration.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementtargetedmanagedappconfiguration Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementTargetedManagedAppConfiguration --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md index 46fb2cd74890b..277c361b2f26d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementtargetedmanagedappconfigurationapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md index 6da1e76fda85f..046c7ca32ce5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementtargetedmanagedappconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md index 50ebc3e83454a..a9e66134cb66f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementtargetedmanagedappconfigurationdeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementVppToken.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementVppToken.md index ec26029e03637..60d8bd3883e6d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementVppToken.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementVppToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementvpptoken Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementVppToken --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicy.md index e34655f150435..19e032f4649f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementwindowsinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementWindowsInformationProtectionPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md index 39be1a2064200..4ce300d6ca23c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementwindowsinformationprotectionpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md index 015cf1d8af36c..da27ce8a62e8d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementwindowsinformationprotectionpolicyexemptapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md index c66f43396ea39..4e902e54b2bb1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementwindowsinformationprotectionpolicyprotectedapplockerfile Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtection.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtection.md index 06e607798f211..d92a50c1dd9e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtection.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementiosmanagedappprotection Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementiOSManagedAppProtection --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionApp.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionApp.md index 8462084291381..de85e5edfcbaa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionApp.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementiosmanagedappprotectionapp Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementiOSManagedAppProtectionApp --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md index 888bd45784e3a..988e230c3caae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementiosmanagedappprotectionassignment Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md index b9f4b22fc8f7f..23205978e9f37 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgdeviceappmanagementiosmanagedappprotectiondeploymentsummary Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserDeviceManagementTroubleshootingEvent.md index 3dd8a7d5c7bea..da81a3aceb5b9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mguserdevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserDeviceManagementTroubleshootingEvent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDevice.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDevice.md index 5e08cb92051aa..30157e833d0a6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDevice.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgusermanageddevice Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserManagedDevice --- @@ -1258,10 +1258,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1404,7 +1404,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1463,7 +1463,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1472,7 +1472,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1488,27 +1488,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1571,7 +1592,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1598,7 +1619,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1655,15 +1676,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1673,22 +1693,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1700,9 +1724,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1712,7 +1737,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1792,10 +1817,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2176,6 +2203,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2187,6 +2215,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2236,7 +2265,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2307,12 +2336,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2383,12 +2412,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2406,7 +2438,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2414,7 +2446,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2424,7 +2456,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2516,7 +2548,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2823,6 +2855,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3706,11 +3748,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3722,14 +3764,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3741,13 +3783,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -4023,13 +4065,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4047,9 +4089,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4144,12 +4187,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4169,6 +4212,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4176,11 +4220,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4228,24 +4275,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4269,7 +4316,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4318,7 +4365,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4379,11 +4426,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4400,10 +4447,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4674,6 +4721,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4712,7 +4767,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4724,6 +4779,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -5001,22 +5057,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5149,7 +5215,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5192,7 +5258,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5275,7 +5341,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5306,11 +5372,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5331,35 +5397,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5515,7 +5581,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5540,7 +5606,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5556,7 +5622,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5616,7 +5682,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5628,7 +5694,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5908,7 +5974,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5922,16 +5988,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5956,6 +6022,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6073,9 +6144,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6089,11 +6160,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6208,7 +6279,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6223,7 +6294,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [WindowsProtectionState ]: Device protection status entity. @@ -6231,6 +6302,8 @@ NOTE: For more information about the permissions for members and guests, see Wha [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -6445,10 +6518,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6591,7 +6664,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6650,7 +6723,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6659,7 +6732,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6675,27 +6748,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6758,7 +6852,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6785,7 +6879,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6842,15 +6936,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6860,22 +6953,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6887,9 +6984,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6899,7 +6997,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6979,10 +7077,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7363,6 +7463,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7374,6 +7475,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7423,7 +7525,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7494,12 +7596,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7570,12 +7672,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7593,7 +7698,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7601,7 +7706,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7611,7 +7716,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7703,7 +7808,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8010,6 +8115,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8893,11 +9008,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8909,14 +9024,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8928,13 +9043,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9210,13 +9325,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9234,9 +9349,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9331,12 +9447,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9356,6 +9472,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9363,11 +9480,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9415,24 +9535,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9456,7 +9576,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9505,7 +9625,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9566,11 +9686,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9587,10 +9707,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9861,6 +9981,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9899,7 +10027,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9911,6 +10039,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10188,22 +10317,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10336,7 +10475,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10379,7 +10518,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10591,6 +10730,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10646,7 +10787,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10677,11 +10818,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10702,35 +10843,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10886,7 +11027,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10911,7 +11052,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10927,7 +11068,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10987,7 +11128,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10999,7 +11140,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11279,7 +11420,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11293,16 +11434,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11327,6 +11468,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11444,9 +11590,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11460,11 +11606,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11579,7 +11725,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11594,7 +11740,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11603,6 +11749,8 @@ WINDOWSPROTECTIONSTATE ``: Device protect [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceCategory.md index b2ee866c4b8ff..62ceb4c508fd9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgusermanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserManagedDeviceCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceCompliancePolicyState.md index d0f8f4f411a03..c662b8eebe4d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgusermanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserManagedDeviceCompliancePolicyState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceConfigurationState.md index f9227cab26084..7db4140e69936 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgusermanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserManagedDeviceConfigurationState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceLogCollectionResponse.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceLogCollectionResponse.md index 74ebacc8aacdc..7b62af1f01c7d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceLogCollectionResponse.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceLogCollectionResponse.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgusermanageddevicelogcollectionresponse Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserManagedDeviceLogCollectionResponse --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsDeviceAccount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsDeviceAccount.md index be4fe7564b63f..18316fff17e49 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsDeviceAccount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsDeviceAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgusermanageddevicewindowsdeviceaccount Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserManagedDeviceWindowsDeviceAccount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsProtectionState.md index 2beccdd04307c..5e413fbcabd90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgusermanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserManagedDeviceWindowsProtectionState --- @@ -25,7 +25,8 @@ Update the navigation property windowsProtectionState in users ``` Update-MgUserManagedDeviceWindowsProtectionState -ManagedDeviceId -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] - [-AntiMalwareVersion ] [-DetectedMalwareState ] + [-AntiMalwareVersion ] [-ControlledConfigurationEnabled] + [-DetectedMalwareState ] [-DeviceState ] [-EngineVersion ] [-FullScanOverdue] [-FullScanRequired] [-Id ] [-IsVirtualMachine] [-LastFullScanDateTime ] [-LastFullScanSignatureVersion ] [-LastQuickScanDateTime ] @@ -53,7 +54,8 @@ Update-MgUserManagedDeviceWindowsProtectionState -ManagedDeviceId -User ``` Update-MgUserManagedDeviceWindowsProtectionState -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] - [-AntiMalwareVersion ] [-DetectedMalwareState ] + [-AntiMalwareVersion ] [-ControlledConfigurationEnabled] + [-DetectedMalwareState ] [-DeviceState ] [-EngineVersion ] [-FullScanOverdue] [-FullScanRequired] [-Id ] [-IsVirtualMachine] [-LastFullScanDateTime ] [-LastFullScanSignatureVersion ] [-LastQuickScanDateTime ] @@ -212,6 +214,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ControlledConfigurationEnabled + +When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -DetectedMalwareState Device malware list @@ -1081,6 +1111,8 @@ BODYPARAMETER ``: Device protection statu [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md index 9c17bdb6f57f0..872285892038f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.CorporateManagement/Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.CorporateManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.corporatemanagement/update-mgusermanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Devices.CorporateManagement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverview.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverview.md index 6bf2d00154fc8..8ad4a4c55311b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverview.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementhealthoverview Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementHealthOverview --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewCount.md index 8351fd2edba43..2627b264d1b97 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementhealthoverviewcount Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementHealthOverviewCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewIssue.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewIssue.md index 84e3b4d06b816..91d8e84632c43 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewIssue.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewIssue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementhealthoverviewissue Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementHealthOverviewIssue --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewIssueCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewIssueCount.md index c47dbd9fda2e6..b9ed9b9dec98d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewIssueCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementHealthOverviewIssueCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementhealthoverviewissuecount Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementHealthOverviewIssueCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md index 9d866fc1f0050..fa31f32d5f004 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementissue Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementIssue --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssueCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssueCount.md index 01274cd9eeb34..f506fee68080b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssueCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementIssueCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementissuecount Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementIssueCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md index 1039eb5b859d8..c71ddecc94bf5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessage Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md index 28159a78d8a84..76cbd16731562 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachment Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementMessageAttachment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md index fdfe580eace7b..1d89cf02410af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentArchive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachmentarchive Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementMessageAttachmentArchive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md index 111c37ab952ce..afcbcc39f84a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachmentcontent Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementMessageAttachmentContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentCount.md index 046617bb08270..f1eade24b0c58 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageAttachmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessageattachmentcount Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementMessageAttachmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageCount.md index f16fa13fa8f92..32059de8fe03e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Get-MgServiceAnnouncementMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/get-mgserviceannouncementmessagecount Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgServiceAnnouncementMessageCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgArchiveServiceAnnouncementMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgArchiveServiceAnnouncementMessage.md index ba25a87ff900d..4154c191de6ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgArchiveServiceAnnouncementMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgArchiveServiceAnnouncementMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/invoke-mgarchiveserviceannouncementmessage Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgArchiveServiceAnnouncementMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgFavoriteServiceAnnouncementMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgFavoriteServiceAnnouncementMessage.md index 3c0bd27d12b3a..0c177e4e0cbd3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgFavoriteServiceAnnouncementMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgFavoriteServiceAnnouncementMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/invoke-mgfavoriteserviceannouncementmessage Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFavoriteServiceAnnouncementMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgMarkServiceAnnouncementMessageRead.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgMarkServiceAnnouncementMessageRead.md index 4fd505b9290f7..797340d0bb026 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgMarkServiceAnnouncementMessageRead.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgMarkServiceAnnouncementMessageRead.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/invoke-mgmarkserviceannouncementmessageread Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgMarkServiceAnnouncementMessageRead --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgMarkServiceAnnouncementMessageUnread.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgMarkServiceAnnouncementMessageUnread.md index 3b443c145007f..02be8a5f4b7c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgMarkServiceAnnouncementMessageUnread.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgMarkServiceAnnouncementMessageUnread.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/invoke-mgmarkserviceannouncementmessageunread Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgMarkServiceAnnouncementMessageUnread --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident.md index 96104ea0b0fe0..c4d176c1bbb63 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/invoke-mgreportserviceannouncementhealthoverviewissueincident Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident --- @@ -370,6 +370,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident](https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/invoke-mgreportserviceannouncementhealthoverviewissueincident) +- [Graph API Reference](https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgReportServiceAnnouncementIssueIncident.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgReportServiceAnnouncementIssueIncident.md index 0da1f8f72a0f9..a8c3a3f4a1997 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgReportServiceAnnouncementIssueIncident.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgReportServiceAnnouncementIssueIncident.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/invoke-mgreportserviceannouncementissueincident Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReportServiceAnnouncementIssueIncident --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgUnarchiveServiceAnnouncementMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgUnarchiveServiceAnnouncementMessage.md index 6fcf6d87b88ee..d05b586666b6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgUnarchiveServiceAnnouncementMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgUnarchiveServiceAnnouncementMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/invoke-mgunarchiveserviceannouncementmessage Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnarchiveServiceAnnouncementMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgUnfavoriteServiceAnnouncementMessage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgUnfavoriteServiceAnnouncementMessage.md index c4f22fa200459..f764d721a33db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgUnfavoriteServiceAnnouncementMessage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Invoke-MgUnfavoriteServiceAnnouncementMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Devices.ServiceAnnouncement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.devices.serviceannouncement/invoke-mgunfavoriteserviceannouncementmessage Locale: en-US Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnfavoriteServiceAnnouncementMessage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Microsoft.Graph.Devices.ServiceAnnouncement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Microsoft.Graph.Devices.ServiceAnnouncement.md index 306a5543379f9..b45b6c1677c10 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Microsoft.Graph.Devices.ServiceAnnouncement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Devices.ServiceAnnouncement/Microsoft.Graph.Devices.ServiceAnnouncement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.ServiceAnnouncement -Module Guid: c0651c70-2f10-4b2b-8db9-3392c9c7887b +Module Guid: d1f78e43-840e-4f7d-9224-7410b72be5b6 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.devices.serviceannouncement/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Confirm-MgDirectoryObjectMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Confirm-MgDirectoryObjectMemberGroup.md index cc13fbf0015f5..0dcba6f8b9c17 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Confirm-MgDirectoryObjectMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Confirm-MgDirectoryObjectMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/confirm-mgdirectoryobjectmembergroup Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgDirectoryObjectMemberGroup --- @@ -83,9 +83,9 @@ Because Microsoft 365 groups cannot contain other groups, membership in a Micros | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, GroupMember.Read.All, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, Device.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, User.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, Device.ReadWrite.All, Device.Read.All, Application.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.All, | ## EXAMPLES ### Example 1: Check group memberships for a directory object diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Confirm-MgDirectoryObjectMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Confirm-MgDirectoryObjectMemberObject.md index f1882e9eeed31..9600851069646 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Confirm-MgDirectoryObjectMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Confirm-MgDirectoryObjectMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/confirm-mgdirectoryobjectmemberobject Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgDirectoryObjectMemberObject --- @@ -75,9 +75,9 @@ Invoke action checkMemberObjects | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, User.Read, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, | +| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, Directory.Read.All, User.Read, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Application.ReadWrite.All, Device.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, User.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, Device.ReadWrite.All, Device.Read.All, Application.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObject.md index 2bd0d0677dfb6..e243dc148edd4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/get-mgdirectoryobject Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDirectoryObject --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectAvailableExtensionProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectAvailableExtensionProperty.md index 76c4550d6131e..a5e0353eb2b46 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectAvailableExtensionProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectAvailableExtensionProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/get-mgdirectoryobjectavailableextensionproperty Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDirectoryObjectAvailableExtensionProperty --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectById.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectById.md index 1f7e6eefab0d2..e6f7b600b466a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectById.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectById.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/get-mgdirectoryobjectbyid Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDirectoryObjectById --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectCount.md index d9afd61074d03..6b0f24960dd78 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/get-mgdirectoryobjectcount Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDirectoryObjectCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md index dfdec9c4864fb..6ad09718b8c37 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/get-mgdirectoryobjectdelta Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDirectoryObjectDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectMemberGroup.md index be486d4e93a99..3d299e49dda3d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/get-mgdirectoryobjectmembergroup Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDirectoryObjectMemberGroup --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectMemberObject.md index be3ef3a9dc03a..1afff81e368c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Get-MgDirectoryObjectMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/get-mgdirectoryobjectmemberobject Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDirectoryObjectMemberObject --- @@ -77,9 +77,9 @@ Only users and role-enabled groups can be members of directory roles. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, User.Read, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, | +| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, Directory.Read.All, User.Read, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Application.ReadWrite.All, Device.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, User.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, Device.ReadWrite.All, Device.Read.All, Application.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md index 3217f7d5494d8..77cdf85b78600 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Microsoft.Graph.DirectoryObjects.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DirectoryObjects -Module Guid: b5c20ada-3c1e-4c17-8cdf-00d98c0d0edf +Module Guid: c9889f66-0de7-44e9-9e7d-dbdee44a209a Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.directoryobjects/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/New-MgDirectoryObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/New-MgDirectoryObject.md index 9e41506dcd187..5f720f584f44b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/New-MgDirectoryObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/New-MgDirectoryObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/new-mgdirectoryobject Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDirectoryObject --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md index 37b057013273e..0999f903ea973 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Remove-MgDirectoryObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/remove-mgdirectoryobject Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDirectoryObject --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Test-MgDirectoryObjectProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Test-MgDirectoryObjectProperty.md index d6c25cbb59988..b1d92e4a9c72b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Test-MgDirectoryObjectProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Test-MgDirectoryObjectProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/test-mgdirectoryobjectproperty Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgDirectoryObjectProperty --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md index ab64398a2a804..1b3706c85f177 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.DirectoryObjects/Update-MgDirectoryObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.DirectoryObjects-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.directoryobjects/update-mgdirectoryobject Locale: en-US Module Name: Microsoft.Graph.DirectoryObjects -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDirectoryObject --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClass.md index 282cd8e638565..b1df10b918f7e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClass.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclass Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClass --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignment.md index 33b9db8a84200..d5e5cbcbb7498 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategory.md index 413f2a5df70b9..cb83f59149017 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryByRef.md index 673f04ca46f33..3dc8b2aabb2fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentcategorybyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryCount.md index b50595fa2ef9b..aa922d6342f67 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentcategorycount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md index cb4c31d62171e..80b7039cd57f9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCategoryDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentcategorydelta Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentCategoryDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCount.md index 8a46332387dc4..8a1b187dfb693 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDefault.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDefault.md index c92ad9839f2d1..1c629489e0e2e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDefault.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentdefault Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentDefault --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md index 6c182f289d2d9..150b8282b2209 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentdelta Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentGradingCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentGradingCategory.md index e0b9c7b2ed36d..b7f47237a3d4d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentGradingCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentGradingCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentgradingcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentGradingCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentGradingScheme.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentGradingScheme.md index cdab16888b69c..2c8803dc1806a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentGradingScheme.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentGradingScheme.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentgradingscheme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentGradingScheme --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResource.md index 2f9efd0bfb74d..c4d4a10c38e12 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceCount.md index 386bfebd5100c..1104a0c3271b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceDependentResource.md index 1b7b365be96f8..4453607366748 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentResourceDependentResource --- @@ -651,5 +651,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceDependentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceDependentResourceCount.md index 82bd6a8b4b8eb..0b5ddfbc1f4e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceDependentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentResourceDependentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentresourcedependentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentResourceDependentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentRubric.md index 59fc59a25e721..25335c7101c23 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentRubricByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentRubricByRef.md index 6360e8b330d1d..e9b9abeeedadf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentRubricByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentRubricByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentrubricbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentRubricByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSetting.md index b19c2153b1419..4575a49b93193 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsetting Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingDefaultGradingScheme.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingDefaultGradingScheme.md index 26a7f67208948..18b206c10c531 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingDefaultGradingScheme.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingDefaultGradingScheme.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsettingdefaultgradingscheme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSettingDefaultGradingScheme --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingCategory.md index b98ac96322194..6740fe73cd793 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsettinggradingcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSettingGradingCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingCategoryCount.md index 2e325d4844eeb..83d4a71e818e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsettinggradingcategorycount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSettingGradingCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingScheme.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingScheme.md index 531edfbee666b..7167d2ced1b23 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingScheme.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingScheme.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsettinggradingscheme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSettingGradingScheme --- @@ -604,5 +604,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingSchemeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingSchemeCount.md index 0f30a67082868..34acaf5217521 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingSchemeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSettingGradingSchemeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsettinggradingschemecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSettingGradingSchemeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmission.md index 4d327900764ab..202062c262432 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionCount.md index 2fcf7548f429d..b1435323ecf64 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissioncount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionOutcome.md index d6036372c3128..6f3bdf4a83d86 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionOutcomeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionOutcomeCount.md index e98c23fbdb9a2..21ca4e780b8d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionOutcomeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionOutcomeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionoutcomecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionOutcomeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResource.md index ce0a49f0a5637..ff636ab65d08b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceCount.md index bdc669b5897ff..0a3291217674d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceDependentResource.md index 03f1418daa2a1..c36399ca3d8bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionResourceDependentResource --- @@ -679,5 +679,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceDependentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceDependentResourceCount.md index 818187a5d7fb7..db6e9ce374853 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceDependentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionResourceDependentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionresourcedependentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionResourceDependentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResource.md index f3e722a3a204d..42855cb9d1c99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount.md index 3a2b036bb227d..701c904f8d06c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionsubmittedresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md index dde61c1603305..427c397e34101 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount.md index 79cf68352f8e3..0e989710552b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassassignmentsubmissionsubmittedresourcedependentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassCount.md index db4125e795af7..af49db0605374 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclasscount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassDelta.md index 81b1187f51c36..c519c18ee134e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassdelta Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroup.md index 7c6a5e95a13ee..52989fe11ec54 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassgroup Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassGroup --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroupServiceProvisioningError.md index f436ad730b4c8..63979d778cc8c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassGroupServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroupServiceProvisioningErrorCount.md index 0bd0a60d7b0ac..9cafcb35c7f64 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassGroupServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMember.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMember.md index 53c9227aaaac7..43126caa03764 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMember.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassmember Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassMember --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md index 4db385f95c414..0dfbe6f67c8fc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassmemberbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassMemberByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberCount.md index ed6a2c49254bd..cb3c21675a403 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassmembercount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassMemberCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModule.md index 3f3aa6d873b82..778ea37c16ba8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassmodule Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassModule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleCount.md index 461ab595a1fa6..fc77ecc079218 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassmodulecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassModuleCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleResource.md index 9a1e49d7b9116..535ad3ec77f7f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassmoduleresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassModuleResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleResourceCount.md index d0da223664cd2..0bf4a34d05d33 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassModuleResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassmoduleresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassModuleResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassRecentlyModifiedSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassRecentlyModifiedSubmission.md index f1816f62e78ac..33fe4c0cfd116 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassRecentlyModifiedSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassRecentlyModifiedSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassrecentlymodifiedsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassRecentlyModifiedSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchool.md index 5416d42035188..950a496c1f31c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassschool Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassSchool --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchoolCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchoolCount.md index c95f6dd86d6f9..5f0e16769756e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchoolCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassSchoolCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassschoolcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassSchoolCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md index 23e9c7efc3bec..5371fd1d90824 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacher.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassteacher Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassTeacher --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md index b95b988c4322e..bf635f25a905d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassteacherbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassTeacherByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherCount.md index f0ff40e70a5bf..37e31671a9ed8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationClassTeacherCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationclassteachercount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationClassTeacherCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMe.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMe.md index 11f557e8f6add..2a7a75b66093b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMe.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMe.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMe --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md index a89af74467c67..82cc839bafbae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md index 04fe21d366a91..35a3be072e5e7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryByRef.md index 0ee5d878ed90e..d2694a2357ab7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentcategorybyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryCount.md index b0c5842d63251..8d89b55f0ee26 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentcategorycount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md index 83a87fe5ad49b..1fd471a20b1af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCategoryDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentcategorydelta Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentCategoryDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCount.md index b8c3fe97a8255..185abdbc66cfe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md index 2718b149a7428..3226eee28d98b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentdelta Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentGradingCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentGradingCategory.md index f7070aaebbc12..230dfb1879ef6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentGradingCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentGradingCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentgradingcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentGradingCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentGradingScheme.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentGradingScheme.md index 4a41d1e4c5384..ee6005a2a8ce2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentGradingScheme.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentGradingScheme.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentgradingscheme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentGradingScheme --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md index 529075d172200..1a7b5ee289223 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceCount.md index 74261ecb7fe48..1ba642030d82d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceDependentResource.md index b91dbf8ef8aad..20688ad5a951b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceDependentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceDependentResourceCount.md index 0ee2adec27c21..1d3f8a1731b8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceDependentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentResourceDependentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentresourcedependentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentResourceDependentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md index dd85aa9560e50..c946b8bbb73eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubricByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubricByRef.md index 5231170d1dc91..338ce460b93ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubricByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentRubricByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentrubricbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentRubricByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md index 5b4f468041cf6..cfcecaf99f57d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionCount.md index ab00281cdb5d4..0a55b0f803008 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissioncount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md index 157a3cb8413c6..351a791b9eb56 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcomeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcomeCount.md index 4883a30e6ff04..963dcec77eec5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcomeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionOutcomeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionoutcomecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionOutcomeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md index ba6593e24b4a4..38598621f44c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceCount.md index f1c194d10dd4a..b805f5f5fb39a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceDependentResource.md index 511b5ea7618e5..ba18d5d0a5e46 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceDependentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceDependentResourceCount.md index 9540f5a276570..a48f7db9d7fe2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceDependentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionResourceDependentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionresourcedependentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionResourceDependentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md index ec093e6e6b419..51c717ad949e7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount.md index bde1fced34dfe..0dfc5d0cd888a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionsubmittedresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md index 9e56dc4ed647d..f03744089390c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount.md index 8f20954cecd75..a8574e83fe3c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeassignmentsubmissionsubmittedresourcedependentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClass.md index cf840602d4fdc..756209518ebb8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClass.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeclass Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeClass --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClassCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClassCount.md index 1e9e8708b9312..e950286eccacf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClassCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeClassCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeclasscount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeClassCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubric.md index ce3f62478d916..c9445a971f88c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmerubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubricCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubricCount.md index 339b1958d6909..c4bedac755e3b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubricCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeRubricCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmerubriccount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeRubricCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchool.md index 2814fbddad5c1..c7cbfc422d0a0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeschool Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeSchool --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchoolCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchoolCount.md index 7228ad04ddda2..fa785c2f28e81 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchoolCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeSchoolCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeschoolcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeSchoolCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md index 4747908902186..0ea84be98e314 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClass.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmetaughtclass Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeTaughtClass --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClassCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClassCount.md index 960a26870a1e4..09ec9e9e3a674 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClassCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeTaughtClassCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmetaughtclasscount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeTaughtClassCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUser.md index a38f7caba3d61..cd9bba3a5e57e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeuser Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserMailboxSetting.md index 83821d088e9ba..edb7884bf8a76 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgEducationMeUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaEducationMeUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Education/Get-MgBetaEducationMeUserMailboxSetting?view=graph-powershell-beta) @@ -40,7 +40,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserServiceProvisioningError.md index c7e3fabc3127e..54ec4c2dc06c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserServiceProvisioningErrorCount.md index fd0ec5815501f..5e316f0ac11d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationMeUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationmeuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationMeUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReport.md index 53dafd245afaf..a1f3a8e2abf24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationreport Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingAssignmentSubmission.md index 918b67f5e83ae..4afaf4a4f8156 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationreportreadingassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationReportReadingAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingAssignmentSubmissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingAssignmentSubmissionCount.md index 7782f567743c1..76f4787ba8b68 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingAssignmentSubmissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingAssignmentSubmissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationreportreadingassignmentsubmissioncount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationReportReadingAssignmentSubmissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingCoachPassage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingCoachPassage.md index 55b60ee1e6751..9c716f09fa02e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingCoachPassage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingCoachPassage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationreportreadingcoachpassage Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationReportReadingCoachPassage --- @@ -568,5 +568,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingCoachPassageCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingCoachPassageCount.md index 79ac360c16637..b1ef053833bfa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingCoachPassageCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReadingCoachPassageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationreportreadingcoachpassagecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationReportReadingCoachPassageCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReflectCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReflectCheck.md index aa7d39882a584..8af9bbb218e5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReflectCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReflectCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationreportreflectcheck Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationReportReflectCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReflectCheckInResponseCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReflectCheckInResponseCount.md index ee4c74ffe411a..b5915e6f00626 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReflectCheckInResponseCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportReflectCheckInResponseCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationreportreflectcheckinresponsecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationReportReflectCheckInResponseCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportSpeakerAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportSpeakerAssignmentSubmission.md index b84a71b5096e3..701b68e116acb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportSpeakerAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportSpeakerAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationreportspeakerassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationReportSpeakerAssignmentSubmission --- @@ -568,5 +568,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportSpeakerAssignmentSubmissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportSpeakerAssignmentSubmissionCount.md index 4078691330cd2..8ec74ec1e2ee2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportSpeakerAssignmentSubmissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationReportSpeakerAssignmentSubmissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationreportspeakerassignmentsubmissioncount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationReportSpeakerAssignmentSubmissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationRoot.md index 76266177fad03..423158b745fc6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationroot Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchool.md index 0045a2d6ca6e6..943eb336b60b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschool Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchool --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md index 0776f816a9155..0117c564f3b99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschooladministrativeunit Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchoolAdministrativeUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md index fc60391d4ef43..5bfe5a9747ab7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClass.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschoolclass Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchoolClass --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md index 4f6479da579c9..97acd48af697a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschoolclassbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchoolClassByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassCount.md index 824ce4d52c50d..4e9d3e665faf6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolClassCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschoolclasscount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchoolClassCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolCount.md index 5ae7a102c5693..791c76cefe917 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschoolcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchoolCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md index 72472750a8dfb..07c040141aa5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschooldelta Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchoolDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md index 7a92e3c2a3894..74ff8201657c1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschooluser Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchoolUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md index db2f5553a3e23..9639c7357d1e7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschooluserbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchoolUserByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserCount.md index 8c2089e84832a..259d217c69ebe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationSchoolUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationschoolusercount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationSchoolUserCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUser.md index ed2fa4bd5e6b7..adaf4c8243fb5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuser Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md index 8c7fd6187a152..58cdccfd3693c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md index 659db41962cbc..adf389b570870 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryByRef.md index 40edcafa9b6a1..ca3d2a2da7252 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentcategorybyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryCount.md index e2ec8dd1944d0..a74b39b1afac8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentcategorycount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentCategoryCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md index dd24c324277a9..e85f15979eb4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCategoryDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentcategorydelta Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentCategoryDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCount.md index 981f8eb39d4b3..7985a5b5b2f77 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md index 1c77f09793b48..cd3254f63763c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentdelta Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentGradingCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentGradingCategory.md index 73e512f629f53..3f2d8c8ad149a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentGradingCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentGradingCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentgradingcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentGradingCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentGradingScheme.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentGradingScheme.md index 140b35fe7eaec..e8ed459a05e23 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentGradingScheme.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentGradingScheme.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentgradingscheme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentGradingScheme --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md index 4d5ecae60e341..cf5ee5bdd95f6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceCount.md index 50d2bc8967f43..ebd01e9265c85 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceDependentResource.md index 23873ae0e9798..bde8fdc7f8c98 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceDependentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceDependentResourceCount.md index 43dddf5a22fc6..06a2ef8ad36d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceDependentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentResourceDependentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentresourcedependentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentResourceDependentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md index 3809b8264a49d..a14c34d6c98c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubricByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubricByRef.md index 6673d48dcc3d1..923cb04d14231 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubricByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentRubricByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentrubricbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentRubricByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md index 45fa13d7a4c09..21470d924a4ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionCount.md index e6f2f0a6bc24e..aecfdc3a8f381 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissioncount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md index a079623589993..4a0ccfdb5d1eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcomeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcomeCount.md index aeb33a1fc13b5..2898a9547d09e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcomeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionOutcomeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionoutcomecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionOutcomeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md index 2ec7667968ba1..a8a179898da89 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceCount.md index 51093c6cab236..d22c08c111500 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceDependentResource.md index 775d024d21440..bf0b7ec3e5846 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceDependentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceDependentResourceCount.md index 46e710170bdeb..76969ae484430 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceDependentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionResourceDependentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionresourcedependentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionResourceDependentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md index 39dcfb97945e7..1f7315753976b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount.md index c6ead0867edbe..b63d472a8c350 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionsubmittedresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md index 69ca896d0c5a1..2c4c7c091b72d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount.md index d5cac7306d158..0675239ae0ce2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserassignmentsubmissionsubmittedresourcedependentresourcecount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClass.md index 8978fe98f1aa4..76744eb51b8b3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClass.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserclass Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserClass --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClassCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClassCount.md index c5126b221bc63..d17c1477bb9af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClassCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserClassCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserclasscount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserClassCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserCount.md index 4f55afed3b29a..9bf421374955b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationusercount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserDelta.md index af63c1edac0c0..1ddba181453fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserdelta Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserMailboxSetting.md index 667c36a9d65e2..604faa64b1b61 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgEducationUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaEducationUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Education/Get-MgBetaEducationUserMailboxSetting?view=graph-powershell-beta) @@ -49,7 +49,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubric.md index aab2f79ba0ff0..b59dcb7c414dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubricCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubricCount.md index e645e930484e2..cdcd26e884e95 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubricCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserRubricCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserrubriccount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserRubricCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchool.md index acfc7730d36e2..11e8f3eae7f4f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserschool Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserSchool --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchoolCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchoolCount.md index 5589f35d34dab..c6643ceb1284e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchoolCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserSchoolCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserschoolcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserSchoolCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserServiceProvisioningError.md index 6907f3dc40a06..ec37eb194581b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserServiceProvisioningErrorCount.md index fde9c2fa456c4..e922471086531 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md index a11f5d811db4c..368a63d169f7d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClass.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationusertaughtclass Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserTaughtClass --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClassCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClassCount.md index 7b3570dc595b9..a00e5755360c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClassCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Get-MgEducationUserTaughtClassCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/get-mgeducationusertaughtclasscount Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgEducationUserTaughtClassCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationClassAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationClassAssignment.md index 6b5c9316996e0..03f8d864e50e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationClassAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationClassAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/initialize-mgeducationclassassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgEducationClassAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationMeAssignment.md index 847b8fa40e8e4..2fb94be8bdc29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationMeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/initialize-mgeducationmeassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgEducationMeAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationUserAssignment.md index f52a4eb2a8f69..63d5ade7864ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Initialize-MgEducationUserAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/initialize-mgeducationuserassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgEducationUserAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationClassAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationClassAssignment.md index b3f32d48b77d0..27547f4628161 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationClassAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationClassAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgdeactivateeducationclassassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDeactivateEducationClassAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationMeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationMeAssignment.md index cacbc56eebccd..192003acd00f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationMeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgdeactivateeducationmeassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDeactivateEducationMeAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationUserAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationUserAssignment.md index 6581c260a0ea8..c3b3c6f8c16bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgDeactivateEducationUserAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgdeactivateeducationuserassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgDeactivateEducationUserAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationClassAssignmentSubmission.md index 234259c5b68a7..ff56208c08ca9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationClassAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgexcuseeducationclassassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExcuseEducationClassAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationMeAssignmentSubmission.md index 28e93c2b64032..b8497fda40c6e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationMeAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgexcuseeducationmeassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExcuseEducationMeAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationUserAssignmentSubmission.md index 2543b12aa8007..9b701de8d0ca5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgExcuseEducationUserAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgexcuseeducationuserassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExcuseEducationUserAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgPinEducationClassModule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgPinEducationClassModule.md index 8c4e86996ceba..072700cba4028 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgPinEducationClassModule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgPinEducationClassModule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgpineducationclassmodule Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgPinEducationClassModule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationClassAssignmentSubmission.md index d189ea3e454cd..12a3b78716504 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationClassAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgreassigneducationclassassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReassignEducationClassAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationMeAssignmentSubmission.md index f6d826b267b85..fe98622c1140d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationMeAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgreassigneducationmeassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReassignEducationMeAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationUserAssignmentSubmission.md index 0ec198d550182..055ddbf248722 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReassignEducationUserAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgreassigneducationuserassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReassignEducationUserAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationClassAssignmentSubmission.md index 42b8468adaa56..db019aa28e791 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationClassAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgreturneducationclassassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReturnEducationClassAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationMeAssignmentSubmission.md index 4e68ee24a0113..30b474717019d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationMeAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgreturneducationmeassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReturnEducationMeAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationUserAssignmentSubmission.md index af7bd47fc9050..1aa4f387c30fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgReturnEducationUserAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgreturneducationuserassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReturnEducationUserAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnpinEducationClassModule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnpinEducationClassModule.md index 108873e3c3bfc..d3f3aebeca3ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnpinEducationClassModule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnpinEducationClassModule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgunpineducationclassmodule Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnpinEducationClassModule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationClassAssignmentSubmission.md index 7acfe32a552ed..bb8a4c96c6f9b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationClassAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgunsubmiteducationclassassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnsubmitEducationClassAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationMeAssignmentSubmission.md index 8be4a21e2e956..d8970ed2dd8ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationMeAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgunsubmiteducationmeassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnsubmitEducationMeAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationUserAssignmentSubmission.md index 8e7c7596e520d..ea727c6aa30ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Invoke-MgUnsubmitEducationUserAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/invoke-mgunsubmiteducationuserassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnsubmitEducationUserAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Microsoft.Graph.Education.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Microsoft.Graph.Education.md index 23aa2f42b6934..d04dfeeee7998 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Microsoft.Graph.Education.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Microsoft.Graph.Education.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Education -Module Guid: 456cf977-b5f8-402e-a3a6-99a9e24f923e +Module Guid: 4155d23b-2fa7-426d-94ae-ed38466dfb89 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.education/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClass.md index ae4c7afaf89b8..f9e434bbbc415 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClass.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclass Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClass --- @@ -1226,7 +1226,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -1258,13 +1258,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -1274,7 +1274,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1350,10 +1350,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1550,7 +1552,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1599,7 +1601,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -1633,10 +1635,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1770,7 +1772,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1802,12 +1804,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1823,27 +1825,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1904,7 +1927,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1927,7 +1950,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1984,15 +2007,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2002,22 +2024,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2029,9 +2055,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2041,7 +2068,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2255,6 +2282,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2266,6 +2294,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2315,7 +2344,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2386,12 +2415,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2462,12 +2491,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2485,7 +2517,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2493,7 +2525,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2503,7 +2535,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2595,7 +2627,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2645,11 +2677,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2661,14 +2693,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2680,13 +2712,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2960,6 +2992,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -4046,13 +4088,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4070,9 +4112,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4167,12 +4210,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4192,6 +4235,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4199,11 +4243,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4519,22 +4566,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4667,7 +4724,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4710,7 +4767,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4922,6 +4979,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4977,7 +5036,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5008,11 +5067,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5033,16 +5092,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -5055,11 +5114,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -5068,12 +5127,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5229,7 +5288,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5254,7 +5313,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5270,7 +5329,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5474,7 +5533,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5486,7 +5545,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5766,7 +5825,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5780,16 +5839,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5817,6 +5876,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5934,9 +5998,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5950,11 +6014,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6069,7 +6133,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6084,7 +6148,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6176,11 +6240,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -6197,10 +6261,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6315,6 +6379,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -6350,7 +6422,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -6362,6 +6434,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -6416,7 +6489,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -6577,7 +6650,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -6609,13 +6682,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -6625,7 +6698,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -6701,10 +6774,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -6901,7 +6976,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -6950,7 +7025,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -6993,10 +7068,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7130,7 +7205,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7162,12 +7237,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7183,27 +7258,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7264,7 +7360,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7287,7 +7383,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7344,15 +7440,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7362,22 +7457,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7389,9 +7488,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7401,7 +7501,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7615,6 +7715,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7626,6 +7727,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7675,7 +7777,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7746,12 +7848,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7822,12 +7924,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7845,7 +7950,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7853,7 +7958,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7863,7 +7968,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7955,7 +8060,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8005,11 +8110,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8021,14 +8126,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8040,13 +8145,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8320,6 +8425,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9406,13 +9521,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9430,9 +9545,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9527,12 +9643,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9552,6 +9668,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9559,11 +9676,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9879,22 +9999,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10027,7 +10157,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10070,7 +10200,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10282,6 +10412,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10337,7 +10469,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10368,11 +10500,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10393,16 +10525,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -10415,11 +10547,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -10428,12 +10560,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10589,7 +10721,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10614,7 +10746,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10630,7 +10762,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10834,7 +10966,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10846,7 +10978,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11126,7 +11258,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11140,16 +11272,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11177,6 +11309,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11294,9 +11431,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11310,11 +11447,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11429,7 +11566,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11444,7 +11581,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11536,11 +11673,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -11557,10 +11694,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -11675,6 +11812,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -11710,7 +11855,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -11722,6 +11867,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: MEMBERS : All users in the class. Nullable. @@ -11941,7 +12087,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -11973,19 +12119,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -12061,10 +12207,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -12261,7 +12409,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -12310,7 +12458,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -12344,10 +12492,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12481,7 +12629,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12513,39 +12661,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12606,7 +12775,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12629,7 +12798,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12686,15 +12855,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12704,22 +12872,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12731,9 +12903,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12743,7 +12916,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12957,6 +13130,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12968,6 +13142,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13017,7 +13192,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13088,12 +13263,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13164,12 +13339,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13187,7 +13365,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13195,7 +13373,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13205,7 +13383,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13297,7 +13475,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13347,11 +13525,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13363,14 +13541,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13382,13 +13560,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13662,6 +13840,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14748,13 +14936,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14772,9 +14960,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14869,12 +15058,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14894,6 +15083,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14901,11 +15091,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -15221,22 +15414,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15369,7 +15572,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15412,7 +15615,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15624,6 +15827,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15679,7 +15884,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15710,11 +15915,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15735,16 +15940,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -15757,11 +15962,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -15770,12 +15975,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15931,7 +16136,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15956,7 +16161,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15972,7 +16177,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16176,7 +16381,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16188,7 +16393,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16468,7 +16673,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16482,16 +16687,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16519,6 +16724,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16636,9 +16846,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16652,11 +16862,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16771,7 +16981,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16786,7 +16996,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16878,11 +17088,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -16899,10 +17109,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -17017,6 +17227,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -17052,7 +17270,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -17064,6 +17282,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -17182,7 +17401,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -17505,7 +17724,7 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -17537,13 +17756,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -17553,7 +17772,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -17629,10 +17848,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17820,7 +18041,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -17869,7 +18090,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -17903,10 +18124,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -18040,7 +18261,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -18072,12 +18293,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18093,27 +18314,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -18174,7 +18416,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -18197,7 +18439,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -18254,15 +18496,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -18272,22 +18513,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -18299,9 +18544,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -18311,7 +18557,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -18525,6 +18771,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18536,6 +18783,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18585,7 +18833,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18656,12 +18904,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18732,12 +18980,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18755,7 +19006,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18763,7 +19014,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18773,7 +19024,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18865,7 +19116,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18915,11 +19166,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18931,14 +19182,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18950,13 +19201,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -19230,6 +19481,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -20316,13 +20577,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20340,9 +20601,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20437,12 +20699,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20462,6 +20724,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20469,11 +20732,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20789,22 +21055,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -20937,7 +21213,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -20980,7 +21256,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21192,6 +21468,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21247,7 +21525,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21278,11 +21556,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21303,16 +21581,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -21325,11 +21603,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -21338,12 +21616,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21499,7 +21777,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21524,7 +21802,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21540,7 +21818,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21744,7 +22022,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21756,7 +22034,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22036,7 +22314,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22050,16 +22328,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [SecurityIdentifier ]: Security identifier (SID) of the user, used in Windows scenarios. Read-only. @@ -22082,6 +22360,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22199,9 +22482,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22215,11 +22498,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22334,7 +22617,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22349,7 +22632,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -22441,11 +22724,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -22462,10 +22745,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -22580,6 +22863,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -22615,7 +22906,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -22627,6 +22918,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -22681,7 +22973,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -22986,7 +23278,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -23018,19 +23310,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -23106,10 +23398,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -23306,7 +23600,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -23355,7 +23649,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -23389,10 +23683,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -23526,7 +23820,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -23558,39 +23852,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -23651,7 +23966,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -23674,7 +23989,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -23731,15 +24046,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -23749,22 +24063,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -23776,9 +24094,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -23788,7 +24107,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -24002,6 +24321,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -24013,6 +24333,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -24062,7 +24383,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -24133,12 +24454,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -24209,12 +24530,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -24232,7 +24556,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -24240,7 +24564,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -24250,7 +24574,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -24342,7 +24666,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24392,11 +24716,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24408,14 +24732,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24427,13 +24751,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24707,6 +25031,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -25793,13 +26127,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25817,9 +26151,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25914,12 +26249,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25939,6 +26274,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25946,11 +26282,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -26266,22 +26605,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26414,7 +26763,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26457,7 +26806,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26669,6 +27018,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26724,7 +27075,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26755,11 +27106,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26780,16 +27131,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -26802,11 +27153,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -26815,12 +27166,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26976,7 +27327,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27001,7 +27352,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27017,7 +27368,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27221,7 +27572,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27233,7 +27584,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27513,7 +27864,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27527,16 +27878,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27564,6 +27915,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27681,9 +28037,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27697,11 +28053,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27816,7 +28172,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27831,7 +28187,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -27923,11 +28279,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -27944,10 +28300,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -28062,6 +28418,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -28097,7 +28461,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -28109,6 +28473,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -28227,7 +28592,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignment.md index 45f0ce3a3cf33..f94fbd0d984c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignment --- @@ -111,6 +111,7 @@ Import-Module Microsoft.Graph.Education $params = @{ dueDateTime = [System.DateTime]::Parse("2022-09-16T00:00:00Z") displayName = "Reading test 09.14" + languageTag = "es-MX" instructions = @{ contentType = "text" content = "Read chapter 4" diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md index a56366a514afc..e9ea227632fd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategoryByRef.md index c266b0bbb0dfb..3c2fc8edaccd9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentcategorybyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md index 531883ff1bdcc..7b2c159fba597 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResourceDependentResource.md index 001a4317ac80f..276da7db7816e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSettingGradingCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSettingGradingCategory.md index 794c64b0f7c2c..f8d22a9bb5a17 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSettingGradingCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSettingGradingCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsettinggradingcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentSettingGradingCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSettingGradingScheme.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSettingGradingScheme.md index 74cabd62d52f9..3a968b76648fb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSettingGradingScheme.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSettingGradingScheme.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsettinggradingscheme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentSettingGradingScheme --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md index f9d6013f9c5a2..d5ad74b91004a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md index 73dc905b3f4fb..86ec30dc889ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md index 2167e617ef091..c8c778dd3ace5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResourceDependentResource.md index c457e4e4c7514..00b5fd2e5231b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md index a70172a47dfb8..6376e1bfaec0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md index 622bbb6b2c456..a2c53425173d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md index d29a6268f505f..617d08288d4e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassMemberByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassmemberbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassMemberByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassModule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassModule.md index df51eec7a9cab..502b5b401dc5a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassModule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassModule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassmodule Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassModule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassModuleResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassModuleResource.md index 8729c9bbf43b2..f34b41a2cddf1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassModuleResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassModuleResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassmoduleresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassModuleResource --- @@ -84,7 +84,7 @@ You can create the following types of module resources: Every resource has an @o | Application | EduCurricula.ReadWrite.All, | ## EXAMPLES -### Example 1: Code snippet +### Example 1: Create an educationLinkResource ```powershell @@ -101,9 +101,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationlinkresource -### Example 2: Code snippet +### Example 2: Create an educationWordResource ```powershell @@ -122,9 +122,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationwordresource -### Example 3: Code snippet +### Example 3: Create an educationFileResource ```powershell @@ -143,9 +143,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationfileresource -### Example 4: Code snippet +### Example 4: Create an educationExcelResource ```powershell @@ -164,9 +164,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationexcelresource -### Example 5: Code snippet +### Example 5: Create an educationPowerPointResource ```powershell @@ -183,9 +183,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationpowerpointresource -### Example 6: Code snippet +### Example 6: Create an educationMediaResource ```powershell @@ -202,9 +202,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationmediaresource -### Example 7: Code snippet +### Example 7: Create an educationChannelResource ```powershell @@ -221,9 +221,9 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationchannelresource -### Example 8: Code snippet +### Example 8: Create an educationLinkedAssignmentResource ```powershell @@ -240,7 +240,7 @@ $params = @{ New-MgEducationClassModuleResource -EducationClassId $educationClassId -EducationModuleId $educationModuleId -BodyParameter $params ``` -This example shows how to use the New-MgEducationClassModuleResource Cmdlet. +This example will create an educationlinkedassignmentresource ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md index c25ecab7d9620..2ee2cb4994100 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationClassTeacherByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationclassteacherbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationClassTeacherByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignment.md index 3ca0cf56fa6aa..53559111529e7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md index 93ffe1e9acac7..731a6ec6d842a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategoryByRef.md index 2fb0a2a9471b9..b32f8032a53de 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentcategorybyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md index ece5dd9307835..10390e256d5e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResourceDependentResource.md index 84d248bf07793..fef3da8f5bd0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md index 0835c4eb4d212..cb643b740942f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md index 169a50de852f3..3881ecce63c3d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md index f0ea3d0086d39..fd444b21c26de 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResourceDependentResource.md index 177d4ab4216aa..defed4e2c343f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md index dcde3d211d659..509b6749ca3f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md index 97996ead1dc25..e02e378e78837 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmeassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeRubric.md index 091179cc87d7f..db808b3dddcfe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationMeRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationmerubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationMeRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReadingAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReadingAssignmentSubmission.md index c1611100a2e8a..c83ee176a1764 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReadingAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReadingAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationreportreadingassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationReportReadingAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReadingCoachPassage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReadingCoachPassage.md index 4bcf5273ba750..323c75f49e6a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReadingCoachPassage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReadingCoachPassage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationreportreadingcoachpassage Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationReportReadingCoachPassage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReflectCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReflectCheck.md index 363cee739fb05..0d407c5dfa533 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReflectCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportReflectCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationreportreflectcheck Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationReportReflectCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportSpeakerAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportSpeakerAssignmentSubmission.md index 2dd91fd1af1de..a018296388796 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportSpeakerAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationReportSpeakerAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationreportspeakerassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationReportSpeakerAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchool.md index d1fabdc4274e7..13c89fc0b4a47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationschool Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationSchool --- @@ -1089,7 +1089,7 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -1121,13 +1121,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -1137,7 +1137,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1213,10 +1213,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1404,7 +1406,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1453,7 +1455,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -1487,10 +1489,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1624,7 +1626,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1656,12 +1658,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1677,27 +1679,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1758,7 +1781,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1781,7 +1804,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1838,15 +1861,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1856,22 +1878,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1883,9 +1909,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1895,7 +1922,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2109,6 +2136,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2120,6 +2148,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2169,7 +2198,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2240,12 +2269,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2316,12 +2345,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2339,7 +2371,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2347,7 +2379,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2357,7 +2389,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2449,7 +2481,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2499,11 +2531,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2515,14 +2547,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2534,13 +2566,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2814,6 +2846,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3900,13 +3942,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3924,9 +3966,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4021,12 +4064,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4046,6 +4089,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4053,11 +4097,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4373,22 +4420,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4521,7 +4578,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4564,7 +4621,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4776,6 +4833,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4831,7 +4890,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4862,11 +4921,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4887,16 +4946,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -4909,11 +4968,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -4922,12 +4981,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5083,7 +5142,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5108,7 +5167,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5124,7 +5183,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5328,7 +5387,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5340,7 +5399,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5620,7 +5679,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5634,16 +5693,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [SecurityIdentifier ]: Security identifier (SID) of the user, used in Windows scenarios. Read-only. @@ -5666,6 +5725,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5783,9 +5847,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5799,11 +5863,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5918,7 +5982,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5933,7 +5997,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6025,11 +6089,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -6046,10 +6110,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6164,6 +6228,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -6199,7 +6271,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -6211,6 +6283,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -6265,7 +6338,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -6541,7 +6614,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -6573,13 +6646,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -6589,7 +6662,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -6665,10 +6738,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -6865,7 +6940,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -6914,7 +6989,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -6948,10 +7023,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7085,7 +7160,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7117,12 +7192,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7138,27 +7213,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7219,7 +7315,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7242,7 +7338,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7299,15 +7395,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7317,22 +7412,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7344,9 +7443,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7356,7 +7456,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7570,6 +7670,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7581,6 +7682,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7630,7 +7732,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7701,12 +7803,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7777,12 +7879,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7800,7 +7905,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7808,7 +7913,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7818,7 +7923,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7910,7 +8015,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7960,11 +8065,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7976,14 +8081,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7995,13 +8100,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8275,6 +8380,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9361,13 +9476,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9385,9 +9500,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9482,12 +9598,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9507,6 +9623,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9514,11 +9631,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9834,22 +9954,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9982,7 +10112,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10025,7 +10155,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10237,6 +10367,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10292,7 +10424,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10323,11 +10455,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10348,16 +10480,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -10370,11 +10502,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -10383,12 +10515,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10544,7 +10676,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10569,7 +10701,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10585,7 +10717,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10789,7 +10921,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10801,7 +10933,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11081,7 +11213,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11095,16 +11227,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11132,6 +11264,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11249,9 +11386,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11265,11 +11402,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11384,7 +11521,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11399,7 +11536,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11491,11 +11628,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -11512,10 +11649,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -11630,6 +11767,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -11665,7 +11810,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -11677,6 +11822,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -11731,7 +11877,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -12088,7 +12234,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -12120,19 +12266,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -12208,10 +12354,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -12408,7 +12556,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -12457,7 +12605,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -12491,10 +12639,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12628,7 +12776,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12660,39 +12808,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12753,7 +12922,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12776,7 +12945,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12833,15 +13002,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12851,22 +13019,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12878,9 +13050,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12890,7 +13063,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -13104,6 +13277,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13115,6 +13289,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13164,7 +13339,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13235,12 +13410,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13311,12 +13486,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13334,7 +13512,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13342,7 +13520,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13352,7 +13530,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13444,7 +13622,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13494,11 +13672,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13510,14 +13688,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13529,13 +13707,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13809,6 +13987,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14895,13 +15083,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14919,9 +15107,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -15016,12 +15205,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -15041,6 +15230,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -15048,11 +15238,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -15368,22 +15561,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15516,7 +15719,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15559,7 +15762,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15771,6 +15974,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15826,7 +16031,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15857,11 +16062,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15882,16 +16087,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -15904,11 +16109,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -15917,12 +16122,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16078,7 +16283,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16103,7 +16308,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16119,7 +16324,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16323,7 +16528,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16335,7 +16540,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16615,7 +16820,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16629,16 +16834,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16666,6 +16871,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16783,9 +16993,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16799,11 +17009,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16918,7 +17128,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16933,7 +17143,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17025,11 +17235,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -17046,10 +17256,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -17164,6 +17374,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -17199,7 +17417,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -17211,6 +17429,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -17329,7 +17548,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md index 6d159dba494b6..fe85e53589525 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolClassByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationschoolclassbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationSchoolClassByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md index c276ab1e634f6..5bf8f04c960e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationSchoolUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationschooluserbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationSchoolUserByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUser.md index 9923bd9912d54..aa371daa5fdee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuser Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUser --- @@ -915,7 +915,7 @@ HelpMessage: '' Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. ```yaml @@ -1678,7 +1678,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -1710,19 +1710,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1798,10 +1798,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1998,7 +2000,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -2047,7 +2049,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -2081,10 +2083,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -2218,7 +2220,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2250,39 +2252,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2343,7 +2366,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2366,7 +2389,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2423,15 +2446,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2441,22 +2463,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2468,9 +2494,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2480,7 +2507,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2694,6 +2721,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2705,6 +2733,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2754,7 +2783,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2825,12 +2854,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2901,12 +2930,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2924,7 +2956,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2932,7 +2964,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2942,7 +2974,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3034,7 +3066,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3084,11 +3116,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3100,14 +3132,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3119,13 +3151,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3399,6 +3431,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -4485,13 +4527,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4509,9 +4551,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4606,12 +4649,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4631,6 +4674,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4638,11 +4682,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4958,22 +5005,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5106,7 +5163,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5149,7 +5206,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5361,6 +5418,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5416,7 +5475,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5447,11 +5506,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5472,16 +5531,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -5494,11 +5553,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -5507,12 +5566,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5668,7 +5727,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5693,7 +5752,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5709,7 +5768,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5913,7 +5972,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5925,7 +5984,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6205,7 +6264,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6219,16 +6278,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6256,6 +6315,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6373,9 +6437,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6389,11 +6453,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6508,7 +6572,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6523,7 +6587,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6615,11 +6679,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -6636,10 +6700,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6754,6 +6818,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -6789,7 +6861,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -6801,6 +6873,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -6919,7 +6992,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -7157,7 +7230,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -7189,13 +7262,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -7205,7 +7278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -7281,10 +7354,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -7481,7 +7556,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -7530,7 +7605,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -7564,10 +7639,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7701,7 +7776,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7733,12 +7808,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7754,27 +7829,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7835,7 +7931,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7858,7 +7954,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7915,15 +8011,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7933,22 +8028,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7960,9 +8059,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7972,7 +8072,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -8186,6 +8286,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -8197,6 +8298,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -8246,7 +8348,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8317,12 +8419,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8393,12 +8495,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8416,7 +8521,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8424,7 +8529,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8434,7 +8539,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8526,7 +8631,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8576,11 +8681,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8592,14 +8697,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8611,13 +8716,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8891,6 +8996,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9977,13 +10092,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -10001,9 +10116,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -10098,12 +10214,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -10123,6 +10239,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -10130,11 +10247,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -10450,22 +10570,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10598,7 +10728,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10641,7 +10771,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10853,6 +10983,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10908,7 +11040,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10939,11 +11071,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10964,16 +11096,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -10986,11 +11118,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -10999,12 +11131,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -11160,7 +11292,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -11185,7 +11317,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -11201,7 +11333,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -11405,7 +11537,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -11417,7 +11549,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11697,7 +11829,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11711,16 +11843,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11748,6 +11880,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11865,9 +12002,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11881,11 +12018,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -12000,7 +12137,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -12015,7 +12152,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12107,11 +12244,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -12128,10 +12265,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -12246,6 +12383,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -12281,7 +12426,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -12293,6 +12438,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -12347,7 +12493,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -12819,7 +12965,7 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -12851,13 +12997,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -12867,7 +13013,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -12943,10 +13089,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13134,7 +13282,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13183,7 +13331,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13217,10 +13365,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -13354,7 +13502,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -13386,12 +13534,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -13407,27 +13555,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -13488,7 +13657,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -13511,7 +13680,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -13568,15 +13737,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -13586,22 +13754,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -13613,9 +13785,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -13625,7 +13798,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -13839,6 +14012,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13850,6 +14024,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13899,7 +14074,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13970,12 +14145,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -14046,12 +14221,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -14069,7 +14247,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -14077,7 +14255,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -14087,7 +14265,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -14179,7 +14357,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -14229,11 +14407,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -14245,14 +14423,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14264,13 +14442,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14544,6 +14722,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -15630,13 +15818,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -15654,9 +15842,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -15751,12 +15940,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -15776,6 +15965,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -15783,11 +15973,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -16103,22 +16296,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -16251,7 +16454,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16294,7 +16497,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -16506,6 +16709,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16561,7 +16766,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16592,11 +16797,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -16617,16 +16822,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -16639,11 +16844,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -16652,12 +16857,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16813,7 +17018,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16838,7 +17043,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16854,7 +17059,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -17058,7 +17263,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -17070,7 +17275,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17350,7 +17555,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -17364,16 +17569,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [SecurityIdentifier ]: Security identifier (SID) of the user, used in Windows scenarios. Read-only. @@ -17396,6 +17601,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17513,9 +17723,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17529,11 +17739,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -17648,7 +17858,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -17663,7 +17873,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17755,11 +17965,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -17776,10 +17986,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -17894,6 +18104,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -17929,7 +18147,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -17941,6 +18159,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -17995,7 +18214,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -18279,7 +18498,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -18311,13 +18530,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18327,7 +18546,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18403,10 +18622,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -18603,7 +18824,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18652,7 +18873,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18686,10 +18907,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -18823,7 +19044,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -18855,12 +19076,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18876,27 +19097,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -18957,7 +19199,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -18980,7 +19222,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -19037,15 +19279,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -19055,22 +19296,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -19082,9 +19327,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -19094,7 +19340,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -19308,6 +19554,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -19319,6 +19566,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -19368,7 +19616,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -19439,12 +19687,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -19515,12 +19763,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -19538,7 +19789,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -19546,7 +19797,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -19556,7 +19807,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -19648,7 +19899,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -19698,11 +19949,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19714,14 +19965,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19733,13 +19984,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20013,6 +20264,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -21099,13 +21360,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -21123,9 +21384,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -21220,12 +21482,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -21245,6 +21507,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -21252,11 +21515,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -21572,22 +21838,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21720,7 +21996,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21763,7 +22039,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21975,6 +22251,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -22030,7 +22308,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22061,11 +22339,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -22086,16 +22364,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -22108,11 +22386,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -22121,12 +22399,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -22282,7 +22560,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -22307,7 +22585,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -22323,7 +22601,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -22527,7 +22805,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -22539,7 +22817,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22819,7 +23097,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22833,16 +23111,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22870,6 +23148,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22987,9 +23270,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -23003,11 +23286,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -23122,7 +23405,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -23137,7 +23420,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -23229,11 +23512,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -23250,10 +23533,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23368,6 +23651,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -23403,7 +23694,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -23415,6 +23706,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -23469,7 +23761,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -23609,10 +23901,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -23755,7 +24047,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -23814,7 +24106,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -23823,7 +24115,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -23839,27 +24131,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -23922,7 +24235,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -23949,7 +24262,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -24006,15 +24319,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -24024,22 +24336,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -24051,9 +24367,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -24063,7 +24380,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -24143,10 +24460,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -24527,6 +24846,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -24538,6 +24858,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -24587,7 +24908,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -24658,12 +24979,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -24734,12 +25055,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -24757,7 +25081,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -24765,7 +25089,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -24775,7 +25099,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -24867,7 +25191,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -25174,6 +25498,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -26057,11 +26391,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -26073,14 +26407,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -26092,13 +26426,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -26374,13 +26708,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -26398,9 +26732,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -26495,12 +26830,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -26520,6 +26855,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -26527,11 +26863,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -26579,24 +26918,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -26620,7 +26959,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -26669,7 +27008,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -26730,11 +27069,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -26751,10 +27090,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -27025,6 +27364,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -27063,7 +27410,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -27075,6 +27422,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -27352,22 +27700,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -27500,7 +27858,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -27543,7 +27901,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -27755,6 +28113,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -27810,7 +28170,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27841,11 +28201,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -27866,35 +28226,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -28050,7 +28410,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -28075,7 +28435,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -28091,7 +28451,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -28151,7 +28511,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -28163,7 +28523,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28443,7 +28803,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -28457,16 +28817,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -28491,6 +28851,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28608,9 +28973,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28624,11 +28989,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -28743,7 +29108,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -28758,7 +29123,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignment.md index d2ed4b77b38a0..1936cb3c9f8c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md index ddf1c515e435c..039f3554ca2c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategoryByRef.md index 85d7d4c5cbf98..b4eb86f8fd48e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentcategorybyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md index 5f512b476686e..d55d65706268d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResourceDependentResource.md index 936a9177f1c68..d628f13d8efd1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md index 2ae78bf448065..da85787740fe4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md index 0dbe33b86aa30..32e9f8ea8f996 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md index ba717e0b09e6f..6c10c28ca7b72 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResourceDependentResource.md index 9eb74d4f7a4fb..df5b421c60bdc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md index 9bd7dc0c55fd7..5c51e61810ce1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md index d40fdfab7ee43..0a902499d310b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserRubric.md index e5ba4ac3f02ad..14b1eabe78f7d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/New-MgEducationUserRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/new-mgeducationuserrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgEducationUserRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationClassAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationClassAssignment.md index 4f0895f70c73a..b9f6fb69d8ab2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationClassAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationClassAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/publish-mgeducationclassassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgEducationClassAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationClassModule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationClassModule.md index c076f91973cb0..114fc47a83cef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationClassModule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationClassModule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/publish-mgeducationclassmodule Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgEducationClassModule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationMeAssignment.md index 1556bb6eeba93..d142df5b9ed8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationMeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/publish-mgeducationmeassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgEducationMeAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationUserAssignment.md index dc51be45e40fc..4d6c7035f813b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Publish-MgEducationUserAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/publish-mgeducationuserassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgEducationUserAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClass.md index fc61245fc4468..4ddc684e03729 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClass.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclass Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClass --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignment.md index 65e2938146b7c..362c7cdd3b396 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategory.md index f9cdb39d79817..36450a9c6563b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategoryByRef.md index c6f9ca72d03b7..d282e252e5fc9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/Remove-MgEducationClassAssignmentCategoryByRef Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef.md index ad7b3803d1079..10e7804ec9f1c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentcategoryeducationcategorybyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentDefault.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentDefault.md index 6a94bc5323c62..7e1258873e1db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentDefault.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentdefault Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentDefault --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentResource.md index 46b9428ceb092..8c7b3c837eb4d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentResourceDependentResource.md index 3700573c5a253..faded0988f573 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md index 7a88fb1724cc2..6b715bb0ba555 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubricByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubricByRef.md index a296d25ab434e..6b35d43e0b77a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubricByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentRubricByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentrubricbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentRubricByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSetting.md index 91312ed29ec23..e36d2fb525f75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentsetting Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSettingGradingCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSettingGradingCategory.md index 93d173f636fac..f13127f3468d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSettingGradingCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSettingGradingCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentsettinggradingcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentSettingGradingCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSettingGradingScheme.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSettingGradingScheme.md index 478fff7fd76f1..b5b71856d29b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSettingGradingScheme.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSettingGradingScheme.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentsettinggradingscheme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentSettingGradingScheme --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmission.md index f8b5870141bc5..fb7b7af69f4fb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionOutcome.md index b966022b90ed3..ba20921154a72 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionResource.md index 8b85f7ef9f980..1d4d8f504e7c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionResourceDependentResource.md index bddd740875251..75dd8a85b1ff3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionSubmittedResource.md index 8d1f6c42da7ed..8637834cc44a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md index 90433b5089a5b..4bba26bb25594 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassMemberByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassMemberByRef.md index fde07a95f7d9c..a3827875e8e2c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassMemberByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassMemberByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/Remove-MgEducationClassMemberByRef Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassMemberByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassMemberEducationUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassMemberEducationUserByRef.md index 8374d7f9a44fb..02c1407cc6b8d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassMemberEducationUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassMemberEducationUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassmembereducationuserbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassMemberEducationUserByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassModule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassModule.md index 993d563e05874..ca49a24ffe522 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassModule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassModule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassmodule Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassModule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassModuleResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassModuleResource.md index 30b732be61b23..eab545f55825e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassModuleResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassModuleResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassmoduleresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassModuleResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassTeacherByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassTeacherByRef.md index aa9a9bf3b0fec..2954ef6fe54da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassTeacherByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassTeacherByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/Remove-MgEducationClassTeacherByRef Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassTeacherByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassTeacherEducationUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassTeacherEducationUserByRef.md index 1020e1b0dd5f2..56a6c7301d97c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassTeacherEducationUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationClassTeacherEducationUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationclassteachereducationuserbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationClassTeacherEducationUserByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMe.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMe.md index fdb63bd83ea22..f4bdad54068d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMe.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMe.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMe --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignment.md index 936d146200a1a..bac941b63fbdc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentCategoryByRef.md index 9a7288205634c..5bd17b56c9373 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/Remove-MgEducationMeAssignmentCategoryByRef Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef.md index c3baaae21137c..f0827f9a3d8aa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentcategoryeducationcategorybyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentResource.md index 53f62de016adf..60d5bef5a9f0c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentResourceDependentResource.md index 4043d3d3072eb..cc0954aa166e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md index 2efd8debf4554..8dfb72805aa87 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubricByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubricByRef.md index cea8c03f0287d..5d0d56b412ed4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubricByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentRubricByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentrubricbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentRubricByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmission.md index d63d54be2aed0..57f1e11e7299a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionOutcome.md index d4cf76638b72b..bd3e125ce5882 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionResource.md index 60947826e9ec6..60246c5b6e4f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionResourceDependentResource.md index bf8949af8d2a1..2f6538115e088 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionSubmittedResource.md index 89a9533bb9cc8..eb96a4ad37d97 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md index e3eac7ca5fb6b..d74c821830634 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmeassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeRubric.md index b0b53253740d4..be3501b041419 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationMeRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationmerubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationMeRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReport.md index 40861844751ec..705f4bfcd509d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationreport Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReadingAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReadingAssignmentSubmission.md index db757470eee62..e88a8101115f9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReadingAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReadingAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationreportreadingassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationReportReadingAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReadingCoachPassage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReadingCoachPassage.md index 17d6bc5b0b1af..34668e272158a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReadingCoachPassage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReadingCoachPassage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationreportreadingcoachpassage Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationReportReadingCoachPassage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReflectCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReflectCheck.md index 4884a098f0a5b..d2221578be6e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReflectCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportReflectCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationreportreflectcheck Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationReportReflectCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportSpeakerAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportSpeakerAssignmentSubmission.md index 7f5dcd72cd73f..3bed9d5560754 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportSpeakerAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationReportSpeakerAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationreportspeakerassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationReportSpeakerAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchool.md index 1c1ca45f3ac2f..efe854a5f7368 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationschool Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationSchool --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolClassByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolClassByRef.md index 6d1dd9aa7cec6..5d37cc9757744 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolClassByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolClassByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/Remove-MgEducationSchoolClassByRef Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationSchoolClassByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolClassEducationClassByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolClassEducationClassByRef.md index c826c8b7a51a9..f3b6a2698e22b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolClassEducationClassByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolClassEducationClassByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationschoolclasseducationclassbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationSchoolClassEducationClassByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolUserByRef.md index 607347d68b09b..7f27917bb7fbf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/Remove-MgEducationSchoolUserByRef Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationSchoolUserByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolUserEducationUserByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolUserEducationUserByRef.md index ac0bfccd06ce0..223584a3614e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolUserEducationUserByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationSchoolUserEducationUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationschoolusereducationuserbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationSchoolUserEducationUserByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUser.md index 6fdb4d4c99f19..ca211f6ac8650 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuser Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignment.md index ec907406d59d1..95fbc159f594f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentCategoryByRef.md index d13d1edde1d9d..b0d55b7fb5c37 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/Remove-MgEducationUserAssignmentCategoryByRef Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef.md index 8761cbc332ec3..f68dbaf8f8eaf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentcategoryeducationcategorybyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentResource.md index 3099889eaf361..e7991bc1aefab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentResourceDependentResource.md index a1ff284e1411b..e0d79b218866e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md index 515a432e98747..552c4d1925695 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubricByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubricByRef.md index 4d1febe6963dc..8f48b7a57bb12 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubricByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentRubricByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentrubricbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentRubricByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmission.md index 600394bfff231..cd12ffb39402b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionOutcome.md index eb095b89d06fc..61971efabca50 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionResource.md index 563812b47d62d..a84f2c7d6555b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionResourceDependentResource.md index e0bd98053d5fd..db75c6b00a652 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionSubmittedResource.md index a9f4cd23692ae..b0ba06ca48a3c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md index e9552c8990ffc..4e697a38fb14a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserRubric.md index be2e133ca1d49..e6125d5eb84ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Remove-MgEducationUserRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/remove-mgeducationuserrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgEducationUserRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentRubricByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentRubricByRef.md index 0c9c95c4f7b2e..404deff1921a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentRubricByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentRubricByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationclassassignmentrubricbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationClassAssignmentRubricByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentSubmissionUpResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentSubmissionUpResourceFolder.md index 6489593f6ee9f..c61ce06db3d38 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentSubmissionUpResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentSubmissionUpResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationclassassignmentsubmissionupresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationClassAssignmentSubmissionUpResourceFolder --- @@ -56,7 +56,7 @@ Note that files must be located in this folder in order to be added as resources Only a student in the class can determine what files to upload in a given submission-level resource folder. ## EXAMPLES -### Example 1: Code snippet +### Example 1: Set up a resource folder for a submission ```powershell @@ -68,9 +68,9 @@ $params = @{ Set-MgEducationClassAssignmentSubmissionUpResourceFolder -EducationClassId $educationClassId -EducationAssignmentId $educationAssignmentId -EducationSubmissionId $educationSubmissionId -BodyParameter $params ``` -This example shows how to use the Set-MgEducationClassAssignmentSubmissionUpResourceFolder Cmdlet. +This example will set up a resource folder for a submission -### Example 2: Code snippet +### Example 2: Set up a resource folder when the assignment is no longer open for submission ```powershell @@ -82,9 +82,9 @@ $params = @{ Set-MgEducationClassAssignmentSubmissionUpResourceFolder -EducationClassId $educationClassId -EducationAssignmentId $educationAssignmentId -EducationSubmissionId $educationSubmissionId -BodyParameter $params ``` -This example shows how to use the Set-MgEducationClassAssignmentSubmissionUpResourceFolder Cmdlet. +This example will set up a resource folder when the assignment is no longer open for submission -### Example 3: Code snippet +### Example 3: Set up a resource folder when the assignment is already in submitted state ```powershell @@ -96,7 +96,7 @@ $params = @{ Set-MgEducationClassAssignmentSubmissionUpResourceFolder -EducationClassId $educationClassId -EducationAssignmentId $educationAssignmentId -EducationSubmissionId $educationSubmissionId -BodyParameter $params ``` -This example shows how to use the Set-MgEducationClassAssignmentSubmissionUpResourceFolder Cmdlet. +This example will set up a resource folder when the assignment is already in submitted state ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentUpFeedbackResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentUpFeedbackResourceFolder.md index 9545fd7d9aafa..bfe02b1ae5c47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentUpFeedbackResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentUpFeedbackResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationclassassignmentupfeedbackresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationClassAssignmentUpFeedbackResourceFolder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentUpResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentUpResourceFolder.md index e5a77c1ba016b..db620e71334fa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentUpResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassAssignmentUpResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationclassassignmentupresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationClassAssignmentUpResourceFolder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassModuleUpResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassModuleUpResourceFolder.md index 19f9b490059cd..e4c5cfd8413c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassModuleUpResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationClassModuleUpResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationclassmoduleupresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationClassModuleUpResourceFolder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentRubricByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentRubricByRef.md index 3bcf3b585cdf4..7d0c93ebd8abf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentRubricByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentRubricByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationmeassignmentrubricbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationMeAssignmentRubricByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentSubmissionUpResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentSubmissionUpResourceFolder.md index 483a4211c62d8..bda6cd21be2a6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentSubmissionUpResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentSubmissionUpResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationmeassignmentsubmissionupresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationMeAssignmentSubmissionUpResourceFolder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentUpFeedbackResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentUpFeedbackResourceFolder.md index 92680641913c6..c60f1b170b833 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentUpFeedbackResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentUpFeedbackResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationmeassignmentupfeedbackresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationMeAssignmentUpFeedbackResourceFolder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentUpResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentUpResourceFolder.md index 5f2cde703ee4c..0fc706de770dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentUpResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationMeAssignmentUpResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationmeassignmentupresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationMeAssignmentUpResourceFolder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentRubricByRef.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentRubricByRef.md index d04885bca8eff..8655db8bdb22e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentRubricByRef.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentRubricByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationuserassignmentrubricbyref Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationUserAssignmentRubricByRef --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentSubmissionUpResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentSubmissionUpResourceFolder.md index 5c1a12ccae7cc..883ccd4f6edeb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentSubmissionUpResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentSubmissionUpResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationuserassignmentsubmissionupresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationUserAssignmentSubmissionUpResourceFolder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentUpFeedbackResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentUpFeedbackResourceFolder.md index 9dfc3a74c539a..8fed273cc6c98 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentUpFeedbackResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentUpFeedbackResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationuserassignmentupfeedbackresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationUserAssignmentUpFeedbackResourceFolder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentUpResourceFolder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentUpResourceFolder.md index a6194bd556d91..f4c3ad0794fea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentUpResourceFolder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Set-MgEducationUserAssignmentUpResourceFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/set-mgeducationuserassignmentupresourcefolder Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgEducationUserAssignmentUpResourceFolder --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationClassAssignmentSubmission.md index 08c8214ffca79..cc2630c869fbb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationClassAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/submit-mgeducationclassassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Submit-MgEducationClassAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationMeAssignmentSubmission.md index 8c5d902bdf894..dea2bc34b9f19 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationMeAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/submit-mgeducationmeassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Submit-MgEducationMeAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationUserAssignmentSubmission.md index ef75252719209..e378fd782aa5d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Submit-MgEducationUserAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/submit-mgeducationuserassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Submit-MgEducationUserAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClass.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClass.md index 83a1b52d735b7..32b4b07b2d714 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClass.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClass.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclass Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClass --- @@ -1445,7 +1445,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -1477,13 +1477,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -1493,7 +1493,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1569,10 +1569,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1769,7 +1771,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1818,7 +1820,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -1852,10 +1854,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1989,7 +1991,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2021,12 +2023,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2042,27 +2044,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2123,7 +2146,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2146,7 +2169,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2203,15 +2226,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2221,22 +2243,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2248,9 +2274,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2260,7 +2287,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2474,6 +2501,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2485,6 +2513,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2534,7 +2563,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2605,12 +2634,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2681,12 +2710,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2704,7 +2736,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2712,7 +2744,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2722,7 +2754,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2814,7 +2846,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2864,11 +2896,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2880,14 +2912,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2899,13 +2931,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3179,6 +3211,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -4265,13 +4307,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4289,9 +4331,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4386,12 +4429,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4411,6 +4454,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4418,11 +4462,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4738,22 +4785,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4886,7 +4943,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4929,7 +4986,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5141,6 +5198,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5196,7 +5255,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5227,11 +5286,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5252,16 +5311,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -5274,11 +5333,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -5287,12 +5346,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5448,7 +5507,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5473,7 +5532,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5489,7 +5548,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5693,7 +5752,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5705,7 +5764,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5985,7 +6044,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5999,16 +6058,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6036,6 +6095,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6153,9 +6217,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6169,11 +6233,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6288,7 +6352,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6303,7 +6367,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6395,11 +6459,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -6416,10 +6480,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6534,6 +6598,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -6569,7 +6641,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -6581,6 +6653,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -6635,7 +6708,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -6796,7 +6869,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -6828,13 +6901,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -6844,7 +6917,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -6920,10 +6993,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -7120,7 +7195,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -7169,7 +7244,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -7212,10 +7287,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7349,7 +7424,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7381,12 +7456,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7402,27 +7477,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7483,7 +7579,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7506,7 +7602,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7563,15 +7659,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7581,22 +7676,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7608,9 +7707,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7620,7 +7720,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7834,6 +7934,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7845,6 +7946,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7894,7 +7996,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7965,12 +8067,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8041,12 +8143,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8064,7 +8169,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8072,7 +8177,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8082,7 +8187,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8174,7 +8279,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8224,11 +8329,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8240,14 +8345,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8259,13 +8364,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8539,6 +8644,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9625,13 +9740,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9649,9 +9764,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9746,12 +9862,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9771,6 +9887,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9778,11 +9895,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -10098,22 +10218,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10246,7 +10376,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10289,7 +10419,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10501,6 +10631,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10556,7 +10688,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10587,11 +10719,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10612,16 +10744,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -10634,11 +10766,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -10647,12 +10779,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10808,7 +10940,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10833,7 +10965,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10849,7 +10981,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -11053,7 +11185,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -11065,7 +11197,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11345,7 +11477,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11359,16 +11491,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11396,6 +11528,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11513,9 +11650,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11529,11 +11666,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11648,7 +11785,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11663,7 +11800,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11755,11 +11892,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -11776,10 +11913,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -11894,6 +12031,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -11929,7 +12074,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -11941,6 +12086,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: INPUTOBJECT ``: Identity Parameter [EducationAssignmentId ]: The unique identifier of educationAssignment @@ -12182,7 +12328,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -12214,19 +12360,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -12302,10 +12448,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -12502,7 +12650,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -12551,7 +12699,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -12585,10 +12733,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12722,7 +12870,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12754,39 +12902,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12847,7 +13016,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12870,7 +13039,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12927,15 +13096,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12945,22 +13113,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12972,9 +13144,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12984,7 +13157,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -13198,6 +13371,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13209,6 +13383,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13258,7 +13433,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13329,12 +13504,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13405,12 +13580,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13428,7 +13606,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13436,7 +13614,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13446,7 +13624,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13538,7 +13716,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13588,11 +13766,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13604,14 +13782,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13623,13 +13801,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13903,6 +14081,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14989,13 +15177,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -15013,9 +15201,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -15110,12 +15299,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -15135,6 +15324,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -15142,11 +15332,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -15462,22 +15655,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15610,7 +15813,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15653,7 +15856,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15865,6 +16068,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15920,7 +16125,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15951,11 +16156,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15976,16 +16181,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -15998,11 +16203,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -16011,12 +16216,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16172,7 +16377,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16197,7 +16402,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16213,7 +16418,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16417,7 +16622,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16429,7 +16634,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16709,7 +16914,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16723,16 +16928,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16760,6 +16965,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16877,9 +17087,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16893,11 +17103,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -17012,7 +17222,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -17027,7 +17237,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17119,11 +17329,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -17140,10 +17350,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -17258,6 +17468,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -17293,7 +17511,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -17305,6 +17523,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -17423,7 +17642,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -17746,7 +17965,7 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -17778,13 +17997,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -17794,7 +18013,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -17870,10 +18089,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18061,7 +18282,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18110,7 +18331,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18144,10 +18365,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -18281,7 +18502,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -18313,12 +18534,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18334,27 +18555,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -18415,7 +18657,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -18438,7 +18680,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -18495,15 +18737,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -18513,22 +18754,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -18540,9 +18785,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -18552,7 +18798,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -18766,6 +19012,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18777,6 +19024,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18826,7 +19074,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18897,12 +19145,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18973,12 +19221,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18996,7 +19247,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -19004,7 +19255,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -19014,7 +19265,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -19106,7 +19357,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -19156,11 +19407,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19172,14 +19423,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19191,13 +19442,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -19471,6 +19722,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -20557,13 +20818,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20581,9 +20842,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20678,12 +20940,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20703,6 +20965,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20710,11 +20973,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -21030,22 +21296,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21178,7 +21454,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21221,7 +21497,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21433,6 +21709,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21488,7 +21766,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21519,11 +21797,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21544,16 +21822,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -21566,11 +21844,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -21579,12 +21857,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21740,7 +22018,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21765,7 +22043,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21781,7 +22059,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21985,7 +22263,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21997,7 +22275,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22277,7 +22555,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22291,16 +22569,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [SecurityIdentifier ]: Security identifier (SID) of the user, used in Windows scenarios. Read-only. @@ -22323,6 +22601,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22440,9 +22723,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22456,11 +22739,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22575,7 +22858,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22590,7 +22873,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -22682,11 +22965,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -22703,10 +22986,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -22821,6 +23104,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -22856,7 +23147,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -22868,6 +23159,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -22922,7 +23214,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -23227,7 +23519,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -23259,19 +23551,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -23347,10 +23639,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -23547,7 +23841,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -23596,7 +23890,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -23630,10 +23924,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -23767,7 +24061,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -23799,39 +24093,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -23892,7 +24207,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -23915,7 +24230,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -23972,15 +24287,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -23990,22 +24304,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -24017,9 +24335,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -24029,7 +24348,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -24243,6 +24562,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -24254,6 +24574,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -24303,7 +24624,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -24374,12 +24695,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -24450,12 +24771,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -24473,7 +24797,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -24481,7 +24805,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -24491,7 +24815,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -24583,7 +24907,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24633,11 +24957,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24649,14 +24973,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24668,13 +24992,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24948,6 +25272,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -26034,13 +26368,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -26058,9 +26392,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -26155,12 +26490,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -26180,6 +26515,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -26187,11 +26523,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -26507,22 +26846,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26655,7 +27004,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26698,7 +27047,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26910,6 +27259,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26965,7 +27316,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26996,11 +27347,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -27021,16 +27372,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -27043,11 +27394,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -27056,12 +27407,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -27217,7 +27568,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27242,7 +27593,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27258,7 +27609,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27462,7 +27813,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27474,7 +27825,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27754,7 +28105,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27768,16 +28119,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27805,6 +28156,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27922,9 +28278,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27938,11 +28294,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -28057,7 +28413,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -28072,7 +28428,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -28164,11 +28520,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -28185,10 +28541,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -28303,6 +28659,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -28338,7 +28702,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -28350,6 +28714,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -28468,7 +28833,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignment.md index 074cf441efba8..becb0bf227a93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentCategory.md index c5e82bcef150a..efe6f7f804d17 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentDefault.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentDefault.md index 0392e755ec37c..d58ceab1fd3ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentDefault.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentdefault Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentDefault --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentResource.md index 5de6f7b3162b0..cc470211ba4dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentResourceDependentResource.md index 2b77b6bed1942..86d2403b4b0f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md index 53e015f34d23d..578e9f6ddb7ad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSetting.md index 590eaa288785a..a74dbbeaeffd1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentsetting Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSettingGradingCategory.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSettingGradingCategory.md index 69286ac6fedb0..3cce733addc40 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSettingGradingCategory.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSettingGradingCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentsettinggradingcategory Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentSettingGradingCategory --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSettingGradingScheme.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSettingGradingScheme.md index 0a4d34012aed9..b9af4b38f6c37 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSettingGradingScheme.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSettingGradingScheme.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentsettinggradingscheme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentSettingGradingScheme --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmission.md index e24d82bdb8bf4..afd31930678d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionOutcome.md index 39551f20c6b5d..4ae07d2e56578 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionResource.md index faab92303f3bd..404268bc4dc20 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionResourceDependentResource.md index 04512cfea66a5..837b58de11698 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionSubmittedResource.md index 10c5afcd42732..5891e91f19af9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md index 80df288799bcc..3b6c54cc408e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassModule.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassModule.md index a6ac46e43e201..549989034c295 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassModule.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassModule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassmodule Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassModule --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassModuleResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassModuleResource.md index ab21a53fa7a1c..a79b0386328ac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassModuleResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationClassModuleResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationclassmoduleresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationClassModuleResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMe.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMe.md index 83746734a3965..e1bbbe5ce26e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMe.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMe.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationme Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMe --- @@ -839,7 +839,7 @@ HelpMessage: '' Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. ```yaml @@ -1602,7 +1602,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -1634,19 +1634,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1722,10 +1722,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -1922,7 +1924,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1971,7 +1973,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -2005,10 +2007,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -2142,7 +2144,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2174,39 +2176,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2267,7 +2290,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2290,7 +2313,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2347,15 +2370,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2365,22 +2387,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2392,9 +2418,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2404,7 +2431,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2618,6 +2645,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2629,6 +2657,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2678,7 +2707,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2749,12 +2778,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2825,12 +2854,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2848,7 +2880,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2856,7 +2888,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2866,7 +2898,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2958,7 +2990,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3008,11 +3040,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3024,14 +3056,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3043,13 +3075,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3323,6 +3355,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -4409,13 +4451,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4433,9 +4475,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4530,12 +4573,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4555,6 +4598,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4562,11 +4606,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4882,22 +4929,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5030,7 +5087,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5073,7 +5130,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5285,6 +5342,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5340,7 +5399,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5371,11 +5430,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5396,16 +5455,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -5418,11 +5477,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -5431,12 +5490,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5592,7 +5651,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5617,7 +5676,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5633,7 +5692,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5837,7 +5896,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5849,7 +5908,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6129,7 +6188,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6143,16 +6202,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6180,6 +6239,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6297,9 +6361,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6313,11 +6377,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6432,7 +6496,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6447,7 +6511,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6539,11 +6603,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -6560,10 +6624,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6678,6 +6742,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -6713,7 +6785,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -6725,6 +6797,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -6843,7 +6916,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -7081,7 +7154,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -7113,13 +7186,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -7129,7 +7202,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -7205,10 +7278,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -7405,7 +7480,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -7454,7 +7529,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -7488,10 +7563,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7625,7 +7700,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7657,12 +7732,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7678,27 +7753,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7759,7 +7855,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7782,7 +7878,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7839,15 +7935,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7857,22 +7952,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7884,9 +7983,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7896,7 +7996,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -8110,6 +8210,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -8121,6 +8222,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -8170,7 +8272,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8241,12 +8343,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8317,12 +8419,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8340,7 +8445,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8348,7 +8453,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8358,7 +8463,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8450,7 +8555,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8500,11 +8605,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8516,14 +8621,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8535,13 +8640,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8815,6 +8920,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9901,13 +10016,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9925,9 +10040,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -10022,12 +10138,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -10047,6 +10163,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -10054,11 +10171,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -10374,22 +10494,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10522,7 +10652,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10565,7 +10695,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10777,6 +10907,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10832,7 +10964,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10863,11 +10995,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10888,16 +11020,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -10910,11 +11042,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -10923,12 +11055,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -11084,7 +11216,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -11109,7 +11241,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -11125,7 +11257,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -11329,7 +11461,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -11341,7 +11473,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11621,7 +11753,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11635,16 +11767,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11672,6 +11804,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11789,9 +11926,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11805,11 +11942,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11924,7 +12061,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11939,7 +12076,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12031,11 +12168,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -12052,10 +12189,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -12170,6 +12307,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -12205,7 +12350,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -12217,6 +12362,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -12271,7 +12417,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -12743,7 +12889,7 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -12775,13 +12921,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -12791,7 +12937,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -12867,10 +13013,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13058,7 +13206,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13107,7 +13255,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13141,10 +13289,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -13278,7 +13426,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -13310,12 +13458,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -13331,27 +13479,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -13412,7 +13581,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -13435,7 +13604,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -13492,15 +13661,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -13510,22 +13678,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -13537,9 +13709,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -13549,7 +13722,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -13763,6 +13936,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13774,6 +13948,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13823,7 +13998,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13894,12 +14069,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13970,12 +14145,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13993,7 +14171,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -14001,7 +14179,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -14011,7 +14189,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -14103,7 +14281,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -14153,11 +14331,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -14169,14 +14347,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14188,13 +14366,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14468,6 +14646,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -15554,13 +15742,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -15578,9 +15766,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -15675,12 +15864,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -15700,6 +15889,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -15707,11 +15897,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -16027,22 +16220,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -16175,7 +16378,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16218,7 +16421,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -16430,6 +16633,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16485,7 +16690,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16516,11 +16721,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -16541,16 +16746,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -16563,11 +16768,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -16576,12 +16781,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16737,7 +16942,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16762,7 +16967,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16778,7 +16983,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16982,7 +17187,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16994,7 +17199,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17274,7 +17479,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -17288,16 +17493,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [SecurityIdentifier ]: Security identifier (SID) of the user, used in Windows scenarios. Read-only. @@ -17320,6 +17525,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17437,9 +17647,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17453,11 +17663,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -17572,7 +17782,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -17587,7 +17797,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17679,11 +17889,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -17700,10 +17910,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -17818,6 +18028,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -17853,7 +18071,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -17865,6 +18083,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -17919,7 +18138,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -18203,7 +18422,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -18235,13 +18454,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18251,7 +18470,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18327,10 +18546,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -18527,7 +18748,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18576,7 +18797,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18610,10 +18831,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -18747,7 +18968,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -18779,12 +19000,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -18800,27 +19021,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -18881,7 +19123,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -18904,7 +19146,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -18961,15 +19203,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -18979,22 +19220,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -19006,9 +19251,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -19018,7 +19264,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -19232,6 +19478,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -19243,6 +19490,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -19292,7 +19540,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -19363,12 +19611,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -19439,12 +19687,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -19462,7 +19713,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -19470,7 +19721,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -19480,7 +19731,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -19572,7 +19823,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -19622,11 +19873,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19638,14 +19889,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19657,13 +19908,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -19937,6 +20188,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -21023,13 +21284,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -21047,9 +21308,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -21144,12 +21406,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -21169,6 +21431,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -21176,11 +21439,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -21496,22 +21762,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21644,7 +21920,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21687,7 +21963,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21899,6 +22175,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21954,7 +22232,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21985,11 +22263,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -22010,16 +22288,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -22032,11 +22310,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -22045,12 +22323,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -22206,7 +22484,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -22231,7 +22509,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -22247,7 +22525,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -22451,7 +22729,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -22463,7 +22741,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22743,7 +23021,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22757,16 +23035,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22794,6 +23072,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22911,9 +23194,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22927,11 +23210,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -23046,7 +23329,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -23061,7 +23344,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -23153,11 +23436,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -23174,10 +23457,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23292,6 +23575,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -23327,7 +23618,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -23339,6 +23630,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -23393,7 +23685,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -23533,10 +23825,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -23679,7 +23971,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -23738,7 +24030,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -23747,7 +24039,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -23763,27 +24055,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -23846,7 +24159,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -23873,7 +24186,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -23930,15 +24243,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -23948,22 +24260,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -23975,9 +24291,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -23987,7 +24304,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -24067,10 +24384,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -24451,6 +24770,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -24462,6 +24782,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -24511,7 +24832,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -24582,12 +24903,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -24658,12 +24979,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -24681,7 +25005,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -24689,7 +25013,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -24699,7 +25023,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -24791,7 +25115,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -25098,6 +25422,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -25981,11 +26315,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25997,14 +26331,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -26016,13 +26350,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -26298,13 +26632,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -26322,9 +26656,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -26419,12 +26754,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -26444,6 +26779,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -26451,11 +26787,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -26503,24 +26842,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -26544,7 +26883,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -26593,7 +26932,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -26654,11 +26993,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -26675,10 +27014,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -26949,6 +27288,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -26987,7 +27334,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26999,6 +27346,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -27276,22 +27624,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -27424,7 +27782,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -27467,7 +27825,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -27679,6 +28037,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -27734,7 +28094,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27765,11 +28125,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -27790,35 +28150,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -27974,7 +28334,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27999,7 +28359,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -28015,7 +28375,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -28075,7 +28435,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -28087,7 +28447,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28367,7 +28727,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -28381,16 +28741,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -28415,6 +28775,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28532,9 +28897,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28548,11 +28913,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -28667,7 +29032,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -28682,7 +29047,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignment.md index ff2ae47744981..c2bd01b210b73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentResource.md index 8b04dc0171339..c966624abf910 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentResourceDependentResource.md index 58f9eb09dbeea..bdd77d30fb685 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md index 0feff2d98b94f..f566110900232 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignmentRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmission.md index 18263e798cd23..308756a18ec8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionOutcome.md index f6a119f49e256..4283b0006910b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionResource.md index 5982ad3bf80c0..6fff0c508cadf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionResourceDependentResource.md index 82dbb083ebe9d..58460f1d68544 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionSubmittedResource.md index 56cbb54b2b5f7..76d0416a84422 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md index 61a54e9081426..e1a505bfcd23e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeRubric.md index 2c23258b416e1..5632508f6cc8b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmerubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeUserMailboxSetting.md index e24b3c6a7cace..0982138c87f22 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationMeUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationmeusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationMeUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReport.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReport.md index e0ac7166d6aae..a5bf8f7ad3fa3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReport.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationreport Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationReport --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReadingAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReadingAssignmentSubmission.md index 72ea15d90d42a..f86f7dbb5e173 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReadingAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReadingAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationreportreadingassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationReportReadingAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReadingCoachPassage.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReadingCoachPassage.md index 775d61f229adc..a3d62bd206fc8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReadingCoachPassage.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReadingCoachPassage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationreportreadingcoachpassage Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationReportReadingCoachPassage --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReflectCheck.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReflectCheck.md index 925f8742754c9..967245182a6f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReflectCheck.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportReflectCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationreportreflectcheck Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationReportReflectCheck --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportSpeakerAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportSpeakerAssignmentSubmission.md index 10f07526830cf..9c61549ed676e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportSpeakerAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationReportSpeakerAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationreportspeakerassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationReportSpeakerAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationRoot.md index e53425ca18bc5..7bcc003c83861 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationroot Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationRoot --- @@ -639,7 +639,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -671,13 +671,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -687,7 +687,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -763,10 +763,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -963,7 +965,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1012,7 +1014,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -1046,10 +1048,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1183,7 +1185,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1215,12 +1217,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1236,27 +1238,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1317,7 +1340,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1340,7 +1363,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1397,15 +1420,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1415,22 +1437,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1442,9 +1468,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1454,7 +1481,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1668,6 +1695,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1679,6 +1707,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1728,7 +1757,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1799,12 +1828,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1875,12 +1904,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1898,7 +1930,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1906,7 +1938,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1916,7 +1948,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2008,7 +2040,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2058,11 +2090,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2074,14 +2106,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2093,13 +2125,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2373,6 +2405,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3459,13 +3501,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3483,9 +3525,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3580,12 +3623,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3605,6 +3648,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3612,11 +3656,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3932,22 +3979,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4080,7 +4137,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4123,7 +4180,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4335,6 +4392,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4390,7 +4449,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4421,11 +4480,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4446,16 +4505,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -4468,11 +4527,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -4481,12 +4540,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4642,7 +4701,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4667,7 +4726,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4683,7 +4742,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4887,7 +4946,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4899,7 +4958,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5179,7 +5238,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5193,16 +5252,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5230,6 +5289,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5347,9 +5411,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5363,11 +5427,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5482,7 +5546,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5497,7 +5561,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5589,11 +5653,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -5610,10 +5674,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5728,6 +5792,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -5763,7 +5835,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -5775,6 +5847,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -5829,7 +5902,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -6237,7 +6310,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -6269,13 +6342,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -6285,7 +6358,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -6361,10 +6434,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -6561,7 +6636,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -6610,7 +6685,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -6644,10 +6719,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6781,7 +6856,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6813,12 +6888,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6834,27 +6909,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6915,7 +7011,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6938,7 +7034,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6995,15 +7091,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7013,22 +7108,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7040,9 +7139,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7052,7 +7152,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7266,6 +7366,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7277,6 +7378,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7326,7 +7428,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7397,12 +7499,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7473,12 +7575,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7496,7 +7601,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7504,7 +7609,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7514,7 +7619,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7606,7 +7711,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7656,11 +7761,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7672,14 +7777,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7691,13 +7796,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -7971,6 +8076,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9057,13 +9172,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9081,9 +9196,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9178,12 +9294,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9203,6 +9319,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9210,11 +9327,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9530,22 +9650,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9678,7 +9808,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9721,7 +9851,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9933,6 +10063,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9988,7 +10120,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10019,11 +10151,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10044,16 +10176,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -10066,11 +10198,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -10079,12 +10211,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10240,7 +10372,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10265,7 +10397,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10281,7 +10413,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10485,7 +10617,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10497,7 +10629,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10777,7 +10909,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10791,16 +10923,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10828,6 +10960,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10945,9 +11082,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10961,11 +11098,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11080,7 +11217,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11095,7 +11232,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11187,11 +11324,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -11208,10 +11345,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -11326,6 +11463,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -11361,7 +11506,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -11373,6 +11518,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -11427,7 +11573,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -11773,7 +11919,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -11805,19 +11951,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -11893,10 +12039,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -12093,7 +12241,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -12142,7 +12290,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -12176,10 +12324,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12313,7 +12461,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12345,39 +12493,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12438,7 +12607,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12461,7 +12630,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12518,15 +12687,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12536,22 +12704,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12563,9 +12735,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12575,7 +12748,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12789,6 +12962,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12800,6 +12974,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12849,7 +13024,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12920,12 +13095,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12996,12 +13171,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13019,7 +13197,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13027,7 +13205,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13037,7 +13215,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13129,7 +13307,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13179,11 +13357,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13195,14 +13373,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13214,13 +13392,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13494,6 +13672,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14580,13 +14768,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14604,9 +14792,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14701,12 +14890,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14726,6 +14915,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14733,11 +14923,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -15053,22 +15246,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15201,7 +15404,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15244,7 +15447,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15456,6 +15659,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15511,7 +15716,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15542,11 +15747,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15567,16 +15772,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -15589,11 +15794,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -15602,12 +15807,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15763,7 +15968,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15788,7 +15993,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15804,7 +16009,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16008,7 +16213,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16020,7 +16225,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16300,7 +16505,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16314,16 +16519,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16351,6 +16556,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16468,9 +16678,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16484,11 +16694,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16603,7 +16813,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16618,7 +16828,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16710,11 +16920,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -16731,10 +16941,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -16849,6 +17059,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -16884,7 +17102,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -16896,6 +17114,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -17014,7 +17233,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -17396,7 +17615,7 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -17428,13 +17647,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -17444,7 +17663,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -17520,10 +17739,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17711,7 +17932,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -17760,7 +17981,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -17794,10 +18015,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17931,7 +18152,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17963,12 +18184,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17984,27 +18205,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -18065,7 +18307,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -18088,7 +18330,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -18145,15 +18387,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -18163,22 +18404,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -18190,9 +18435,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -18202,7 +18448,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -18416,6 +18662,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18427,6 +18674,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18476,7 +18724,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18547,12 +18795,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18623,12 +18871,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18646,7 +18897,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18654,7 +18905,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18664,7 +18915,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18756,7 +19007,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18806,11 +19057,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18822,14 +19073,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18841,13 +19092,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -19121,6 +19372,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -20207,13 +20468,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20231,9 +20492,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20328,12 +20590,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20353,6 +20615,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20360,11 +20623,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20680,22 +20946,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -20828,7 +21104,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -20871,7 +21147,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21083,6 +21359,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21138,7 +21416,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21169,11 +21447,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21194,16 +21472,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -21216,11 +21494,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -21229,12 +21507,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21390,7 +21668,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21415,7 +21693,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21431,7 +21709,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21635,7 +21913,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21647,7 +21925,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21927,7 +22205,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -21941,16 +22219,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [SecurityIdentifier ]: Security identifier (SID) of the user, used in Windows scenarios. Read-only. @@ -21973,6 +22251,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22090,9 +22373,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22106,11 +22389,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22225,7 +22508,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22240,7 +22523,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -22332,11 +22615,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -22353,10 +22636,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -22471,6 +22754,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -22506,7 +22797,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -22518,6 +22809,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -22572,7 +22864,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -22876,7 +23168,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -22908,19 +23200,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -22996,10 +23288,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -23196,7 +23490,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -23245,7 +23539,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -23279,10 +23573,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -23416,7 +23710,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -23448,39 +23742,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -23541,7 +23856,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -23564,7 +23879,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -23621,15 +23936,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -23639,22 +23953,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -23666,9 +23984,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -23678,7 +23997,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23892,6 +24211,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23903,6 +24223,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23952,7 +24273,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -24023,12 +24344,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -24099,12 +24420,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -24122,7 +24446,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -24130,7 +24454,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -24140,7 +24464,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -24232,7 +24556,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24282,11 +24606,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24298,14 +24622,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24317,13 +24641,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24597,6 +24921,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -25683,13 +26017,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25707,9 +26041,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25804,12 +26139,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25829,6 +26164,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25836,11 +26172,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -26156,22 +26495,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26304,7 +26653,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26347,7 +26696,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26559,6 +26908,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26614,7 +26965,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26645,11 +26996,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26670,16 +27021,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -26692,11 +27043,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -26705,12 +27056,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26866,7 +27217,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26891,7 +27242,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26907,7 +27258,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27111,7 +27462,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27123,7 +27474,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27403,7 +27754,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27417,16 +27768,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27454,6 +27805,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27571,9 +27927,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27587,11 +27943,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27706,7 +28062,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27721,7 +28077,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -27813,11 +28169,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -27834,10 +28190,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -27952,6 +28308,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -27987,7 +28351,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -27999,6 +28363,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -28117,7 +28482,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationSchool.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationSchool.md index 8e6df5e88dfd1..bfa50475b3b4f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationSchool.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationSchool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationschool Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationSchool --- @@ -1283,7 +1283,7 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -1315,13 +1315,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -1331,7 +1331,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1407,10 +1407,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1598,7 +1600,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -1647,7 +1649,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -1681,10 +1683,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1818,7 +1820,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1850,12 +1852,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1871,27 +1873,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1952,7 +1975,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1975,7 +1998,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2032,15 +2055,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2050,22 +2072,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2077,9 +2103,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2089,7 +2116,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2303,6 +2330,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2314,6 +2342,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2363,7 +2392,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2434,12 +2463,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2510,12 +2539,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2533,7 +2565,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2541,7 +2573,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2551,7 +2583,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2643,7 +2675,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2693,11 +2725,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2709,14 +2741,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2728,13 +2760,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3008,6 +3040,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -4094,13 +4136,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4118,9 +4160,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4215,12 +4258,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4240,6 +4283,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4247,11 +4291,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4567,22 +4614,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4715,7 +4772,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4758,7 +4815,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4970,6 +5027,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5025,7 +5084,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5056,11 +5115,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5081,16 +5140,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -5103,11 +5162,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -5116,12 +5175,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5277,7 +5336,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5302,7 +5361,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5318,7 +5377,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5522,7 +5581,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5534,7 +5593,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5814,7 +5873,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5828,16 +5887,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [SecurityIdentifier ]: Security identifier (SID) of the user, used in Windows scenarios. Read-only. @@ -5860,6 +5919,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5977,9 +6041,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5993,11 +6057,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6112,7 +6176,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6127,7 +6191,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6219,11 +6283,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -6240,10 +6304,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6358,6 +6422,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -6393,7 +6465,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -6405,6 +6477,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -6459,7 +6532,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -6735,7 +6808,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -6767,13 +6840,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -6783,7 +6856,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -6859,10 +6932,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -7059,7 +7134,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -7108,7 +7183,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -7142,10 +7217,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7279,7 +7354,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7311,12 +7386,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7332,27 +7407,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7413,7 +7509,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7436,7 +7532,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7493,15 +7589,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7511,22 +7606,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7538,9 +7637,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7550,7 +7650,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7764,6 +7864,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7775,6 +7876,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7824,7 +7926,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7895,12 +7997,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7971,12 +8073,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7994,7 +8099,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8002,7 +8107,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8012,7 +8117,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8104,7 +8209,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8154,11 +8259,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8170,14 +8275,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8189,13 +8294,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8469,6 +8574,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9555,13 +9670,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9579,9 +9694,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9676,12 +9792,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9701,6 +9817,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9708,11 +9825,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -10028,22 +10148,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10176,7 +10306,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10219,7 +10349,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10431,6 +10561,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10486,7 +10618,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10517,11 +10649,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10542,16 +10674,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -10564,11 +10696,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -10577,12 +10709,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10738,7 +10870,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10763,7 +10895,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10779,7 +10911,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10983,7 +11115,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10995,7 +11127,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11275,7 +11407,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11289,16 +11421,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11326,6 +11458,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11443,9 +11580,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11459,11 +11596,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11578,7 +11715,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11593,7 +11730,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11685,11 +11822,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -11706,10 +11843,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -11824,6 +11961,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -11859,7 +12004,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -11871,6 +12016,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -11925,7 +12071,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -12304,7 +12450,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -12336,19 +12482,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -12424,10 +12570,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -12624,7 +12772,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -12673,7 +12821,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -12707,10 +12855,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12844,7 +12992,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12876,39 +13024,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12969,7 +13138,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12992,7 +13161,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -13049,15 +13218,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -13067,22 +13235,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -13094,9 +13266,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -13106,7 +13279,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -13320,6 +13493,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13331,6 +13505,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13380,7 +13555,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13451,12 +13626,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13527,12 +13702,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13550,7 +13728,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13558,7 +13736,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13568,7 +13746,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13660,7 +13838,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13710,11 +13888,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13726,14 +13904,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13745,13 +13923,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14025,6 +14203,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -15111,13 +15299,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -15135,9 +15323,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -15232,12 +15421,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -15257,6 +15446,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -15264,11 +15454,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -15584,22 +15777,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15732,7 +15935,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15775,7 +15978,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15987,6 +16190,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16042,7 +16247,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16073,11 +16278,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -16098,16 +16303,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -16120,11 +16325,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -16133,12 +16338,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16294,7 +16499,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16319,7 +16524,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16335,7 +16540,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16539,7 +16744,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16551,7 +16756,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16831,7 +17036,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16845,16 +17050,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16882,6 +17087,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16999,9 +17209,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17015,11 +17225,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -17134,7 +17344,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -17149,7 +17359,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17241,11 +17451,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -17262,10 +17472,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -17380,6 +17590,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -17415,7 +17633,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -17427,6 +17645,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -17545,7 +17764,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationSchoolAdministrativeUnit.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationSchoolAdministrativeUnit.md index 4f17c2ad6fa25..24c7ac9d49319 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationSchoolAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationSchoolAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationschooladministrativeunit Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationSchoolAdministrativeUnit --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUser.md index dde5bb5ab6d0a..b97fef9b7e854 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuser Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUser --- @@ -1114,7 +1114,7 @@ HelpMessage: '' Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. ```yaml @@ -1965,7 +1965,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -1997,19 +1997,19 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -2085,10 +2085,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -2285,7 +2287,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -2334,7 +2336,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -2368,10 +2370,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -2505,7 +2507,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2537,39 +2539,60 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [Authentication ]: authentication [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2630,7 +2653,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2653,7 +2676,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2710,15 +2733,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2728,22 +2750,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2755,9 +2781,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2767,7 +2794,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2981,6 +3008,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2992,6 +3020,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -3041,7 +3070,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -3112,12 +3141,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -3188,12 +3217,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -3211,7 +3243,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -3219,7 +3251,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -3229,7 +3261,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3321,7 +3353,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3371,11 +3403,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3387,14 +3419,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3406,13 +3438,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3686,6 +3718,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -4772,13 +4814,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4796,9 +4838,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4893,12 +4936,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4918,6 +4961,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4925,11 +4969,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -5245,22 +5292,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5393,7 +5450,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5436,7 +5493,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5648,6 +5705,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5703,7 +5762,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5734,11 +5793,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5759,16 +5818,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -5781,11 +5840,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -5794,12 +5853,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5955,7 +6014,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5980,7 +6039,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5996,7 +6055,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -6200,7 +6259,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -6212,7 +6271,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6492,7 +6551,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6506,16 +6565,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6543,6 +6602,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6660,9 +6724,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6676,11 +6740,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6795,7 +6859,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6810,7 +6874,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6902,11 +6966,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -6923,10 +6987,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -7041,6 +7105,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -7076,7 +7148,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -7088,6 +7160,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -7206,7 +7279,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -7444,7 +7517,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -7476,13 +7549,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -7492,7 +7565,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -7568,10 +7641,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -7768,7 +7843,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -7817,7 +7892,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -7851,10 +7926,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7988,7 +8063,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -8020,12 +8095,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -8041,27 +8116,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -8122,7 +8218,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -8145,7 +8241,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -8202,15 +8298,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -8220,22 +8315,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -8247,9 +8346,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -8259,7 +8359,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -8473,6 +8573,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -8484,6 +8585,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -8533,7 +8635,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8604,12 +8706,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8680,12 +8782,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8703,7 +8808,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8711,7 +8816,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8721,7 +8826,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8813,7 +8918,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8863,11 +8968,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8879,14 +8984,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8898,13 +9003,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9178,6 +9283,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -10264,13 +10379,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -10288,9 +10403,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -10385,12 +10501,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -10410,6 +10526,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -10417,11 +10534,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -10737,22 +10857,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10885,7 +11015,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10928,7 +11058,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -11140,6 +11270,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -11195,7 +11327,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11226,11 +11358,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -11251,16 +11383,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -11273,11 +11405,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -11286,12 +11418,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -11447,7 +11579,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -11472,7 +11604,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -11488,7 +11620,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -11692,7 +11824,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -11704,7 +11836,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11984,7 +12116,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11998,16 +12130,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -12035,6 +12167,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12152,9 +12289,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -12168,11 +12305,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -12287,7 +12424,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -12302,7 +12439,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12394,11 +12531,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -12415,10 +12552,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -12533,6 +12670,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -12568,7 +12713,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -12580,6 +12725,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -12634,7 +12780,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -13128,7 +13274,7 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -13160,13 +13306,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -13176,7 +13322,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -13252,10 +13398,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13443,7 +13591,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13492,7 +13640,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13526,10 +13674,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -13663,7 +13811,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -13695,12 +13843,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -13716,27 +13864,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -13797,7 +13966,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -13820,7 +13989,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -13877,15 +14046,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -13895,22 +14063,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -13922,9 +14094,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -13934,7 +14107,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -14148,6 +14321,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -14159,6 +14333,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -14208,7 +14383,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -14279,12 +14454,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -14355,12 +14530,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -14378,7 +14556,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -14386,7 +14564,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -14396,7 +14574,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -14488,7 +14666,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -14538,11 +14716,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -14554,14 +14732,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14573,13 +14751,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14853,6 +15031,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -15939,13 +16127,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -15963,9 +16151,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -16060,12 +16249,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -16085,6 +16274,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -16092,11 +16282,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -16412,22 +16605,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -16560,7 +16763,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16603,7 +16806,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -16815,6 +17018,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16870,7 +17075,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16901,11 +17106,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -16926,16 +17131,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -16948,11 +17153,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -16961,12 +17166,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -17122,7 +17327,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -17147,7 +17352,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -17163,7 +17368,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -17367,7 +17572,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -17379,7 +17584,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17659,7 +17864,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -17673,16 +17878,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [SecurityIdentifier ]: Security identifier (SID) of the user, used in Windows scenarios. Read-only. @@ -17705,6 +17910,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17822,9 +18032,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17838,11 +18048,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -17957,7 +18167,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -17972,7 +18182,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -18064,11 +18274,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -18085,10 +18295,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18203,6 +18413,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -18238,7 +18456,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -18250,6 +18468,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -18304,7 +18523,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -18588,7 +18807,7 @@ Read-only. Always null when the object hasn't been deleted. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. @@ -18620,13 +18839,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18636,7 +18855,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18712,10 +18931,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [Id ]: The unique identifier for an entity. @@ -18912,7 +19133,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18961,7 +19182,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18995,10 +19216,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -19132,7 +19353,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -19164,12 +19385,12 @@ Supports $expand. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -19185,27 +19406,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -19266,7 +19508,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -19289,7 +19531,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -19346,15 +19588,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -19364,22 +19605,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -19391,9 +19636,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -19403,7 +19649,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -19617,6 +19863,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -19628,6 +19875,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -19677,7 +19925,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -19748,12 +19996,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -19824,12 +20072,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -19847,7 +20098,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -19855,7 +20106,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -19865,7 +20116,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -19957,7 +20208,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -20007,11 +20258,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -20023,14 +20274,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -20042,13 +20293,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20322,6 +20573,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -21408,13 +21669,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -21432,9 +21693,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -21529,12 +21791,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -21554,6 +21816,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -21561,11 +21824,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -21881,22 +22147,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -22029,7 +22305,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -22072,7 +22348,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -22284,6 +22560,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -22339,7 +22617,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22370,11 +22648,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -22395,16 +22673,16 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [Category ]: Category of the provisioning error. Note: Currently, there is only one possible value. @@ -22417,11 +22695,11 @@ Current possible values: UserPrincipalName or ProxyAddress [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [(Any) ]: This indicates any property can be added to this object. @@ -22430,12 +22708,12 @@ Read-only. [IsCloudManaged ]: [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -22591,7 +22869,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -22616,7 +22894,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -22632,7 +22910,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -22836,7 +23114,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -22848,7 +23126,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -23128,7 +23406,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -23142,16 +23420,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -23179,6 +23457,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -23296,9 +23579,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -23312,11 +23595,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -23431,7 +23714,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -23446,7 +23729,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -23538,11 +23821,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -23559,10 +23842,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23677,6 +23960,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -23712,7 +24003,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -23724,6 +24015,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [MailNickname ]: Mail name for sending email to all members, if this is enabled. [Members ]: All users in the class. Nullable. @@ -23778,7 +24070,7 @@ Read-only. Not nullable. [RefreshTokensValidFromDateTime ]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. -Returned only on $select. +Requires $select to retrieve. Read-only. [RelatedContacts ]: Related records associated with the user. Read-only. @@ -23918,10 +24210,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -24064,7 +24356,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -24123,7 +24415,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -24132,7 +24424,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -24148,27 +24440,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -24231,7 +24544,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -24258,7 +24571,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -24315,15 +24628,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -24333,22 +24645,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -24360,9 +24676,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -24372,7 +24689,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -24452,10 +24769,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -24836,6 +25155,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -24847,6 +25167,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -24896,7 +25217,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -24967,12 +25288,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -25043,12 +25364,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -25066,7 +25390,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -25074,7 +25398,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -25084,7 +25408,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -25176,7 +25500,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -25483,6 +25807,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -26366,11 +26700,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -26382,14 +26716,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -26401,13 +26735,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -26683,13 +27017,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -26707,9 +27041,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -26804,12 +27139,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -26829,6 +27164,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -26836,11 +27172,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -26888,24 +27227,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -26929,7 +27268,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -26978,7 +27317,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -27039,11 +27378,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -27060,10 +27399,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -27334,6 +27673,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -27372,7 +27719,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -27384,6 +27731,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -27661,22 +28009,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -27809,7 +28167,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -27852,7 +28210,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -28064,6 +28422,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -28119,7 +28479,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -28150,11 +28510,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -28175,35 +28535,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -28359,7 +28719,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -28384,7 +28744,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -28400,7 +28760,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -28460,7 +28820,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -28472,7 +28832,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28752,7 +29112,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -28766,16 +29126,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -28800,6 +29160,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28917,9 +29282,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28933,11 +29298,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -29052,7 +29417,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -29067,7 +29432,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignment.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignment.md index d102baff781ca..98a1c52010b9a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignment.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignment Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignment --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentResource.md index 6683564fac7b0..891c6703ccae0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignmentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentResourceDependentResource.md index 6209012f6c357..67236f560bfe7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignmentResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md index 6bcca9ff9329b..ccd8e108d5237 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignmentRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmission.md index 2515d5e92d284..46a51fb132379 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentsubmission Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignmentSubmission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionOutcome.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionOutcome.md index d23a39ca84f96..95cd2422da0c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionOutcome.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionOutcome.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentsubmissionoutcome Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignmentSubmissionOutcome --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionResource.md index 69b1acff73129..ec49b8b190578 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentsubmissionresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignmentSubmissionResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionResourceDependentResource.md index b5b331a248d95..afee7cfc2d350 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentsubmissionresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignmentSubmissionResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionSubmittedResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionSubmittedResource.md index ebde756406016..a418ba69adaa4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionSubmittedResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionSubmittedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentsubmissionsubmittedresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignmentSubmissionSubmittedResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md index 834d424b34d0b..a48aea482adf8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserassignmentsubmissionsubmittedresourcedependentresource Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserAssignmentSubmissionSubmittedResourceDependentResource --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserMailboxSetting.md index e20c23db5140b..95415fa0c6550 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserRubric.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserRubric.md index 79be0569e6b68..5a001803b7d89 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserRubric.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Education/Update-MgEducationUserRubric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Education-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.education/update-mgeducationuserrubric Locale: en-US Module Name: Microsoft.Graph.Education -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgEducationUserRubric --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgDriveListContentTypeCopy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgDriveListContentTypeCopy.md index d77698c1d3430..c18e7b39e411b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgDriveListContentTypeCopy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgDriveListContentTypeCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/add-mgdrivelistcontenttypecopy Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgDriveListContentTypeCopy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgDriveListContentTypeCopyFromContentTypeHub.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgDriveListContentTypeCopyFromContentTypeHub.md index fac5633fabf85..5ea26110e804b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgDriveListContentTypeCopyFromContentTypeHub.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgDriveListContentTypeCopyFromContentTypeHub.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/add-mgdrivelistcontenttypecopyfromcontenttypehub Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgDriveListContentTypeCopyFromContentTypeHub --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgGroupDriveListContentTypeCopy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgGroupDriveListContentTypeCopy.md index ae0ae7b030a9f..5041cbbc28807 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgGroupDriveListContentTypeCopy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgGroupDriveListContentTypeCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/add-mggroupdrivelistcontenttypecopy Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgGroupDriveListContentTypeCopy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md index 9afd8e6579edb..fd6dbca7e7f0f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgGroupDriveListContentTypeCopyFromContentTypeHub.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/add-mggroupdrivelistcontenttypecopyfromcontenttypehub Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgGroupDriveListContentTypeCopyFromContentTypeHub --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgShareListContentTypeCopy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgShareListContentTypeCopy.md index 71728c4ecf27b..30ba5d7cb9ba5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgShareListContentTypeCopy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgShareListContentTypeCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/add-mgsharelistcontenttypecopy Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgShareListContentTypeCopy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgShareListContentTypeCopyFromContentTypeHub.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgShareListContentTypeCopyFromContentTypeHub.md index a9b23bc4b3bd0..d12be71e8ff66 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgShareListContentTypeCopyFromContentTypeHub.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgShareListContentTypeCopyFromContentTypeHub.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/add-mgsharelistcontenttypecopyfromcontenttypehub Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgShareListContentTypeCopyFromContentTypeHub --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgUserDriveListContentTypeCopy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgUserDriveListContentTypeCopy.md index 9f38501f9b06a..586b5739f572f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgUserDriveListContentTypeCopy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgUserDriveListContentTypeCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/add-mguserdrivelistcontenttypecopy Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgUserDriveListContentTypeCopy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgUserDriveListContentTypeCopyFromContentTypeHub.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgUserDriveListContentTypeCopyFromContentTypeHub.md index 515b46814f403..77625f3635645 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgUserDriveListContentTypeCopyFromContentTypeHub.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Add-MgUserDriveListContentTypeCopyFromContentTypeHub.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/add-mguserdrivelistcontenttypecopyfromcontenttypehub Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Add-MgUserDriveListContentTypeCopyFromContentTypeHub --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveItem.md index fc2014736bb3b..f07cd9a27c23e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mgdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveListContentTypeToDefaultContentLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveListContentTypeToDefaultContentLocation.md index 888d5b3ab217a..9b70327f078d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveListContentTypeToDefaultContentLocation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveListContentTypeToDefaultContentLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mgdrivelistcontenttypetodefaultcontentlocation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgDriveListContentTypeToDefaultContentLocation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveRoot.md index e50d6a0d8cc23..a2adeee8444cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mgdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveItem.md index 25a0bc06d7faf..d63ed39181423 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mggroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md index 480209598f087..7ade5c194a9b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveListContentTypeToDefaultContentLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mggroupdrivelistcontenttypetodefaultcontentlocation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgGroupDriveListContentTypeToDefaultContentLocation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveRoot.md index dec7d7ced22e2..e8d3f0f833829 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mggroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgShareListContentTypeToDefaultContentLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgShareListContentTypeToDefaultContentLocation.md index c5c2d299509ee..dc7cc92881769 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgShareListContentTypeToDefaultContentLocation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgShareListContentTypeToDefaultContentLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mgsharelistcontenttypetodefaultcontentlocation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgShareListContentTypeToDefaultContentLocation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveItem.md index e12188d219441..541452fa65124 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mguserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveListContentTypeToDefaultContentLocation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveListContentTypeToDefaultContentLocation.md index 643c626748baf..6e7968dec67ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveListContentTypeToDefaultContentLocation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveListContentTypeToDefaultContentLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mguserdrivelistcontenttypetodefaultcontentlocation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgUserDriveListContentTypeToDefaultContentLocation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveRoot.md index 61b346fbb7e4c..27c6386f47c91 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Copy-MgUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/copy-mguserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDrive.md index e176799aca9b2..d69e2a82d0dfa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundle.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundle.md index ed83f9cd996ec..3f7a6f22ee22e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundle.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundle.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivebundle Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveBundle --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundleContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundleContent.md index 351ea38345fe9..c9a5fe5493ba4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundleContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundleContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivebundlecontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveBundleContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundleCount.md index 4b1b4b4094ac2..b9014c1310a25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveBundleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivebundlecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveBundleCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBase.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBase.md index be80af5776af3..510252600fcd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBase.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivecontenttypebase Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveContentTypeBase --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBaseType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBaseType.md index 57d4544cc79e5..265d1043c6444 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBaseType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBaseType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivecontenttypebasetype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveContentTypeBaseType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBaseTypeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBaseTypeCount.md index 7ee924ec9670f..251997f3f21da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBaseTypeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveContentTypeBaseTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivecontenttypebasetypecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveContentTypeBaseTypeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUser.md index a65ae10926570..cc9ed9ecc5e59 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserMailboxSetting.md index 8224b22a81e6c..8eb1dc66ce60b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -49,7 +49,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserServiceProvisioningError.md index f37b3fe123da5..9b195c2ffce51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserServiceProvisioningErrorCount.md index 4756e9bf5fdeb..f6fbf8afafa68 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowing.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowing.md index 9e3ad68012a72..3d435aa6c528f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowing.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivefollowing Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveFollowing --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowingContent.md index be48a7759ae80..29aa134432c37 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowingContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowingContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivefollowingcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveFollowingContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowingCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowingCount.md index 669e91bdfd953..f3e85974ace42 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowingCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveFollowingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivefollowingcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveFollowingCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItem.md index 8a92f676130e2..18b37ef774a18 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemActivityByInterval.md index 8923d1541180e..21239039713df 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalytic.md index e45329d6066ee..294c95ffbf248 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStat.md index c0af41b7b5fd3..ccbf02618fd45 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStatActivity.md index 7ae1feb53fa25..bcb02983675cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStatCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStatCount.md index 68bcf28b1b5d3..14c87c42f14e7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStatCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticItemActivityStatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemanalyticitemactivitystatcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemAnalyticItemActivityStatCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticLastSevenDay.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticLastSevenDay.md index a53732f871c4d..aa853c4e9e361 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticLastSevenDay.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticLastSevenDay.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemanalyticlastsevenday Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemAnalyticLastSevenDay --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticTime.md index 9cc1a6da046a0..630e3f7498c3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemAnalyticTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemanalytictime Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemAnalyticTime --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChild.md index 5b8f07938d9d9..707bc37229709 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemChild --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChildContent.md index 54ab572c7bb8e..e62e440001581 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChildCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChildCount.md index a8a8d59ba0daa..da2cb83179c53 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChildCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemchildcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemChildCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemContent.md index 2d753c6d8d705..6f3a1c0d52a80 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCount.md index 251ef7c2da61a..f254822fb96dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUser.md index 3f257097e8e09..ba3caa234cad6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserMailboxSetting.md index b12531ca78e16..a0a798d45613b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserServiceProvisioningError.md index 0b6a482fe8bd8..c3c55ff47e897 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount.md index 1b28a7bea2d75..3f735cce9af49 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemDelta.md index fd93b01a152a2..4568f11051208 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUser.md index c46c3709348d1..5bc8fa68a85f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserMailboxSetting.md index 6e11c8b31e05c..bc3635b274299 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveItemItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError.md index ab09429598a16..35bbd10e3e392 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md index e31ccaa332a55..3e8e4b94a331c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUser.md index eee1587e38f7e..cce6b8012ca3f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserMailboxSetting.md index fa1da14f9aacb..3dbfb96d7b804 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -71,7 +71,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserServiceProvisioningError.md index 99d011950f439..304cee68f2af8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount.md index a4285384b5ebc..64d6b1aa8ddd2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItem.md index de0b969ef24f1..20c7ceb95e1fc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemActivityByInterval.md index 2d0b33b85883a..4d770d7f61ecb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemAnalytic.md index 24165b592085c..c59e6054eabb2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUser.md index 5d0fe026884ac..381e40acdfc2a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserMailboxSetting.md index 1f6897a0b025e..43199681cf2c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveItemListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserServiceProvisioningError.md index c3568880b902a..0a41bf7ceca18 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md index 23912d7451736..bd9bc3221150f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersion.md index bd7d4af0452da..58686bb7105be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersionCount.md index f4c55e3f2db65..cb582573646f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersionField.md index 22af185c43c0f..1a94c21735ae5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDriveItem.md index f2ac9bc3dc7e9..8e93891f8eacc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDriveItemContent.md index 85c39336edf1f..50988d7c3734d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemField.md index 9e20c9e0db7fc..c26e8e9bc6af0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersion.md index a7deddd952e60..e2d0785bcb068 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersionCount.md index a37904cbce1c4..ad4615ac1ffb5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersionField.md index 71b1345187399..5a03d1861f62d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemPermission.md index fe7ea01746e63..02471ca41f1ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemPermissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemPermissionCount.md index 20165ac5ba800..d14f500ea5da9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemPermissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitempermissioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemPermissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemRetentionLabel.md index cd55687d50c3c..81d14fdfbcbd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemSubscription.md index 3cc3f581723f0..11896cc0a6bcb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemSubscriptionCount.md index b0fcdab0d2a1a..5a3159abc8637 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemThumbnail.md index 5a8c9b5a77d4e..e8d0dda87391b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemThumbnailCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemThumbnailCount.md index 2c089f52c9355..cd21815eb8c2c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemThumbnailCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemThumbnailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemthumbnailcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemThumbnailCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersion.md index f006fc681cb9d..5079287e215b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersionContent.md index 54bb407581e44..f3b011103f63e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersionCount.md index e26bdb347d102..d13769c4cbae4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUser.md index 383d0ca9842f0..0c96cb6ce9319 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserMailboxSetting.md index 3846e25034f65..a57c2c4818768 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -69,7 +69,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserServiceProvisioningError.md index 4cf115b400a27..4eb0e91e1c622 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount.md index 3aaa7b8f08e0d..d3b59e3d4186b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveList.md index b35f5f0371352..76b2efd4550ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumn.md index a029bfc330c38..c96b8b94fd0f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumnCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumnCount.md index 2f78716146354..a2334ad66169c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumnCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcolumncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListColumnCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumnSourceColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumnSourceColumn.md index 8fba38af74a66..f80b13f3bff51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentType.md index ded48db78cb35..52aead47d4d33 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md index caec55bd4bf36..650c6e8c80812 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnCount.md index 530630e69c73a..a83a525e6177c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecolumncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentTypeColumnCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnLink.md index c34390935a5e2..87b562358331d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnLinkCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnLinkCount.md index 86d9005459c98..8b841a86acc2e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnLinkCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnLinkCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecolumnlinkcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentTypeColumnLinkCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnPosition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnPosition.md index da2123394c8e8..8976fe00099bc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnPosition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnPosition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecolumnposition Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentTypeColumnPosition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnPositionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnPositionCount.md index dabc881141302..b181def1c7d4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnPositionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnPositionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecolumnpositioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentTypeColumnPositionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnSourceColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnSourceColumn.md index ea4d98227a389..2d20af8c06a99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentTypeColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeCompatibleHubContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeCompatibleHubContentType.md index 77e7b36d456f8..6d7a6a92b6a64 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeCompatibleHubContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeCompatibleHubContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecompatiblehubcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentTypeCompatibleHubContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeCount.md index 414c56c7bce0d..a8c05cc8c1be4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListContentTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcontenttypecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListContentTypeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUser.md index a4b28c19da6c0..fb979392565a1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserMailboxSetting.md index 8269278377b62..cea2cf0305632 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveListCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveListCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveListCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -50,7 +50,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserServiceProvisioningError.md index 307049dcaa6a6..0acc64c578e63 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserServiceProvisioningErrorCount.md index ca6b11ce86f75..97d52f1053f13 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListDrive.md index bda8eafca9cc9..4fb8bfa2e1a27 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItem.md index 763027c4b3fd6..37611b0496813 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemActivityByInterval.md index 6c408be5b724a..741e1324ec195 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemAnalytic.md index 2ca18259a7a2a..c70553fe3ced7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCount.md index f1f62cf2cbab8..f48d952a11a47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUser.md index 3724601bd2546..23a5ff34cafe9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserMailboxSetting.md index 725c244f4f8b3..41054b83a481d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserServiceProvisioningError.md index dc7897496575d..bf1604f759cb2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount.md index 911be4fe5cb51..73864f78d114e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDelta.md index 4a9f80722ecfe..253f1212b72fe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersion.md index 62cc14c837d6b..073932df3a2e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersionCount.md index f2df680a63cc7..d462656221890 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersionField.md index 41d5305b97dfd..acbab784a8c71 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDriveItem.md index b7bff2893a908..4e21d92db2e5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDriveItemContent.md index 82d3a42a8333e..e069552e35812 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemField.md index b37888ead1dfb..704608b9e67cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md index 97edd330dd46c..a5e15030ba055 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersionCount.md index b64d4650982ca..3a0600728bedc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersionField.md index 42ffd68344c65..ca2fc6d20ce3c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListOperation.md index 95c72d5907f21..3e0614061d846 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListOperationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListOperationCount.md index 78726f3ccae05..6c91fffeb5bd3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListOperationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistoperationcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListOperationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListSubscription.md index 97a63e08ed199..3a1dc3e24f403 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListSubscriptionCount.md index 4c59904d8f1f5..87e677b137a6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveListSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivelistsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveListSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRoot.md index 18fddca398166..917d9dc444715 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootActivityByInterval.md index 65aacd87e3dbe..58d9a9c7e963f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalytic.md index 466012b4ecb3a..12b7c86ebac7a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStat.md index dba38ebb8cfda..58cd5ce13f958 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStatActivity.md index f8ab3f917c2ff..c4c5a55b74383 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStatCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStatCount.md index 7b83bba00ca8f..2ae18ef998129 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStatCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticItemActivityStatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootanalyticitemactivitystatcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootAnalyticItemActivityStatCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticLastSevenDay.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticLastSevenDay.md index fa9e65236b55e..20f064d218f7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticLastSevenDay.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticLastSevenDay.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootanalyticlastsevenday Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootAnalyticLastSevenDay --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticTime.md index 8a3262ecdec28..fe5b0c6e744fe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootAnalyticTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootanalytictime Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootAnalyticTime --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChild.md index bc0f863be49dc..ce13b55f65e91 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootChild --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChildContent.md index 17cfb1b0851e2..5ebf820f163fc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChildCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChildCount.md index 4e740ac07334c..ad6d27bdef8be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChildCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootchildcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootChildCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootContent.md index 8536563d8baf3..7cdac8ff76be9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUser.md index 8170751d47c2a..d4aee9176cbf4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserMailboxSetting.md index 0f029a750f573..9b3e2b4996f3a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveRootCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveRootCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveRootCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -50,7 +50,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserServiceProvisioningError.md index b990e409b38da..1c3bc5db92b58 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount.md index d7729b8f35408..d0c1d07efe7f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootDelta.md index 7944b02be90d5..6290bdad5da4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUser.md index 67a69f7027624..7d1d0545a40b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserMailboxSetting.md index 7c9156e7f2246..6841ffd033cd3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveRootItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -50,7 +50,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError.md index 28dfce040da7f..6fe633b2dd8cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md index 548e20957f7c3..9989d7c8e59c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUser.md index 56210b15828d9..5aff929ad8d6a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserMailboxSetting.md index cc108b40a4662..a5bf6ee48c310 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveRootLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveRootLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveRootLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -50,7 +50,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserServiceProvisioningError.md index a92ec514e7c1c..29c60afb6646f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount.md index bafe8a6dc13ca..8152577fe9d82 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItem.md index 94fa330765e44..2a2c475b1f900 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemActivityByInterval.md index ae5edb8db4641..825e40f8124cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemAnalytic.md index 9ad7a0afcafe3..1e099f6e07f6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUser.md index 6776aa1beadf8..f37735bdaeae4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserMailboxSetting.md index 303bd5d9a3f0f..9154115e9cdc2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgDriveRootListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -50,7 +50,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserServiceProvisioningError.md index c5b307425210a..46a749409f42e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md index 251fa250cc7ad..70aa2a37f0d45 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersion.md index aaecc344cb9d9..142daded48ee4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersionCount.md index e5b0edb24224a..c366f6d583bd7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersionField.md index a3e6ef07ad6fc..4ee09e7fb276e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDriveItem.md index c0b18767cd1a2..ffb82d3c024e7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDriveItemContent.md index 2ae42e518c13f..9beea13660b0e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemField.md index c18d2a31f6955..d7e570ac1b3e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersion.md index 1fd71dd47f2c6..910d25b8e36d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersionCount.md index eb74fc15cba1c..adcdc45bd6766 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersionField.md index 722bb6d24e09c..c73a8324681ad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootPermission.md index 29d3d55080646..ec72ff4c1f1aa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootPermissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootPermissionCount.md index 69b10a86ec3e8..47c16ed4df1dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootPermissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootpermissioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootPermissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootRetentionLabel.md index 426e1f0726afc..cab21b78d0442 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootSubscription.md index f717cc28a5c2f..cad9c7f441625 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootSubscriptionCount.md index c50632aca8161..a9fcd23f65506 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootThumbnail.md index 2ffb73e9fdede..1859aa9e69ee5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootThumbnailCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootThumbnailCount.md index 646c66ae23d53..0b8d7f7e166a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootThumbnailCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootThumbnailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootthumbnailcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootThumbnailCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersion.md index 6f59dff1ebbdc..8c8b0252472f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersionContent.md index 6a9c82a67cc74..466988695fdbf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersionCount.md index 48fa191997173..c06f830d0b8be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveRootVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdriverootversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveRootVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecial.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecial.md index 63e044c239275..cb17177b7f478 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecial.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecial.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivespecial Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveSpecial --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecialContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecialContent.md index 6071f9584aad7..2ed2391f3fb8b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecialContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecialContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivespecialcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveSpecialContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecialCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecialCount.md index 881978252827e..0238f5dee296f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecialCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgDriveSpecialCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgdrivespecialcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgDriveSpecialCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDefaultDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDefaultDrive.md index 438f3ad7c576c..31e5852c988ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDefaultDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDefaultDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdefaultdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDefaultDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDrive.md index 33d38d86a1f6e..0cbea610ffa3b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundle.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundle.md index 264d6c877a022..d0e6243443ec4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundle.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundle.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivebundle Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveBundle --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundleContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundleContent.md index 43f82caac6a86..45c3b1a19deca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundleContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundleContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivebundlecontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveBundleContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundleCount.md index 8496697f516bb..ef0e444b01e44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveBundleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivebundlecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveBundleCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBase.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBase.md index 64e24bc8ba68d..37f18040babc9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBase.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivecontenttypebase Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveContentTypeBase --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBaseType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBaseType.md index 8b73eb47b6477..6ed3344c45785 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBaseType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBaseType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivecontenttypebasetype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveContentTypeBaseType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBaseTypeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBaseTypeCount.md index f504f36c94c23..2816ea54bb8c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBaseTypeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveContentTypeBaseTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivecontenttypebasetypecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveContentTypeBaseTypeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCount.md index 90d55109bd07a..ef124fabb6ff1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUser.md index 526a79dabbaac..40031301c6ff4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserMailboxSetting.md index 4b75e2f5b56c4..256e858ca30ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserServiceProvisioningError.md index 9b7f18f4ddcd7..dfb2e4743039a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount.md index 99b1d355c519d..5bcba698463a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowing.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowing.md index dea90daef4453..64e4ac4d3e6b9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowing.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivefollowing Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveFollowing --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowingContent.md index 8118514218585..3473a80ae91e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowingContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowingContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivefollowingcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveFollowingContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowingCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowingCount.md index ac51df84972ed..2a409c46505b6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowingCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveFollowingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivefollowingcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveFollowingCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItem.md index 0420b67ae862d..4d4957ad0ebde 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemActivityByInterval.md index 1c587b9d63f7a..cc37eba814d4b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalytic.md index 6283d28bf2ed0..f0669d692da8b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStat.md index f6193ea050c3d..4e0d9248e34f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStatActivity.md index 22fb311e0a775..ade5129f27b59 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStatCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStatCount.md index 0aeac048d8b96..a5416177c1306 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStatCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticItemActivityStatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemanalyticitemactivitystatcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemAnalyticItemActivityStatCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticLastSevenDay.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticLastSevenDay.md index 76331b6589d78..ccb0109287d25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticLastSevenDay.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticLastSevenDay.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemanalyticlastsevenday Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemAnalyticLastSevenDay --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticTime.md index 6042145cfab48..1f2b84a11fa35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemAnalyticTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemanalytictime Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemAnalyticTime --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChild.md index c5a42e6fe5cf8..80d4cfc2d76b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemChild --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChildContent.md index 3eb6301c553b6..7dde85fe3cf35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChildCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChildCount.md index 597cfbff33e88..5de1a3880a6d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChildCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemchildcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemChildCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemContent.md index 7144ad43a5b83..4760e9b2f19df 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCount.md index 73728b8223013..b25eb6f97afb9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUser.md index 7651a57bde727..dceb50904ba66 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserMailboxSetting.md index 4f461b6864368..608a76af3f983 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserServiceProvisioningError.md index 2f7da47b29c31..1a8ad3c1b77cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount.md index 2570edb80a5ea..319a455edb7fa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemDelta.md index 7e360bde8d703..672bf2262098d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUser.md index 95cb27e478fbe..7c9230a25ba9b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting.md index a14587b9ffa15..6a1b09337adee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError.md index 9d94bc85acbb6..c7a138b2878e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md index 5575db4a1e71f..8ffff2737a129 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUser.md index f74362a24a94f..8ad30d292b339 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserMailboxSetting.md index 622c35b608481..d103cd3d88e9c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -71,7 +71,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError.md index 8b0047624d395..06b6436e79a39 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount.md index 9b3b5ba7512e3..3e8221b2306f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItem.md index 246bb05bea807..4adaf93786195 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemActivityByInterval.md index 5473fa35152a0..48d7c8d28c69b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemAnalytic.md index 8126dedd3e4ea..cee7c8dcda7f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUser.md index f30f8b1f13e89..3493de1761d14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting.md index 007dbcc7a70ba..cc515bb276e1a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError.md index 033597ca836db..e901efedf1390 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md index 36f357e84677b..3337a58df306a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersion.md index c19da3fa249c6..edb320fc5b08b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersionCount.md index 8d5fdbd81a92c..8f810764b247a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersionField.md index 5961ed7f8e5d3..ae34813e044c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDriveItem.md index 816b28b8069e5..e718adaffa31e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDriveItemContent.md index 61ffa227beecf..83fe155dfb105 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemField.md index db64a79dd3aee..ff7018121a42f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersion.md index 39800ac956890..868e6a8525f45 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersionCount.md index 76f6a193df88c..7afd2ddaf124c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersionField.md index 521fb3c51be6f..b26c73bb9a1eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemPermission.md index 453fff80df083..f29b2641e6aee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemPermissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemPermissionCount.md index b13a32a20a35d..34641a4eca683 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemPermissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitempermissioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemPermissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemRetentionLabel.md index d99a148307873..f8c27df98b3b1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemSubscription.md index 11699d882a7d0..25a1b2fb8b949 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemSubscriptionCount.md index 1c9fcc56a3b4a..4c17ff4eb4c82 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemThumbnail.md index fd5d216fa25ea..ca057215fa165 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemThumbnailCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemThumbnailCount.md index a8211cf9965d0..c0fcce32cca73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemThumbnailCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemThumbnailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemthumbnailcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemThumbnailCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersion.md index e9c0cb4c1901c..4ef4c3f77ddc5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersionContent.md index 004fb6f64dcae..004ae4319ae1b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersionCount.md index 9361436a7470e..35bf1deb3ca02 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUser.md index bb2f6fa30931b..061ea412c0b2d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserMailboxSetting.md index 039dc6d9ae09d..d2ba0160a6fb7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -71,7 +71,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserServiceProvisioningError.md index fe8ec703eef1e..1e4587e8f14da 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount.md index 8fcacc1b30f0e..f8c5a5a4f6528 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveList.md index b6081e1b218a9..68a3c0369cf57 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumn.md index 428348513bee1..e4e7b32dec67d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumnCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumnCount.md index 15f57e13b1948..52a09224c1070 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumnCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcolumncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListColumnCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumnSourceColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumnSourceColumn.md index 09653c480ee4c..1d4d62a36a300 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentType.md index 68bc3bb1586f4..a8357f95d43d6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumn.md index a6fdb84e1d5fb..404c162414ece 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnCount.md index fb79b410393b3..28a436af5a850 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttypecolumncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentTypeColumnCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnLink.md index 935bc5e4fa3e9..d8b02a2a46365 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnLinkCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnLinkCount.md index f4d07d72e2a9c..02f606a2eb7a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnLinkCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnLinkCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttypecolumnlinkcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentTypeColumnLinkCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnPosition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnPosition.md index d03e609e09da4..d019fa8d22f94 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnPosition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnPosition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttypecolumnposition Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentTypeColumnPosition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnPositionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnPositionCount.md index 95cbdb340b4d7..ea57cc3447139 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnPositionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnPositionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttypecolumnpositioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentTypeColumnPositionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnSourceColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnSourceColumn.md index f3721a69f7fd9..9747cb929dcf6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttypecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentTypeColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md index 268138faae132..9590188113c3b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeCompatibleHubContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttypecompatiblehubcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentTypeCompatibleHubContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeCount.md index 371e94a21558a..a0abc5f94ed4f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListContentTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcontenttypecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListContentTypeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUser.md index 13969dae19607..0abca99d9ca8d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserMailboxSetting.md index 92f93dc5c1cbf..4322224e3d9bc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveListCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveListCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveListCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserServiceProvisioningError.md index 75a9b1dff1ede..369dee5a3b165 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount.md index 4acc7ec929c62..cdf121cb91148 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListDrive.md index b3d49a8ee331c..d2cb8ae3f6d9b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItem.md index e9daa7e90f618..baab57e09f6f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemActivityByInterval.md index f7d95bb196221..4efaab41a53c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemAnalytic.md index aa6a8fe2b3d67..a17e7dc9e0567 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUser.md index 1ef9eb3c56642..1991a680d2007 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserMailboxSetting.md index 45b63dab0935e..3ac27ec0a692e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError.md index 2bc02a192cdc3..e831822355c31 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount.md index e0db63fa7b2de..de870cdefe991 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDelta.md index 9900c4c462000..80f9e4031e27d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersion.md index 10ed7768e408a..d94d9ba2b5c9f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersionCount.md index 2cb9566c45e71..cc1d1ce0e01e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersionField.md index 648abfd54e8cd..c9ab867c45e48 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDriveItem.md index d029e4f8dd832..f8953f6258d4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDriveItemContent.md index a3f58bb3fda8f..bd3e784a04361 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemField.md index 2b1db0d526d21..24b11b87ca5fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersion.md index cd6009ad1d0f1..5ac0d1cc548a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersionCount.md index 252adb985caf1..0789ede528f25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersionField.md index fe9dabf5e86b8..ce5fcf28fc570 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListOperation.md index 83fa7be17093e..62ab98cd2ce41 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListOperationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListOperationCount.md index 98185a2f43949..8770b026d964c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListOperationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistoperationcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListOperationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListSubscription.md index c6114f3d004f3..f8f4256e72fc8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListSubscriptionCount.md index 99be6a88eb65a..d9bf2d2f6a5ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveListSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivelistsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveListSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRoot.md index ac83aee6039aa..39ae2f26d9d6e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootActivityByInterval.md index 8e7b34bb6e5a0..3f677ccccb7e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalytic.md index 2bf364a475a0c..c6d9cb9eb4fbf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStat.md index 50019a2642332..e557442b8d02d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStatActivity.md index 2fc5c4b6142be..36fed691b9869 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStatCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStatCount.md index 22d3499466130..177750bb42612 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStatCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticItemActivityStatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootanalyticitemactivitystatcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootAnalyticItemActivityStatCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticLastSevenDay.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticLastSevenDay.md index e0929b004a141..3fc614341c388 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticLastSevenDay.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticLastSevenDay.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootanalyticlastsevenday Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootAnalyticLastSevenDay --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticTime.md index 5db2748119ab6..238e33431ec71 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootAnalyticTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootanalytictime Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootAnalyticTime --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChild.md index 7c5635011524e..b90d06e426515 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootChild --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChildContent.md index 2293ca33a2c88..6a7b589ebcc75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChildCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChildCount.md index 56e7bc9c129bc..dea0be487fb62 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChildCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootchildcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootChildCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootContent.md index 9f6a91942ab2a..514a1d32c7484 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUser.md index 2e9a93a7ba978..2f231a8622102 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserMailboxSetting.md index 01e14725c9164..6fd8df315bc4c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveRootCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserServiceProvisioningError.md index 83bc407fe64e7..de3c99bfd9211 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount.md index 19e0e02d8a6f1..06395aea59b60 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootDelta.md index 1fc166ea3dd4a..7df1b49f2048c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUser.md index 7b8c47f23ef1c..1de76112ec405 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting.md index 072b0937fdf95..f8700c73b9129 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError.md index 0463a05ad6151..7ec50ccae37d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md index e106f5aa3e798..74ec7b7b588e2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUser.md index e180ac8c4702e..4527ddaeb85f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserMailboxSetting.md index 20308fcf1ecd7..b4a9f97808524 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveRootLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError.md index 6afd1bfc6af2f..4fa81db984fbb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount.md index fb8454847d71a..df54973c89365 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItem.md index 6d9428026667f..db9c907bade63 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemActivityByInterval.md index 83f26d75fe37d..551947609f42f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemAnalytic.md index e56483a4b50cd..cc8c52c59b9d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUser.md index 0d09ae81905b1..a289871f5b68c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting.md index 587a988528162..a1dfda1878b44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError.md index bbb1c54d06df3..2318f78157ae1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md index 86054b55463f2..7fbc46ee5a89a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersion.md index 9c1812523b0e0..2137fb3a8f27c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersionCount.md index ccac947d28eb2..a9013f80b7b6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersionField.md index 0c2ab116d46d5..32398546e8870 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDriveItem.md index 6ae3c461b8db4..cf77d81a4fb87 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDriveItemContent.md index 687dbb0f55d3f..e482d3f1cf687 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemField.md index 74cea9f55a892..8a935eec66402 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersion.md index 5f1156fadd56d..5e9ac1707e867 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersionCount.md index 0c132b63fdd36..f8b9e1baf526b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersionField.md index 605f6804a9ca2..d9c881fd6d749 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootPermission.md index ff334c0c26a3f..67b645ecf6b88 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootPermissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootPermissionCount.md index 5a2e44641c0aa..eeb9e107be8c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootPermissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootpermissioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootPermissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootRetentionLabel.md index 164177bf39992..02562181f33a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootSubscription.md index 5870c4542984a..33ff90e5d6b2e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootSubscriptionCount.md index 62bc38c892faa..2403728ed715d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootThumbnail.md index 1de05fabb9eb7..c565be1bc696e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootThumbnailCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootThumbnailCount.md index 4b394d3351dda..a06db1e229d2b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootThumbnailCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootThumbnailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootthumbnailcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootThumbnailCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersion.md index f4f86a857bbc4..a33d15ee0f3e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersionContent.md index 7bfec466abcf5..b5ee0075b258c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersionCount.md index e52cc2c2ec30a..6d5710a1bdd7a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveRootVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdriverootversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveRootVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecial.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecial.md index 15e1bd97fd594..89cf43337a50f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecial.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecial.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivespecial Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveSpecial --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecialContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecialContent.md index df031357df821..37bc59a581d79 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecialContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecialContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivespecialcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveSpecialContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecialCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecialCount.md index 2476ccea00f6d..60a130f471b82 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecialCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgGroupDriveSpecialCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mggroupdrivespecialcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgGroupDriveSpecialCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBase.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBase.md index c561f59af078a..887ce786dc0b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBase.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharecontenttypebase Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareContentTypeBase --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBaseType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBaseType.md index 8c42cf0befaf9..0a3d89d351ce3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBaseType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBaseType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharecontenttypebasetype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareContentTypeBaseType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBaseTypeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBaseTypeCount.md index 32bc83559b0c5..cc562656ba401 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBaseTypeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareContentTypeBaseTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharecontenttypebasetypecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareContentTypeBaseTypeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCount.md index 519efc7fc382e..8fda0189e397b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUser.md index 340e96771b8d8..2dc3b88aa6798 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserMailboxSetting.md index 81d7c8f9281bf..15bd197f90b84 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgShareCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaShareCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaShareCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -49,7 +49,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserServiceProvisioningError.md index 299e296211962..06675a6362b7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserServiceProvisioningErrorCount.md index 18d43f23cde38..40f604113cee0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItem.md index 688c41b14cd2c..ca8ffd3cbe4a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharedriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItemContent.md index f69b0f6addb24..fcf3d6c8cb15f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharedriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItem.md index 74cf2c6f1bb3e..41d94e6fa4999 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgshareitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemContent.md index 9b66b32213129..cdabe8d80b87b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgshareitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemCount.md index c1a6e07e55547..c29c6517ff2d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgshareitemcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareItemCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUser.md index d4874823fdedb..a0d90c0f8a9b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgshareitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserMailboxSetting.md index ee782731a9bac..87c30e555353a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgshareitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgShareItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaShareItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaShareItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -71,7 +71,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserServiceProvisioningError.md index 296fb4a5b10ed..74793cedfb809 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgshareitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount.md index 471074088e6e9..c226eb39c4bb6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgshareitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUser.md index 9d785b3c57839..9be92bec0959c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserMailboxSetting.md index ae151fdbb331e..e1a684bea7a0a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgShareLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaShareLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaShareLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -69,7 +69,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserServiceProvisioningError.md index ae019612576bc..6985a736c0845 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserServiceProvisioningErrorCount.md index e362b371b263e..91a55e52cdfae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareList.md index 1d9d120eaa12c..a2d6465d0d2b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumn.md index 347742c7224d6..30e82eb4207f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumnCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumnCount.md index 92c9c3323bf8c..4cfaa9781a46d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumnCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcolumncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListColumnCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumnSourceColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumnSourceColumn.md index 6fa41415d35e4..37b6409429d73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentType.md index 7d98d00644eb3..e6b4b57b57ba0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md index be65387e6de42..d9421e6cd24e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnCount.md index 0bf742b377e1d..78346f6bb6d7e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecolumncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentTypeColumnCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnLink.md index 1ed86c698c408..c10d0f47c2c48 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnLinkCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnLinkCount.md index b3c5b3a4f9680..a840fa137452b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnLinkCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnLinkCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecolumnlinkcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentTypeColumnLinkCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnPosition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnPosition.md index 161150d3b837d..6e479ad414c08 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnPosition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnPosition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecolumnposition Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentTypeColumnPosition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnPositionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnPositionCount.md index 41aac73de7258..b124c8ff322d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnPositionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnPositionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecolumnpositioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentTypeColumnPositionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnSourceColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnSourceColumn.md index a6a2afc2b52f8..1a0cd24f59276 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentTypeColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeCompatibleHubContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeCompatibleHubContentType.md index 54535912fe9de..14e8e18ee7076 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeCompatibleHubContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeCompatibleHubContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecompatiblehubcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentTypeCompatibleHubContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeCount.md index 95e41d2d65ada..9da3a3c8aba79 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListContentTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcontenttypecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListContentTypeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUser.md index cdb875b29540a..6ece5d7be56d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserMailboxSetting.md index 39385895709ee..34eb299e8b92d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgShareListCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaShareListCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaShareListCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -50,7 +50,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserServiceProvisioningError.md index 0433aa46f49ae..8fa5dee18f5f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserServiceProvisioningErrorCount.md index 36cfb5c5f2d78..35c090b53969e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListDrive.md index 396cb86c6e286..15a11e2e49f48 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItem.md index 801cd2bc769c9..affb00450e39a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemActivityByInterval.md index 31ee9d4fec2ed..e55a818e0e838 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemAnalytic.md index 5a10d9e50e6b5..b792c170c85a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUser.md index 8671626829b8f..06b35f0ce1b1e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserMailboxSetting.md index b1c79e2b7bf50..f305221aa2d4e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgShareListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaShareListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaShareListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -71,7 +71,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserServiceProvisioningError.md index a9d305247786f..4561eafbed15e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount.md index 1eb0993e42dc3..ff2ac16340a59 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDelta.md index 00f322a044ab3..e8a0cde5c3482 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersion.md index cf82072486511..2991cd13fbfe9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersionCount.md index f6bdcb0df23cf..c2a86c5502c9e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersionField.md index 30e2f52624973..f6b6d82339502 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDriveItem.md index eb07f8d878e3a..9a2365dcadffa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDriveItemContent.md index b7bcdcf999e77..7527a307f84f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemField.md index 1fd3071f2f4fd..8f699af98b5d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersion.md index 57305f7c3cc24..fb8680057c40c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersionCount.md index f4d5aad0c9d35..ab5d97d1aed5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersionField.md index 8b480b8b68aa5..76d4f42904527 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListOperation.md index 4433323bbc6a3..cbc6d465435cc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListOperationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListOperationCount.md index 3a7052fedd41c..a571d7f5ef231 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListOperationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistoperationcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListOperationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListSubscription.md index 7ab0b7923c462..6f9f56701045b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListSubscriptionCount.md index 648eaf3b8af33..c055eea11423b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareListSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharelistsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareListSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgSharePermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgSharePermission.md index 6bb7f6e19c479..a4dc1df584689 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgSharePermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgSharePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharepermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgSharePermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareRoot.md index 222d444d1a0d3..3d868d1c488d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgshareroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareRootContent.md index 7a0276bf3e2c4..c6d579a9a2a14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharerootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareSharedDriveItemSharedDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareSharedDriveItemSharedDriveItem.md index 9be2077326cd7..cf3be4cd2db75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareSharedDriveItemSharedDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareSharedDriveItemSharedDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgshareshareddriveitemshareddriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareSharedDriveItemSharedDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareSite.md index ec1db24154305..d7154dc11276b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgShareSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mgsharesite Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgShareSite --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDefaultDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDefaultDrive.md index a0e6268d8e9bb..cd09b8d5022f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDefaultDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDefaultDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdefaultdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDefaultDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDrive.md index 4565dc2636af5..5d5bf4d035cbb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundle.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundle.md index fe99cb786ddc6..2578ed8aa9dc3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundle.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundle.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivebundle Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveBundle --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundleContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundleContent.md index 333b7969ace43..588b65708bbc7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundleContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundleContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivebundlecontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveBundleContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundleCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundleCount.md index 06106b11843ae..6e5d500bf6e5d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundleCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveBundleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivebundlecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveBundleCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBase.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBase.md index e9d55b3042c8d..8a20a391d2ee3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBase.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivecontenttypebase Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveContentTypeBase --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBaseType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBaseType.md index 9f8e1b950d4a7..f416537820161 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBaseType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBaseType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivecontenttypebasetype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveContentTypeBaseType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBaseTypeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBaseTypeCount.md index d7e88a90a5f0d..01c3b902f97bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBaseTypeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveContentTypeBaseTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivecontenttypebasetypecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveContentTypeBaseTypeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCount.md index 57bd3148b3ca9..f7732ecfe5968 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUser.md index 76c6683e09d18..2680740ff1dab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivecreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserMailboxSetting.md index f2114ce99206a..1b02bc37e48bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserServiceProvisioningError.md index b180004ebd5b5..2450c337474a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivecreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount.md index 5bbd9539d4847..95857c6eebcbe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivecreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowing.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowing.md index c806473d096c4..50e2de9514b49 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowing.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivefollowing Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveFollowing --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowingContent.md index c51fe97f8d1f7..667911c279fd2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowingContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowingContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivefollowingcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveFollowingContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowingCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowingCount.md index 943144ffcc5a2..8f8db9c98090c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowingCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveFollowingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivefollowingcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveFollowingCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItem.md index ebdceae96896f..3c4672c32cb6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemActivityByInterval.md index b809c2e6094cc..4c8ba66dc6106 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalytic.md index 8124d5aaad3aa..e7a664858e27c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStat.md index 05e8f15676987..da289193323ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStatActivity.md index fafe49d056bb3..fae0d8caac8c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStatCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStatCount.md index dc3cae25c343d..9114f42484bfc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStatCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticItemActivityStatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemanalyticitemactivitystatcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemAnalyticItemActivityStatCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticLastSevenDay.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticLastSevenDay.md index ca8da92b8a0ef..fc45993831dff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticLastSevenDay.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticLastSevenDay.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemanalyticlastsevenday Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemAnalyticLastSevenDay --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticTime.md index 7378e7728d4c5..b6e8698cddda7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemAnalyticTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemanalytictime Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemAnalyticTime --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChild.md index e91f7809cd59b..4220104472349 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemChild --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChildContent.md index 9f536b957b2d2..f6941501f6038 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChildCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChildCount.md index 7f9d864cb8d2c..3a936a441c09b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChildCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemchildcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemChildCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemContent.md index 964fc1d0c3063..d426445146d29 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCount.md index 6fd743d1f83c6..9a528cc02e8a1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUser.md index 94756c182cab4..5857c4ad8a34b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserMailboxSetting.md index f37f019ca1aae..0d72cc35d2d14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserServiceProvisioningError.md index d8dd63b943bad..1ecd8866c27d4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount.md index c5b65524618eb..1cafb260e9819 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemDelta.md index 3f882f36bd076..559709866950c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUser.md index 0527828a25c90..b67bf2dbf9880 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting.md index 616e28e46a72b..1812dfc27c92e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError.md index 8fa95200b04e5..5715798e1bade 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md index 41eca52aed0ce..4f026bbb9b2cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUser.md index bd07186dc2eb8..ea22eaae70a31 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserMailboxSetting.md index e2b02576ab09e..61848cd19dbaf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -71,7 +71,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError.md index 3204824229de7..a002b305c0209 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount.md index 5b8af45894d26..2029c0d5e225f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItem.md index f49a128db96ae..a32409c2eaa26 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemActivityByInterval.md index 1fab0753bf65d..fcadfb21381f7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemAnalytic.md index ababb9e8b57d4..abd84d3e72324 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUser.md index 0179850c1e540..6f7f7a50a1267 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserMailboxSetting.md index b95d0909a99bc..aeea56d44606a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveItemListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError.md index ccfa2cc3966f8..20dc2d95f6213 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md index af56fc95008a2..5821c1f76e333 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersion.md index 7a975909c062d..6738792381054 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersionCount.md index f4acbff9cbc1e..c00b74215a4f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersionField.md index 5278c10d787ea..424e042120441 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDriveItem.md index d6727d9a6ee2a..9d5e85b66dc17 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDriveItemContent.md index 8b6047924a287..1b96e49e018cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemField.md index 260438e423f50..c1ad5d30390fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersion.md index 8d4af1a6b155e..1ff1e5774c322 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersionCount.md index 611a0a4c51bee..5531186e0cf7a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersionField.md index b324d5e09ae8e..b5b7b4e7a0b11 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemPermission.md index cc1c1bddefdd3..24ddfafddbc8e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemPermissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemPermissionCount.md index d23a750d0d986..869d72ded9cdb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemPermissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitempermissioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemPermissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemRetentionLabel.md index 4bdd2d4f43edc..0a5a6a6785c6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemSubscription.md index f966dfd6a99a9..4205fd7293b8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemSubscriptionCount.md index 4857d09dc3446..a47e87eb50e11 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemThumbnail.md index 4f344e4dfd3ae..36e70d3255fdf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemThumbnailCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemThumbnailCount.md index 325a014397957..975f22115a09f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemThumbnailCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemThumbnailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemthumbnailcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemThumbnailCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersion.md index d64497794f480..2db407e705f02 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersionContent.md index c21fa6cadde92..d059c18b9cf66 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersionCount.md index 198c7939ad5d7..bbaf7f750225f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUser.md index 49be37f99bb77..e0dfa0c10f915 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserMailboxSetting.md index facacbef8643f..ba084a982c322 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -71,7 +71,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserServiceProvisioningError.md index cc26424b318bb..b602a2994d5f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount.md index 1fe8c88b72536..1106714d110ec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveList.md index da4490181181d..914d4c1bbf205 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumn.md index f8536af9efba7..f8add631b4772 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumnCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumnCount.md index bd10655d817e4..d41c39c6ab864 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumnCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcolumncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListColumnCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumnSourceColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumnSourceColumn.md index 6f9cfd0a20bd7..845edaa7b5bbb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentType.md index 6b49a1cbcc43b..f5d6f1b2bc5df 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumn.md index 1a4d807ba4610..14c8ad29b2b8f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnCount.md index 71786fab6013e..6f3c5f359370e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttypecolumncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentTypeColumnCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnLink.md index 66e35e74995c5..aabe9bc171125 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnLinkCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnLinkCount.md index 17639892c6b1a..68c50cbe98162 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnLinkCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnLinkCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttypecolumnlinkcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentTypeColumnLinkCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnPosition.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnPosition.md index 388fac5f04a32..db8672f4ea7e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnPosition.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnPosition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttypecolumnposition Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentTypeColumnPosition --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnPositionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnPositionCount.md index 68c4d9b2b5e1c..003ecafe3e6f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnPositionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnPositionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttypecolumnpositioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentTypeColumnPositionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnSourceColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnSourceColumn.md index cc328a75d42d9..11458ef742ff8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnSourceColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeColumnSourceColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttypecolumnsourcecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentTypeColumnSourceColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeCompatibleHubContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeCompatibleHubContentType.md index 02947d38536c9..cc25c3aeee280 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeCompatibleHubContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeCompatibleHubContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttypecompatiblehubcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentTypeCompatibleHubContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeCount.md index 8f24e865d0c48..33a299330e8f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListContentTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcontenttypecount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListContentTypeCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUser.md index 1305336a09b93..7b2c2b36d7163 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserMailboxSetting.md index ba3b6e7c949fc..ef84844591efb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveListCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveListCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveListCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserServiceProvisioningError.md index 9ac294441253a..e7f4fa7b44b06 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount.md index 491f9ba1b3ee1..dfcc719c3ca73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListDrive.md index 879d68692732d..baa0ea0572c44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItem.md index 24489bf941412..8748addeff776 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemActivityByInterval.md index e176c88fa40d9..b92b46bf8f838 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemAnalytic.md index 95b9e99aad070..fa10e07507fc7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUser.md index 5219a89e19d63..53238de103533 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserMailboxSetting.md index 10e110b4950b1..4af9308a5629d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserServiceProvisioningError.md index 7bebbb874c114..e60dd1914a3ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount.md index b5fd96044154f..506aed8dccf14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDelta.md index c6e8f55a0e3fd..a321df45abff7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersion.md index 03de8b0d36094..3434cc404d3a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersionCount.md index 51c2a363444c8..f5ccb96d1b80e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersionField.md index 3e1b596ddf5ea..7d119ceede6cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDriveItem.md index ed0cf1645f887..e91bde6bd4cf3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDriveItemContent.md index 64d5b9e7126b8..7311de80afb07 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemField.md index 475ecda187cb6..686d93027277c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersion.md index fca35fc6e4571..77ce9c9fbd7ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersionCount.md index 207e298340033..9ae17c7d0f6e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersionField.md index 3b93b4e02f732..1a698f4553e8e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListOperation.md index 9f3ab1e311604..86e5436252b6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListOperationCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListOperationCount.md index 5bc08d300418b..10bc6c195ed87 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListOperationCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistoperationcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListOperationCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListSubscription.md index 2e4c030bfb86e..8b9a3e02c0d41 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListSubscriptionCount.md index 676c62b65bb4c..d17eb7128b3c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveListSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivelistsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveListSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRoot.md index 8eed20ac7268f..ae3a21efc7860 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootActivityByInterval.md index 731b9c748e213..c5ce526f15d82 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalytic.md index c373bcc539129..08b792305c272 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStat.md index d4481e8041012..db28557d2cbe1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStatActivity.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStatActivity.md index 447461e8cef3e..f881b7d86c80f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStatActivity.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStatActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootanalyticitemactivitystatactivity Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootAnalyticItemActivityStatActivity --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStatCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStatCount.md index 7b1b9c06ffb9b..972fa202b6eee 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStatCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticItemActivityStatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootanalyticitemactivitystatcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootAnalyticItemActivityStatCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticLastSevenDay.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticLastSevenDay.md index 2bbee13339300..ec51449acf2f4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticLastSevenDay.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticLastSevenDay.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootanalyticlastsevenday Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootAnalyticLastSevenDay --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticTime.md index ec5c02eb972fc..385e9318c0231 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootAnalyticTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootanalytictime Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootAnalyticTime --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChild.md index a875691af5f81..9cd0b685920a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootChild --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChildContent.md index c9ecd840df9d1..0a403b136e9de 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChildCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChildCount.md index 2a6c77a707ffe..d6f93ef4998be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChildCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootchildcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootChildCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootContent.md index 191c10c5e11e2..7a4d99a1854cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUser.md index e53fa86a625c3..2a52db0b7dd3d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserMailboxSetting.md index d8b90cdd29dd5..5eb9fdf92dfda 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveRootCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveRootCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveRootCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserServiceProvisioningError.md index 98a4d62514739..c97fab6a7b6fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount.md index 0febf3ad3cd2b..eb341e09302c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootDelta.md index bab4540dd59f5..7f7e9dd6f601b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootdelta Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUser.md index 0f08733e1a6c7..3de0da0de225b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootitemlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootItemLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting.md index 54344b594cb48..fe5227c20551f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError.md index 93c6c881daf4d..e64d6c4ae5aa6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootitemlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md index c546c9c59b4cb..99e8b5e91cb75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootitemlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUser.md index b52e111603c35..5c29dc76fa501 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlastmodifiedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootLastModifiedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserMailboxSetting.md index 2f876ee80d8bb..e0f5b587ec916 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootLastModifiedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveRootLastModifiedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError.md index 2e38f22800d06..aea364a208402 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlastmodifiedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount.md index 3568407e342ea..3abfe786d80f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlastmodifiedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItem.md index 030784d024b0d..09bdf613f4341 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemActivityByInterval.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemActivityByInterval.md index 8f08a72820e92..f1125dc8976f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemActivityByInterval.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemActivityByInterval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemactivitybyinterval Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemActivityByInterval --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemAnalytic.md index 364bf373f8f28..12d31ea769e34 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUser.md index 43762ce000588..ad5ce6e0027bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemcreatedbyuser Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemCreatedByUser --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserMailboxSetting.md index 3f73fd5079ef6..b453cbdf32520 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemCreatedByUserMailboxSetting --- @@ -15,7 +15,7 @@ title: Get-MgUserDriveRootListItemCreatedByUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the beta release of this cmdlet, view [Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting](/powershell/module/Microsoft.Graph.Beta.Files/Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting?view=graph-powershell-beta) @@ -51,7 +51,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError.md index 17166b2184261..5f0dda0d845a6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemcreatedbyuserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md index 69b14faf10427..55b9f95282bde 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemcreatedbyuserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersion.md index 31a6d4379b2c6..813ec6e24c43a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersionCount.md index 0a43aa0c45738..72c7a7b30cf87 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemdocumentsetversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemDocumentSetVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersionField.md index ab1388aa0de38..13a08059b2c9f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDriveItem.md index 4a717b12d33fb..2137b8f3c12ab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDriveItemContent.md index d74fc292fedad..bc1b85e550b9d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemField.md index ef86953d2952f..830f216fae32f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersion.md index bdc22078f42b7..4d12304542cc8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersionCount.md index e5e18b1da0947..67cd661fe4afd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersionField.md index 920c8f02b221c..1f9a2d433bdd6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootPermission.md index f7fd4494cb860..e9309340cf739 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootPermissionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootPermissionCount.md index 20b4778ad23ad..39fb42b91fa61 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootPermissionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootpermissioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootPermissionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootRetentionLabel.md index ff50750c7155f..4a156b871f015 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootSubscription.md index 76077e1736023..188d7aecfee8b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootSubscriptionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootSubscriptionCount.md index 911a3c73d37c0..ec49e98377eac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootSubscriptionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootSubscriptionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootsubscriptioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootSubscriptionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootThumbnail.md index 0087bea694663..7c3cf99257e5d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootThumbnailCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootThumbnailCount.md index b0c7c92cb9d8d..64d8793b89e25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootThumbnailCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootThumbnailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootthumbnailcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootThumbnailCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersion.md index ed3f7ba298223..63f38a4df5902 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersionContent.md index e6ade86d51fff..5c747d6418d4c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersionCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersionCount.md index 66c3e5161496d..100eb15baff5c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersionCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveRootVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdriverootversioncount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveRootVersionCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecial.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecial.md index c0aac7c941bb6..dd282ce58df5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecial.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecial.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivespecial Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveSpecial --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecialContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecialContent.md index 2385aa50c5406..2da4082a0358e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecialContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecialContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivespecialcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveSpecialContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecialCount.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecialCount.md index c2a3ba84fa4b7..57f655cfd7cf8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecialCount.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Get-MgUserDriveSpecialCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/get-mguserdrivespecialcount Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDriveSpecialCount --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgDriveItemPermission.md index b85b3808f3d21..d6f3370f2555d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/grant-mgdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgDriveRootPermission.md index c41e13737b07c..9ffb3a8f422a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/grant-mgdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgGroupDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgGroupDriveItemPermission.md index f9fcd632e0a3c..0aa594e0f4f37 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgGroupDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgGroupDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/grant-mggroupdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgGroupDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgGroupDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgGroupDriveRootPermission.md index ac0bd9f06e784..d7a03b9dec20e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgGroupDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgGroupDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/grant-mggroupdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgGroupDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgSharePermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgSharePermission.md index 0d163dede2a5e..4c4eaa88c6e99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgSharePermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgSharePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/grant-mgsharepermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgSharePermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgUserDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgUserDriveItemPermission.md index a0027125b1a05..8a16a5262586f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgUserDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgUserDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/grant-mguserdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgUserDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgUserDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgUserDriveRootPermission.md index 78c011d7f9200..4002f36900255 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgUserDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Grant-MgUserDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/grant-mguserdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Grant-MgUserDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinDriveItem.md index c601045c6aa08..6f26cc6cb632b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckindriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckinDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinDriveRoot.md index 5f32f2abc1178..238e4cc0bdc2e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckindriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckinDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinGroupDriveItem.md index ae780df19d9c0..490ce3f2a353f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckingroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckinGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinGroupDriveRoot.md index 149cd8e80b0ac..b850a8858d5a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckingroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckinGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinUserDriveItem.md index 27f9ee3fc5a84..f8c10cf8e6da1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckinuserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckinUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinUserDriveRoot.md index b10f4471c57ef..301810e10e808 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckinUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckinuserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckinUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutDriveItem.md index fca03e3c2c6f9..c8432ea3bd0ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckoutdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckoutDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutDriveRoot.md index 8b3ca9ce5a7fe..5deb54ee1a93e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckoutdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckoutDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutGroupDriveItem.md index 507e2b133164a..3980af64592f3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckoutgroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckoutGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutGroupDriveRoot.md index 6732560f0a2ea..6a089d6cdf770 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckoutgroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckoutGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutUserDriveItem.md index e9186f96b35cf..652a31a678df1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckoutuserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckoutUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutUserDriveRoot.md index c4288afc18d23..80fc85f57371c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgCheckoutUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgcheckoutuserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgCheckoutUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractDriveItemSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractDriveItemSensitivityLabel.md index 2822e33208d82..a0ea398b8a818 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractDriveItemSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractDriveItemSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgextractdriveitemsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExtractDriveItemSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractDriveRootSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractDriveRootSensitivityLabel.md index 4cbf2de46353f..09170a36f7d80 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractDriveRootSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractDriveRootSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgextractdriverootsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExtractDriveRootSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractGroupDriveItemSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractGroupDriveItemSensitivityLabel.md index 11c774d8a2139..3c46984ac49e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractGroupDriveItemSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractGroupDriveItemSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgextractgroupdriveitemsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExtractGroupDriveItemSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractGroupDriveRootSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractGroupDriveRootSensitivityLabel.md index 1d75f950354c2..b420fcb434950 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractGroupDriveRootSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractGroupDriveRootSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgextractgroupdriverootsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExtractGroupDriveRootSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractUserDriveItemSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractUserDriveItemSensitivityLabel.md index c4638c45b7130..40d56f395fc6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractUserDriveItemSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractUserDriveItemSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgextractuserdriveitemsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExtractUserDriveItemSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractUserDriveRootSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractUserDriveRootSensitivityLabel.md index 0baa18011cb32..38f2888eedbf1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractUserDriveRootSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgExtractUserDriveRootSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgextractuserdriverootsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgExtractUserDriveRootSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowDriveItem.md index 4c88db4b05946..3eee6aa2d3eec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgfollowdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFollowDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowDriveRoot.md index 7ff1edeb904f7..5bacfbf352165 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgfollowdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFollowDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowGroupDriveItem.md index 9be2bf850fd61..c9fd4660c8b24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgfollowgroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFollowGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowGroupDriveRoot.md index 01d2dfa0f34fb..8a87c23711f73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgfollowgroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFollowGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowUserDriveItem.md index 7359ff27be2aa..98ce974546936 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgfollowuserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFollowUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowUserDriveRoot.md index 41e5f711352bb..f1acf908fdb42 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgFollowUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgfollowuserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgFollowUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphDrive.md index b2c341e1316be..0f2cddcf87cd4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mggraphdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgGraphDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphGroupDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphGroupDrive.md index db712f309dba5..c04b4c8b2820f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphGroupDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphGroupDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mggraphgroupdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgGraphGroupDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphUserDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphUserDrive.md index 53071ce595bd0..9df31ffff53b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphUserDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgGraphUserDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mggraphuserdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgGraphUserDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteDriveItem.md index eb924fe3c04e2..9f72ea47ddd01 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mginvitedriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgInviteDriveItem --- @@ -86,7 +86,7 @@ A sharing invitation provides permissions to the recipients and, optionally, sen | Application | Files.ReadWrite.All, Sites.ReadWrite.All, | ## EXAMPLES -### Example 1: Code snippet +### Example 1: Send a sharing invitation ```powershell @@ -111,7 +111,37 @@ expirationDateTime = "2018-07-15T14:00:00.000Z" Invoke-MgInviteDriveItem -DriveId $driveId -DriveItemId $driveItemId -BodyParameter $params ``` -This example shows how to use the Invoke-MgInviteDriveItem Cmdlet. +This example will send a sharing invitation + +### Example 2: Send sharing invitation with partial success + +```powershell + +Import-Module Microsoft.Graph.Files + +$params = @{ + recipients = @( + @{ + email = "helga@contoso.com" + } + @{ + email = "robin@contoso.com" + } + ) + message = "Here's the file that we're collaborating on." + requireSignIn = $true + sendInvitation = $true + roles = @( + "write" +) +password = "password123" +expirationDateTime = "2018-07-15T14:00:00.000Z" +} + +Invoke-MgInviteDriveItem -DriveId $driveId -DriveItemId $driveItemId -BodyParameter $params + +``` +This example will send sharing invitation with partial success ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteDriveRoot.md index c53b7e476baaf..6716d7ea3f890 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mginvitedriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgInviteDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteGroupDriveItem.md index 54ed26536ccad..0db19ecad3a60 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mginvitegroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgInviteGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteGroupDriveRoot.md index ee19a948188ad..0bf7cf1d5923f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mginvitegroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgInviteGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteUserDriveItem.md index 1c502a187d0f9..77b3eb7d64eac 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mginviteuserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgInviteUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteUserDriveRoot.md index e45119f95097a..e9d523fffb4e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgInviteUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mginviteuserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgInviteUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewDriveItem.md index 51167a82de991..05c74f3d36fb2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgpreviewdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgPreviewDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewDriveRoot.md index bca22a0423a5e..5e5cab04b1350 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgpreviewdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgPreviewDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewGroupDriveItem.md index 7e32f44f9bbf9..0a35057d1b962 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgpreviewgroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgPreviewGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewGroupDriveRoot.md index aafb0f6856eac..4df8b670dd1c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgpreviewgroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgPreviewGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewUserDriveItem.md index 59d65384b4c03..572b598bc615a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgpreviewuserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgPreviewUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewUserDriveRoot.md index 662816f795692..05098d49a2d35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgPreviewUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgpreviewuserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgPreviewUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveItemSubscription.md index 0406767261011..7b11dd8cdc74e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizedriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveListSubscription.md index 0b0a8dc6a3f88..52cee49342095 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizedrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveRootSubscription.md index ddb0ebdde8079..0290f449b4c96 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizedriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveItemSubscription.md index b43525aa8640e..db7e767bd7894 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizegroupdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeGroupDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveListSubscription.md index fae75df914cb3..b5ddb071a1d1c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizegroupdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeGroupDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveRootSubscription.md index 45284c6a9feb0..7bc2964f34adf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeGroupDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizegroupdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeGroupDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeShareListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeShareListSubscription.md index 338c8e09917e9..26fc1455ebd6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeShareListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeShareListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizesharelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeShareListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveItemSubscription.md index 5e1705993c08f..5e2dc78bb8ce4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizeuserdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeUserDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveListSubscription.md index 7870e1bf2659b..293128b9c1033 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizeuserdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeUserDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveRootSubscription.md index 8c3aa8c7c1eed..507fdfd3bf103 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgReauthorizeUserDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgreauthorizeuserdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgReauthorizeUserDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentDrive.md index 5a4eda94a5932..1c8787b1b789e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgrecentdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRecentDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentGroupDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentGroupDrive.md index 522c0b7d5b650..679d599c679ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentGroupDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentGroupDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgrecentgroupdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRecentGroupDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentUserDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentUserDrive.md index ea3a801eb0298..e8b70a3c08f16 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentUserDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgRecentUserDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgrecentuserdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRecentUserDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowDriveItem.md index d4d4034dcf7c4..1640b3ffdfe71 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgunfollowdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnfollowDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowDriveRoot.md index cc30fb004e086..198dc2c091978 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgunfollowdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnfollowDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowGroupDriveItem.md index b2c99e5510e2f..69fa85bf6575a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgunfollowgroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnfollowGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowGroupDriveRoot.md index 0c5a8559d26f4..7376da629f838 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgunfollowgroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnfollowGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowUserDriveItem.md index 837afbd915d8a..2670bea85a66c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgunfollowuserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnfollowUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowUserDriveRoot.md index 7f1ec952da45d..90787e336ff93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Invoke-MgUnfollowUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/invoke-mgunfollowuserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgUnfollowUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgDriveListContentTypeWithHubSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgDriveListContentTypeWithHubSite.md index 7a534ca36c5af..2a33adaa7dbc0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgDriveListContentTypeWithHubSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgDriveListContentTypeWithHubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/join-mgdrivelistcontenttypewithhubsite Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Join-MgDriveListContentTypeWithHubSite --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgGroupDriveListContentTypeWithHubSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgGroupDriveListContentTypeWithHubSite.md index 6f822978b272b..47f5d025efe97 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgGroupDriveListContentTypeWithHubSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgGroupDriveListContentTypeWithHubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/join-mggroupdrivelistcontenttypewithhubsite Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Join-MgGroupDriveListContentTypeWithHubSite --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgShareListContentTypeWithHubSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgShareListContentTypeWithHubSite.md index 5a37f2f0c1ea0..40d0f35764fe8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgShareListContentTypeWithHubSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgShareListContentTypeWithHubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/join-mgsharelistcontenttypewithhubsite Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Join-MgShareListContentTypeWithHubSite --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgUserDriveListContentTypeWithHubSite.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgUserDriveListContentTypeWithHubSite.md index d1a820bdf1e61..ea544bd808250 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgUserDriveListContentTypeWithHubSite.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Join-MgUserDriveListContentTypeWithHubSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/join-mguserdrivelistcontenttypewithhubsite Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Join-MgUserDriveListContentTypeWithHubSite --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Microsoft.Graph.Files.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Microsoft.Graph.Files.md index c2fd8e95b1297..a4c38f60c7d47 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Microsoft.Graph.Files.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Microsoft.Graph.Files.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Files -Module Guid: 14ac0bd2-fd74-447f-b6e5-69be9d157684 +Module Guid: 765e4b3f-3a22-4afa-994a-e8df93008232 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.files/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDrive.md index d888483ddde13..65cc811df869b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDrive --- @@ -877,10 +877,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1014,7 +1014,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1073,7 +1073,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1082,7 +1082,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1098,27 +1098,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1181,7 +1202,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1208,7 +1229,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1265,15 +1286,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1283,22 +1303,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1310,9 +1334,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1322,7 +1347,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1402,10 +1427,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1786,6 +1813,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1797,6 +1825,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1846,7 +1875,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1917,12 +1946,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1993,12 +2022,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2016,7 +2048,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2024,7 +2056,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2034,7 +2066,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2126,7 +2158,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2176,11 +2208,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2192,14 +2224,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2211,13 +2243,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2491,6 +2523,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3577,13 +3619,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3601,9 +3643,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3698,12 +3741,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3723,6 +3766,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3730,11 +3774,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3782,24 +3829,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3823,7 +3870,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3872,7 +3919,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3933,11 +3980,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3954,10 +4001,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4228,6 +4275,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4266,7 +4321,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4278,6 +4333,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4555,22 +4611,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4703,7 +4769,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4746,7 +4812,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4958,6 +5024,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5013,7 +5081,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5044,11 +5112,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5069,35 +5137,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5253,7 +5321,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5278,7 +5346,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5294,7 +5362,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5354,7 +5422,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5366,7 +5434,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5646,7 +5714,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5660,16 +5728,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5694,6 +5762,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5811,9 +5884,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5827,11 +5900,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5946,7 +6019,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5961,7 +6034,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6037,10 +6110,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6174,7 +6247,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6233,7 +6306,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6242,7 +6315,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6258,27 +6331,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6341,7 +6435,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6368,7 +6462,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6425,15 +6519,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6443,22 +6536,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6470,9 +6567,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6482,7 +6580,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6562,10 +6660,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6946,6 +7046,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6957,6 +7058,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7006,7 +7108,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7077,12 +7179,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7153,12 +7255,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7176,7 +7281,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7184,7 +7289,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7194,7 +7299,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7286,7 +7391,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7848,11 +7953,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7864,14 +7969,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7883,13 +7988,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8148,6 +8253,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8218,13 +8333,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8242,9 +8357,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8339,12 +8455,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8364,6 +8480,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8371,11 +8488,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8423,24 +8543,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8464,7 +8584,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8513,7 +8633,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8574,11 +8694,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8595,10 +8715,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8869,6 +8989,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8907,7 +9035,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8919,6 +9047,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9206,22 +9335,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9354,7 +9493,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9397,7 +9536,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9609,6 +9748,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9664,7 +9805,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9695,11 +9836,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9720,35 +9861,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9904,7 +10045,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9929,7 +10070,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9945,7 +10086,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10005,7 +10146,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10017,7 +10158,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10297,7 +10438,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10311,16 +10452,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10345,6 +10486,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10462,9 +10608,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10478,11 +10624,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10597,7 +10743,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10612,7 +10758,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11196,10 +11342,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11342,7 +11488,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11401,7 +11547,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11410,7 +11556,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11426,27 +11572,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11509,7 +11676,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11536,7 +11703,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11593,15 +11760,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11611,22 +11777,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11638,9 +11808,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11650,7 +11821,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11730,10 +11901,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12114,6 +12287,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12125,6 +12299,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12174,7 +12349,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12245,12 +12420,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12321,12 +12496,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12344,7 +12522,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12352,7 +12530,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12362,7 +12540,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12454,7 +12632,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12761,6 +12939,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13644,11 +13832,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13660,14 +13848,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13679,13 +13867,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13961,13 +14149,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -13985,9 +14173,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14082,12 +14271,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14107,6 +14296,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14114,11 +14304,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14166,24 +14359,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14207,7 +14400,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14256,7 +14449,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14317,11 +14510,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14338,10 +14531,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14612,6 +14805,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14650,7 +14851,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14662,6 +14863,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14939,22 +15141,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15087,7 +15299,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15130,7 +15342,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15342,6 +15554,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15397,7 +15611,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15428,11 +15642,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15453,35 +15667,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15637,7 +15851,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15662,7 +15876,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15678,7 +15892,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15738,7 +15952,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15750,7 +15964,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16030,7 +16244,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16044,16 +16258,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16078,6 +16292,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16195,9 +16414,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16211,11 +16430,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16330,7 +16549,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16345,7 +16564,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16368,10 +16587,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16505,7 +16724,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16564,7 +16783,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16573,7 +16792,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16589,27 +16808,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16672,7 +16912,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16699,7 +16939,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16756,15 +16996,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16774,22 +17013,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16801,9 +17044,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -16813,7 +17057,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -16893,10 +17137,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17277,6 +17523,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17288,6 +17535,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17337,7 +17585,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17408,12 +17656,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17484,12 +17732,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17507,7 +17758,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17515,7 +17766,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17525,7 +17776,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17617,7 +17868,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18179,11 +18430,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18195,14 +18446,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18214,13 +18465,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18479,6 +18730,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18549,13 +18810,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18573,9 +18834,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18670,12 +18932,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18695,6 +18957,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18702,11 +18965,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18754,24 +19020,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18795,7 +19061,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18844,7 +19110,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18905,11 +19171,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -18926,10 +19192,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19200,6 +19466,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19238,7 +19512,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19250,6 +19524,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19537,22 +19812,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19685,7 +19970,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19728,7 +20013,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -19940,6 +20225,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19995,7 +20282,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20026,11 +20313,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20051,35 +20338,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20235,7 +20522,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20260,7 +20547,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20276,7 +20563,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20336,7 +20623,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20348,7 +20635,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20628,7 +20915,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20642,16 +20929,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20676,6 +20963,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20793,9 +21085,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20809,11 +21101,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -20928,7 +21220,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -20943,7 +21235,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21529,10 +21821,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21666,7 +21958,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21725,7 +22017,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21734,7 +22026,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -21750,27 +22042,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -21833,7 +22146,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -21860,7 +22173,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -21917,15 +22230,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -21935,22 +22247,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -21962,9 +22278,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -21974,7 +22291,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22054,10 +22371,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22438,6 +22757,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22449,6 +22769,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22498,7 +22819,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22569,12 +22890,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22645,12 +22966,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22668,7 +22992,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22676,7 +23000,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22686,7 +23010,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -22778,7 +23102,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23340,11 +23664,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -23356,14 +23680,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -23375,13 +23699,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -23640,6 +23964,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -23710,13 +24044,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -23734,9 +24068,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -23831,12 +24166,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -23856,6 +24191,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -23863,11 +24199,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -23915,24 +24254,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23956,7 +24295,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24005,7 +24344,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24066,11 +24405,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24087,10 +24426,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24361,6 +24700,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -24399,7 +24746,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -24411,6 +24758,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24698,22 +25046,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -24846,7 +25204,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24889,7 +25247,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25101,6 +25459,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25156,7 +25516,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25187,11 +25547,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -25212,35 +25572,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -25396,7 +25756,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -25421,7 +25781,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -25437,7 +25797,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -25497,7 +25857,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -25509,7 +25869,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25789,7 +26149,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -25803,16 +26163,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25837,6 +26197,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25954,9 +26319,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25970,11 +26335,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26089,7 +26454,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26104,7 +26469,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -26688,10 +27053,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -26834,7 +27199,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -26893,7 +27258,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -26902,7 +27267,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -26918,27 +27283,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27001,7 +27387,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -27028,7 +27414,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -27085,15 +27471,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -27103,22 +27488,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -27130,9 +27519,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -27142,7 +27532,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -27222,10 +27612,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -27606,6 +27998,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -27617,6 +28010,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -27666,7 +28060,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -27737,12 +28131,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -27813,12 +28207,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -27836,7 +28233,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -27844,7 +28241,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -27854,7 +28251,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -27946,7 +28343,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -28253,6 +28650,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -29136,11 +29543,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -29152,14 +29559,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -29171,13 +29578,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -29453,13 +29860,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -29477,9 +29884,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -29574,12 +29982,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -29599,6 +30007,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -29606,11 +30015,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -29658,24 +30070,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -29699,7 +30111,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -29748,7 +30160,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -29809,11 +30221,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -29830,10 +30242,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -30104,6 +30516,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -30142,7 +30562,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -30154,6 +30574,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -30431,22 +30852,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -30579,7 +31010,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -30622,7 +31053,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -30834,6 +31265,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -30889,7 +31322,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -30920,11 +31353,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -30945,35 +31378,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -31129,7 +31562,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -31154,7 +31587,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -31170,7 +31603,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -31230,7 +31663,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -31242,7 +31675,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31522,7 +31955,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -31536,16 +31969,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31570,6 +32003,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31687,9 +32125,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31703,11 +32141,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -31822,7 +32260,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -31837,7 +32275,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -31860,10 +32298,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -31997,7 +32435,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -32056,7 +32494,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -32065,7 +32503,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -32081,27 +32519,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -32164,7 +32623,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -32191,7 +32650,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -32248,15 +32707,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -32266,22 +32724,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -32293,9 +32755,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -32305,7 +32768,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -32385,10 +32848,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -32769,6 +33234,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -32780,6 +33246,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -32829,7 +33296,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -32900,12 +33367,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -32976,12 +33443,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -32999,7 +33469,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -33007,7 +33477,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -33017,7 +33487,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -33109,7 +33579,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -33416,6 +33886,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -34036,11 +34516,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -34052,14 +34532,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -34071,13 +34551,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -34581,13 +35061,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -34605,9 +35085,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -34702,12 +35183,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -34727,6 +35208,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -34734,11 +35216,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -34786,24 +35271,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -34827,7 +35312,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -34876,7 +35361,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -34937,11 +35422,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -34958,10 +35443,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35232,6 +35717,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -35270,7 +35763,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -35282,6 +35775,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35559,22 +36053,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -35707,7 +36211,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -35750,7 +36254,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -35962,6 +36466,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -36017,7 +36523,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36048,11 +36554,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -36073,35 +36579,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -36257,7 +36763,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -36282,7 +36788,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -36298,7 +36804,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -36358,7 +36864,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -36370,7 +36876,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36650,7 +37156,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -36664,16 +37170,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36698,6 +37204,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36815,9 +37326,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36831,11 +37342,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -36950,7 +37461,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -36965,7 +37476,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -37077,10 +37588,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -37214,7 +37725,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -37273,7 +37784,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -37282,7 +37793,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37298,27 +37809,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -37381,7 +37913,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -37408,7 +37940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -37465,15 +37997,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -37483,22 +38014,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -37510,9 +38045,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -37522,7 +38058,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -37602,10 +38138,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -37986,6 +38524,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -37997,6 +38536,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -38046,7 +38586,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -38117,12 +38657,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -38193,12 +38733,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -38216,7 +38759,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -38224,7 +38767,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -38234,7 +38777,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -38326,7 +38869,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -38888,11 +39431,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -38904,14 +39447,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -38923,13 +39466,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -39188,6 +39731,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -39258,13 +39811,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -39282,9 +39835,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -39379,12 +39933,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -39404,6 +39958,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -39411,11 +39966,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -39463,24 +40021,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -39504,7 +40062,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -39553,7 +40111,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -39614,11 +40172,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -39635,10 +40193,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -39909,6 +40467,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -39947,7 +40513,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -39959,6 +40525,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -40246,22 +40813,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -40394,7 +40971,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -40437,7 +41014,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -40649,6 +41226,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -40704,7 +41283,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -40735,11 +41314,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -40760,35 +41339,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -40944,7 +41523,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -40969,7 +41548,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -40985,7 +41564,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -41045,7 +41624,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -41057,7 +41636,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41337,7 +41916,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -41351,16 +41930,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41385,6 +41964,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41502,9 +42086,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41518,11 +42102,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -41637,7 +42221,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -41652,7 +42236,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -42248,10 +42832,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -42385,7 +42969,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -42444,7 +43028,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -42453,7 +43037,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -42469,27 +43053,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -42552,7 +43157,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -42579,7 +43184,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -42636,15 +43241,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -42654,22 +43258,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -42681,9 +43289,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -42693,7 +43302,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -42773,10 +43382,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -43157,6 +43768,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -43168,6 +43780,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -43217,7 +43830,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -43288,12 +43901,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -43364,12 +43977,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -43387,7 +44003,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -43395,7 +44011,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -43405,7 +44021,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -43497,7 +44113,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -44059,11 +44675,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -44075,14 +44691,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -44094,13 +44710,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -44359,6 +44975,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -44429,13 +45055,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -44453,9 +45079,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -44550,12 +45177,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -44575,6 +45202,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -44582,11 +45210,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -44634,24 +45265,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -44675,7 +45306,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -44724,7 +45355,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -44785,11 +45416,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -44806,10 +45437,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -45080,6 +45711,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -45118,7 +45757,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -45130,6 +45769,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -45417,22 +46057,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -45565,7 +46215,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -45608,7 +46258,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -45820,6 +46470,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -45875,7 +46527,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -45906,11 +46558,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -45931,35 +46583,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -46115,7 +46767,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -46140,7 +46792,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -46156,7 +46808,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -46216,7 +46868,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -46228,7 +46880,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46508,7 +47160,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -46522,16 +47174,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46556,6 +47208,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46673,9 +47330,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46689,11 +47346,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -46808,7 +47465,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -46823,7 +47480,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveBundle.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveBundle.md index bf67c904b5d8f..29999f0d04f2d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveBundle.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveBundle.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivebundle Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveBundle --- @@ -1780,10 +1780,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1917,7 +1917,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1976,7 +1976,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1985,7 +1985,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2001,27 +2001,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2084,7 +2105,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2111,7 +2132,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2168,15 +2189,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2186,22 +2206,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2213,9 +2237,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2225,7 +2250,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2305,10 +2330,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2689,6 +2716,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2700,6 +2728,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2749,7 +2778,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2820,12 +2849,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2896,12 +2925,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2919,7 +2951,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2927,7 +2959,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2937,7 +2969,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3029,7 +3061,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3554,11 +3586,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3570,14 +3602,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3589,13 +3621,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3854,6 +3886,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3924,13 +3966,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3948,9 +3990,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4045,12 +4088,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4070,6 +4113,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4077,11 +4121,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4129,24 +4176,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4170,7 +4217,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4219,7 +4266,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4280,11 +4327,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4301,10 +4348,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4575,6 +4622,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4613,7 +4668,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4625,6 +4680,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4912,22 +4968,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5060,7 +5126,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5103,7 +5169,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5315,6 +5381,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5370,7 +5438,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5401,11 +5469,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5426,35 +5494,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5610,7 +5678,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5635,7 +5703,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5651,7 +5719,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5711,7 +5779,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5723,7 +5791,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6003,7 +6071,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6017,16 +6085,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6051,6 +6119,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6168,9 +6241,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6184,11 +6257,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6303,7 +6376,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6318,7 +6391,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6937,10 +7010,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7074,7 +7147,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7133,7 +7206,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7142,7 +7215,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7158,27 +7231,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7241,7 +7335,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7268,7 +7362,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7325,15 +7419,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7343,22 +7436,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7370,9 +7467,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7382,7 +7480,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7462,10 +7560,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7846,6 +7946,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7857,6 +7958,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7906,7 +8008,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7977,12 +8079,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8053,12 +8155,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8076,7 +8181,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8084,7 +8189,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8094,7 +8199,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8186,7 +8291,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8748,11 +8853,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8764,14 +8869,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8783,13 +8888,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9048,6 +9153,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9118,13 +9233,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9142,9 +9257,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9239,12 +9355,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9264,6 +9380,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9271,11 +9388,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9323,24 +9443,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9364,7 +9484,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9413,7 +9533,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9474,11 +9594,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9495,10 +9615,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9769,6 +9889,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9807,7 +9935,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9819,6 +9947,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10106,22 +10235,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10254,7 +10393,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10297,7 +10436,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10509,6 +10648,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10564,7 +10705,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10595,11 +10736,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10620,35 +10761,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10804,7 +10945,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10829,7 +10970,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10845,7 +10986,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10905,7 +11046,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10917,7 +11058,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11197,7 +11338,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11211,16 +11352,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11245,6 +11386,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11362,9 +11508,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11378,11 +11524,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11497,7 +11643,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11512,7 +11658,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12106,10 +12252,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12243,7 +12389,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12302,7 +12448,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12311,7 +12457,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12327,27 +12473,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12410,7 +12577,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12437,7 +12604,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12494,15 +12661,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12512,22 +12678,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12539,9 +12709,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12551,7 +12722,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12631,10 +12802,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13015,6 +13188,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13026,6 +13200,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13075,7 +13250,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13146,12 +13321,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13222,12 +13397,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13245,7 +13423,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13253,7 +13431,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13263,7 +13441,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13355,7 +13533,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13917,11 +14095,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13933,14 +14111,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13952,13 +14130,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14217,6 +14395,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14287,13 +14475,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14311,9 +14499,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14408,12 +14597,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14433,6 +14622,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14440,11 +14630,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14492,24 +14685,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14533,7 +14726,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14582,7 +14775,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14643,11 +14836,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14664,10 +14857,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14938,6 +15131,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14976,7 +15177,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14988,6 +15189,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15275,22 +15477,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15423,7 +15635,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15466,7 +15678,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15678,6 +15890,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15733,7 +15947,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15764,11 +15978,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15789,35 +16003,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15973,7 +16187,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15998,7 +16212,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16014,7 +16228,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16074,7 +16288,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16086,7 +16300,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16366,7 +16580,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16380,16 +16594,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16414,6 +16628,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16531,9 +16750,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16547,11 +16766,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16666,7 +16885,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16681,7 +16900,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17265,10 +17484,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17411,7 +17630,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17470,7 +17689,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17479,7 +17698,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17495,27 +17714,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17578,7 +17818,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17605,7 +17845,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17662,15 +17902,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17680,22 +17919,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17707,9 +17950,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17719,7 +17963,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17799,10 +18043,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18183,6 +18429,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18194,6 +18441,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18243,7 +18491,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18314,12 +18562,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18390,12 +18638,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18413,7 +18664,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18421,7 +18672,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18431,7 +18682,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18523,7 +18774,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18830,6 +19081,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19713,11 +19974,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19729,14 +19990,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19748,13 +20009,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20030,13 +20291,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20054,9 +20315,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20151,12 +20413,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20176,6 +20438,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20183,11 +20446,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20235,24 +20501,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20276,7 +20542,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20325,7 +20591,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20386,11 +20652,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20407,10 +20673,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20681,6 +20947,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20719,7 +20993,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20731,6 +21005,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21008,22 +21283,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21156,7 +21441,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21199,7 +21484,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21411,6 +21696,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21466,7 +21753,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21497,11 +21784,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21522,35 +21809,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21706,7 +21993,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21731,7 +22018,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21747,7 +22034,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21807,7 +22094,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21819,7 +22106,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22099,7 +22386,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22113,16 +22400,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22147,6 +22434,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22264,9 +22556,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22280,11 +22572,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22399,7 +22691,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22414,7 +22706,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22509,10 +22801,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22655,7 +22947,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22714,7 +23006,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22723,7 +23015,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22739,27 +23031,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22822,7 +23135,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22849,7 +23162,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22906,15 +23219,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22924,22 +23236,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22951,9 +23267,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22963,7 +23280,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23043,10 +23360,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23427,6 +23746,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23438,6 +23758,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23487,7 +23808,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23558,12 +23879,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23634,12 +23955,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23657,7 +23981,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23665,7 +23989,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23675,7 +23999,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23767,7 +24091,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24074,6 +24398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24957,11 +25291,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24973,14 +25307,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24992,13 +25326,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25274,13 +25608,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25298,9 +25632,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25395,12 +25730,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25420,6 +25755,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25427,11 +25763,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25479,24 +25818,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25520,7 +25859,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25569,7 +25908,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25630,11 +25969,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25651,10 +25990,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25925,6 +26264,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25963,7 +26310,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25975,6 +26322,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26252,22 +26600,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26400,7 +26758,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26443,7 +26801,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26655,6 +27013,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26710,7 +27070,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26741,11 +27101,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26766,35 +27126,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26950,7 +27310,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26975,7 +27335,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26991,7 +27351,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27051,7 +27411,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27063,7 +27423,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27343,7 +27703,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27357,16 +27717,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27391,6 +27751,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27508,9 +27873,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27524,11 +27889,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27643,7 +28008,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27658,7 +28023,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27681,10 +28046,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27818,7 +28183,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27877,7 +28242,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27886,7 +28251,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27902,27 +28267,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27985,7 +28371,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28012,7 +28398,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28069,15 +28455,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28087,22 +28472,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28114,9 +28503,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28126,7 +28516,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28206,10 +28596,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28590,6 +28982,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28601,6 +28994,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28650,7 +29044,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28721,12 +29115,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28797,12 +29191,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28820,7 +29217,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28828,7 +29225,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28838,7 +29235,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28930,7 +29327,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29173,6 +29570,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30066,11 +30473,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30082,14 +30489,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30101,13 +30508,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30383,13 +30790,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30407,9 +30814,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30504,12 +30912,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30529,6 +30937,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30536,11 +30945,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30588,24 +31000,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30629,7 +31041,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30678,7 +31090,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30739,11 +31151,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30760,10 +31172,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31034,6 +31446,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31072,7 +31492,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31084,6 +31504,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31361,22 +31782,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31509,7 +31940,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31552,7 +31983,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31764,6 +32195,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31819,7 +32252,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31850,11 +32283,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31875,35 +32308,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32059,7 +32492,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32084,7 +32517,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32100,7 +32533,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32160,7 +32593,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32172,7 +32605,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32452,7 +32885,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32466,16 +32899,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32500,6 +32933,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32617,9 +33055,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32633,11 +33071,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32752,7 +33190,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32767,7 +33205,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32905,6 +33343,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItem.md index 2edd2153dfeb2..e977a07754136 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItem --- @@ -1780,10 +1780,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1917,7 +1917,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1976,7 +1976,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1985,7 +1985,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2001,27 +2001,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2084,7 +2105,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2111,7 +2132,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2168,15 +2189,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2186,22 +2206,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2213,9 +2237,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2225,7 +2250,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2305,10 +2330,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2689,6 +2716,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2700,6 +2728,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2749,7 +2778,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2820,12 +2849,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2896,12 +2925,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2919,7 +2951,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2927,7 +2959,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2937,7 +2969,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3029,7 +3061,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3554,11 +3586,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3570,14 +3602,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3589,13 +3621,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3854,6 +3886,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3924,13 +3966,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3948,9 +3990,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4045,12 +4088,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4070,6 +4113,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4077,11 +4121,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4129,24 +4176,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4170,7 +4217,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4219,7 +4266,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4280,11 +4327,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4301,10 +4348,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4575,6 +4622,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4613,7 +4668,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4625,6 +4680,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4912,22 +4968,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5060,7 +5126,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5103,7 +5169,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5315,6 +5381,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5370,7 +5438,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5401,11 +5469,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5426,35 +5494,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5610,7 +5678,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5635,7 +5703,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5651,7 +5719,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5711,7 +5779,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5723,7 +5791,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6003,7 +6071,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6017,16 +6085,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6051,6 +6119,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6168,9 +6241,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6184,11 +6257,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6303,7 +6376,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6318,7 +6391,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6937,10 +7010,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7074,7 +7147,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7133,7 +7206,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7142,7 +7215,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7158,27 +7231,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7241,7 +7335,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7268,7 +7362,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7325,15 +7419,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7343,22 +7436,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7370,9 +7467,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7382,7 +7480,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7462,10 +7560,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7846,6 +7946,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7857,6 +7958,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7906,7 +8008,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7977,12 +8079,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8053,12 +8155,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8076,7 +8181,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8084,7 +8189,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8094,7 +8199,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8186,7 +8291,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8748,11 +8853,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8764,14 +8869,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8783,13 +8888,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9048,6 +9153,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9118,13 +9233,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9142,9 +9257,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9239,12 +9355,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9264,6 +9380,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9271,11 +9388,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9323,24 +9443,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9364,7 +9484,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9413,7 +9533,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9474,11 +9594,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9495,10 +9615,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9769,6 +9889,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9807,7 +9935,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9819,6 +9947,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10106,22 +10235,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10254,7 +10393,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10297,7 +10436,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10509,6 +10648,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10564,7 +10705,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10595,11 +10736,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10620,35 +10761,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10804,7 +10945,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10829,7 +10970,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10845,7 +10986,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10905,7 +11046,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10917,7 +11058,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11197,7 +11338,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11211,16 +11352,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11245,6 +11386,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11362,9 +11508,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11378,11 +11524,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11497,7 +11643,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11512,7 +11658,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12106,10 +12252,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12243,7 +12389,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12302,7 +12448,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12311,7 +12457,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12327,27 +12473,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12410,7 +12577,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12437,7 +12604,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12494,15 +12661,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12512,22 +12678,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12539,9 +12709,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12551,7 +12722,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12631,10 +12802,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13015,6 +13188,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13026,6 +13200,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13075,7 +13250,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13146,12 +13321,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13222,12 +13397,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13245,7 +13423,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13253,7 +13431,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13263,7 +13441,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13355,7 +13533,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13917,11 +14095,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13933,14 +14111,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13952,13 +14130,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14217,6 +14395,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14287,13 +14475,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14311,9 +14499,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14408,12 +14597,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14433,6 +14622,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14440,11 +14630,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14492,24 +14685,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14533,7 +14726,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14582,7 +14775,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14643,11 +14836,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14664,10 +14857,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14938,6 +15131,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14976,7 +15177,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14988,6 +15189,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15275,22 +15477,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15423,7 +15635,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15466,7 +15678,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15678,6 +15890,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15733,7 +15947,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15764,11 +15978,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15789,35 +16003,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15973,7 +16187,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15998,7 +16212,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16014,7 +16228,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16074,7 +16288,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16086,7 +16300,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16366,7 +16580,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16380,16 +16594,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16414,6 +16628,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16531,9 +16750,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16547,11 +16766,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16666,7 +16885,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16681,7 +16900,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17265,10 +17484,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17411,7 +17630,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17470,7 +17689,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17479,7 +17698,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17495,27 +17714,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17578,7 +17818,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17605,7 +17845,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17662,15 +17902,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17680,22 +17919,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17707,9 +17950,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17719,7 +17963,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17799,10 +18043,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18183,6 +18429,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18194,6 +18441,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18243,7 +18491,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18314,12 +18562,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18390,12 +18638,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18413,7 +18664,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18421,7 +18672,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18431,7 +18682,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18523,7 +18774,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18830,6 +19081,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19713,11 +19974,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19729,14 +19990,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19748,13 +20009,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20030,13 +20291,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20054,9 +20315,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20151,12 +20413,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20176,6 +20438,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20183,11 +20446,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20235,24 +20501,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20276,7 +20542,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20325,7 +20591,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20386,11 +20652,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20407,10 +20673,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20681,6 +20947,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20719,7 +20993,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20731,6 +21005,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21008,22 +21283,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21156,7 +21441,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21199,7 +21484,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21411,6 +21696,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21466,7 +21753,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21497,11 +21784,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21522,35 +21809,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21706,7 +21993,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21731,7 +22018,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21747,7 +22034,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21807,7 +22094,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21819,7 +22106,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22099,7 +22386,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22113,16 +22400,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22147,6 +22434,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22264,9 +22556,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22280,11 +22572,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22399,7 +22691,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22414,7 +22706,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22509,10 +22801,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22655,7 +22947,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22714,7 +23006,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22723,7 +23015,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22739,27 +23031,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22822,7 +23135,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22849,7 +23162,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22906,15 +23219,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22924,22 +23236,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22951,9 +23267,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22963,7 +23280,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23043,10 +23360,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23427,6 +23746,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23438,6 +23758,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23487,7 +23808,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23558,12 +23879,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23634,12 +23955,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23657,7 +23981,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23665,7 +23989,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23675,7 +23999,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23767,7 +24091,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24074,6 +24398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24957,11 +25291,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24973,14 +25307,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24992,13 +25326,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25274,13 +25608,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25298,9 +25632,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25395,12 +25730,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25420,6 +25755,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25427,11 +25763,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25479,24 +25818,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25520,7 +25859,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25569,7 +25908,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25630,11 +25969,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25651,10 +25990,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25925,6 +26264,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25963,7 +26310,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25975,6 +26322,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26252,22 +26600,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26400,7 +26758,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26443,7 +26801,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26655,6 +27013,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26710,7 +27070,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26741,11 +27101,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26766,35 +27126,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26950,7 +27310,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26975,7 +27335,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26991,7 +27351,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27051,7 +27411,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27063,7 +27423,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27343,7 +27703,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27357,16 +27717,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27391,6 +27751,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27508,9 +27873,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27524,11 +27889,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27643,7 +28008,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27658,7 +28023,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27681,10 +28046,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27818,7 +28183,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27877,7 +28242,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27886,7 +28251,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27902,27 +28267,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27985,7 +28371,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28012,7 +28398,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28069,15 +28455,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28087,22 +28472,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28114,9 +28503,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28126,7 +28516,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28206,10 +28596,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28590,6 +28982,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28601,6 +28994,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28650,7 +29044,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28721,12 +29115,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28797,12 +29191,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28820,7 +29217,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28828,7 +29225,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28838,7 +29235,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28930,7 +29327,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29173,6 +29570,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30066,11 +30473,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30082,14 +30489,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30101,13 +30508,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30383,13 +30790,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30407,9 +30814,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30504,12 +30912,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30529,6 +30937,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30536,11 +30945,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30588,24 +31000,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30629,7 +31041,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30678,7 +31090,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30739,11 +31151,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30760,10 +31172,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31034,6 +31446,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31072,7 +31492,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31084,6 +31504,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31361,22 +31782,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31509,7 +31940,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31552,7 +31983,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31764,6 +32195,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31819,7 +32252,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31850,11 +32283,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31875,35 +32308,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32059,7 +32492,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32084,7 +32517,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32100,7 +32533,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32160,7 +32593,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32172,7 +32605,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32452,7 +32885,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32466,16 +32899,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32500,6 +32933,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32617,9 +33055,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32633,11 +33071,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32752,7 +33190,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32767,7 +33205,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32905,6 +33343,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemAnalyticItemActivityStat.md index 23f63d60217ca..706e58e7cd26e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemAnalyticItemActivityStat --- @@ -806,10 +806,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -943,7 +943,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1002,7 +1002,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1011,7 +1011,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1027,27 +1027,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1110,7 +1131,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1137,7 +1158,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1194,15 +1215,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1212,22 +1232,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1239,9 +1263,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1251,7 +1276,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1331,10 +1356,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1715,6 +1742,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1726,6 +1754,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1775,7 +1804,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1846,12 +1875,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1922,12 +1951,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1945,7 +1977,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1953,7 +1985,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1963,7 +1995,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2055,7 +2087,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2609,11 +2641,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2625,14 +2657,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2644,13 +2676,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2909,6 +2941,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2979,13 +3021,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3003,9 +3045,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3100,12 +3143,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3125,6 +3168,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3132,11 +3176,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3184,24 +3231,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3225,7 +3272,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3274,7 +3321,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3335,11 +3382,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3356,10 +3403,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3630,6 +3677,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3668,7 +3723,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3680,6 +3735,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3967,22 +4023,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4115,7 +4181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4158,7 +4224,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4370,6 +4436,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4425,7 +4493,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4456,11 +4524,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4481,35 +4549,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4665,7 +4733,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4690,7 +4758,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4706,7 +4774,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4766,7 +4834,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4778,7 +4846,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5058,7 +5126,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5072,16 +5140,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5106,6 +5174,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5223,9 +5296,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5239,11 +5312,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5358,7 +5431,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5373,7 +5446,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5976,10 +6049,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6113,7 +6186,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6172,7 +6245,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6181,7 +6254,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6197,27 +6270,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6280,7 +6374,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6307,7 +6401,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6364,15 +6458,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6382,22 +6475,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6409,9 +6506,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6421,7 +6519,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6501,10 +6599,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6885,6 +6985,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6896,6 +6997,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6945,7 +7047,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7016,12 +7118,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7092,12 +7194,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7115,7 +7220,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7123,7 +7228,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7133,7 +7238,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7225,7 +7330,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7756,11 +7861,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7772,14 +7877,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7791,13 +7896,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8056,6 +8161,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8126,13 +8241,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8150,9 +8265,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8247,12 +8363,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8272,6 +8388,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8279,11 +8396,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8331,24 +8451,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8372,7 +8492,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8421,7 +8541,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8482,11 +8602,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8503,10 +8623,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8777,6 +8897,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8815,7 +8943,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8827,6 +8955,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9114,22 +9243,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9262,7 +9401,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9305,7 +9444,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9517,6 +9656,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9572,7 +9713,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9603,11 +9744,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9628,35 +9769,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9812,7 +9953,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9837,7 +9978,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9853,7 +9994,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9913,7 +10054,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9925,7 +10066,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10205,7 +10346,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10219,16 +10360,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10253,6 +10394,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10370,9 +10516,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10386,11 +10532,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10505,7 +10651,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10520,7 +10666,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemChild.md index 870a1be212b9e..ddee57c681448 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemChild --- @@ -1815,10 +1815,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1952,7 +1952,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2011,7 +2011,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2020,7 +2020,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2036,27 +2036,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2119,7 +2140,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2146,7 +2167,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2203,15 +2224,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2221,22 +2241,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2248,9 +2272,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2260,7 +2285,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2340,10 +2365,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2724,6 +2751,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2735,6 +2763,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2784,7 +2813,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2855,12 +2884,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2931,12 +2960,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2954,7 +2986,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2962,7 +2994,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2972,7 +3004,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3064,7 +3096,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3589,11 +3621,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3605,14 +3637,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3624,13 +3656,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3889,6 +3921,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3959,13 +4001,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3983,9 +4025,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4080,12 +4123,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4105,6 +4148,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4112,11 +4156,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4164,24 +4211,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4205,7 +4252,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4254,7 +4301,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4315,11 +4362,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4336,10 +4383,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4610,6 +4657,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4648,7 +4703,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4660,6 +4715,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4947,22 +5003,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5095,7 +5161,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5138,7 +5204,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5350,6 +5416,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5405,7 +5473,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5436,11 +5504,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5461,35 +5529,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5645,7 +5713,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5670,7 +5738,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5686,7 +5754,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5746,7 +5814,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5758,7 +5826,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6038,7 +6106,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6052,16 +6120,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6086,6 +6154,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6203,9 +6276,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6219,11 +6292,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6338,7 +6411,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6353,7 +6426,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6972,10 +7045,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7109,7 +7182,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7168,7 +7241,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7177,7 +7250,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7193,27 +7266,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7276,7 +7370,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7303,7 +7397,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7360,15 +7454,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7378,22 +7471,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7405,9 +7502,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7417,7 +7515,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7497,10 +7595,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7881,6 +7981,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7892,6 +7993,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7941,7 +8043,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8012,12 +8114,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8088,12 +8190,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8111,7 +8216,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8119,7 +8224,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8129,7 +8234,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8221,7 +8326,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8783,11 +8888,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8799,14 +8904,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8818,13 +8923,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9083,6 +9188,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9153,13 +9268,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9177,9 +9292,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9274,12 +9390,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9299,6 +9415,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9306,11 +9423,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9358,24 +9478,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9399,7 +9519,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9448,7 +9568,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9509,11 +9629,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9530,10 +9650,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9804,6 +9924,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9842,7 +9970,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9854,6 +9982,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10141,22 +10270,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10289,7 +10428,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10332,7 +10471,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10544,6 +10683,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10599,7 +10740,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10630,11 +10771,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10655,35 +10796,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10839,7 +10980,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10864,7 +11005,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10880,7 +11021,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10940,7 +11081,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10952,7 +11093,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11232,7 +11373,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11246,16 +11387,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11280,6 +11421,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11397,9 +11543,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11413,11 +11559,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11532,7 +11678,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11547,7 +11693,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12141,10 +12287,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12278,7 +12424,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12337,7 +12483,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12346,7 +12492,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12362,27 +12508,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12445,7 +12612,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12472,7 +12639,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12529,15 +12696,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12547,22 +12713,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12574,9 +12744,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12586,7 +12757,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12666,10 +12837,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13050,6 +13223,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13061,6 +13235,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13110,7 +13285,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13181,12 +13356,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13257,12 +13432,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13280,7 +13458,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13288,7 +13466,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13298,7 +13476,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13390,7 +13568,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13952,11 +14130,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13968,14 +14146,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13987,13 +14165,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14252,6 +14430,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14322,13 +14510,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14346,9 +14534,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14443,12 +14632,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14468,6 +14657,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14475,11 +14665,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14527,24 +14720,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14568,7 +14761,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14617,7 +14810,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14678,11 +14871,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14699,10 +14892,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14973,6 +15166,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15011,7 +15212,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15023,6 +15224,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15310,22 +15512,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15458,7 +15670,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15501,7 +15713,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15713,6 +15925,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15768,7 +15982,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15799,11 +16013,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15824,35 +16038,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16008,7 +16222,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16033,7 +16247,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16049,7 +16263,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16109,7 +16323,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16121,7 +16335,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16401,7 +16615,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16415,16 +16629,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16449,6 +16663,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16566,9 +16785,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16582,11 +16801,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16701,7 +16920,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16716,7 +16935,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17300,10 +17519,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17446,7 +17665,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17505,7 +17724,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17514,7 +17733,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17530,27 +17749,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17613,7 +17853,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17640,7 +17880,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17697,15 +17937,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17715,22 +17954,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17742,9 +17985,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17754,7 +17998,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17834,10 +18078,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18218,6 +18464,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18229,6 +18476,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18278,7 +18526,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18349,12 +18597,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18425,12 +18673,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18448,7 +18699,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18456,7 +18707,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18466,7 +18717,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18558,7 +18809,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18865,6 +19116,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19748,11 +20009,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19764,14 +20025,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19783,13 +20044,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20065,13 +20326,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20089,9 +20350,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20186,12 +20448,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20211,6 +20473,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20218,11 +20481,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20270,24 +20536,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20311,7 +20577,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20360,7 +20626,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20421,11 +20687,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20442,10 +20708,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20716,6 +20982,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20754,7 +21028,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20766,6 +21040,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21043,22 +21318,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21191,7 +21476,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21234,7 +21519,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21446,6 +21731,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21501,7 +21788,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21532,11 +21819,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21557,35 +21844,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21741,7 +22028,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21766,7 +22053,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21782,7 +22069,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21842,7 +22129,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21854,7 +22141,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22134,7 +22421,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22148,16 +22435,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22182,6 +22469,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22299,9 +22591,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22315,11 +22607,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22434,7 +22726,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22449,7 +22741,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22544,10 +22836,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22690,7 +22982,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22749,7 +23041,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22758,7 +23050,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22774,27 +23066,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22857,7 +23170,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22884,7 +23197,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22941,15 +23254,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22959,22 +23271,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22986,9 +23302,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22998,7 +23315,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23078,10 +23395,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23462,6 +23781,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23473,6 +23793,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23522,7 +23843,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23593,12 +23914,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23669,12 +23990,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23692,7 +24016,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23700,7 +24024,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23710,7 +24034,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23802,7 +24126,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24109,6 +24433,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24992,11 +25326,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25008,14 +25342,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25027,13 +25361,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25309,13 +25643,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25333,9 +25667,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25430,12 +25765,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25455,6 +25790,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25462,11 +25798,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25514,24 +25853,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25555,7 +25894,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25604,7 +25943,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25665,11 +26004,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25686,10 +26025,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25960,6 +26299,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25998,7 +26345,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26010,6 +26357,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26287,22 +26635,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26435,7 +26793,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26478,7 +26836,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26690,6 +27048,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26745,7 +27105,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26776,11 +27136,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26801,35 +27161,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26985,7 +27345,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27010,7 +27370,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27026,7 +27386,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27086,7 +27446,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27098,7 +27458,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27378,7 +27738,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27392,16 +27752,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27426,6 +27786,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27543,9 +27908,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27559,11 +27924,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27678,7 +28043,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27693,7 +28058,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27716,10 +28081,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27853,7 +28218,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27912,7 +28277,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27921,7 +28286,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27937,27 +28302,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28020,7 +28406,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28047,7 +28433,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28104,15 +28490,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28122,22 +28507,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28149,9 +28538,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28161,7 +28551,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28241,10 +28631,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28625,6 +29017,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28636,6 +29029,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28685,7 +29079,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28756,12 +29150,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28832,12 +29226,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28855,7 +29252,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28863,7 +29260,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28873,7 +29270,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28965,7 +29362,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29208,6 +29605,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30101,11 +30508,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30117,14 +30524,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30136,13 +30543,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30418,13 +30825,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30442,9 +30849,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30539,12 +30947,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30564,6 +30972,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30571,11 +30980,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30623,24 +31035,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30664,7 +31076,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30713,7 +31125,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30774,11 +31186,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30795,10 +31207,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31069,6 +31481,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31107,7 +31527,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31119,6 +31539,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31396,22 +31817,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31544,7 +31975,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31587,7 +32018,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31799,6 +32230,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31854,7 +32287,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31885,11 +32318,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31910,35 +32343,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32094,7 +32527,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32119,7 +32552,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32135,7 +32568,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32195,7 +32628,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32207,7 +32640,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32487,7 +32920,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32501,16 +32934,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32535,6 +32968,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32652,9 +33090,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32668,11 +33106,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32787,7 +33225,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32802,7 +33240,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32940,6 +33378,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemLink.md index b742e7e183912..c8a0e9330cf35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemDocumentSetVersion.md index 5875d4b20af0c..2debbc63572a8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemLink.md index d10669a66f8d2..891fc5a9606b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemlistitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemListItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemVersion.md index 1f096431a8096..b9dc5f5ad1326 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemPermission.md index 234dcce4ff48e..aea8cfa30892c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemPermission --- @@ -834,6 +834,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -933,6 +943,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -953,6 +973,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemSubscription.md index e789f8d47779e..bc93415967939 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemThumbnail.md index 305e5027df8fc..43879d507c276 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemUploadSession.md index d712f11b7411b..9e3fb739b4a06 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemuploadsession Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemVersion.md index 9aeddc324cb17..c6af13eed1aad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListColumn.md index 27ba1ee655c72..23bd78b507205 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentType.md index 2c36aca59763d..17fa02d9a3a19 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentTypeColumn.md index 8b28743c3ef36..7b9cf993cec6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentTypeColumnLink.md index 8534986c188ab..96264c6243741 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItem.md index 5d554c94d3312..4c8f319a5d826 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListItem --- @@ -1046,10 +1046,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1183,7 +1183,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1242,7 +1242,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1251,7 +1251,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1267,27 +1267,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1350,7 +1371,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1377,7 +1398,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1434,15 +1455,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1452,22 +1472,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1479,9 +1503,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1491,7 +1516,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1571,10 +1596,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1955,6 +1982,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1966,6 +1994,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2015,7 +2044,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2086,12 +2115,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2162,12 +2191,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2185,7 +2217,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2193,7 +2225,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2203,7 +2235,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2295,7 +2327,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2820,11 +2852,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2836,14 +2868,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2855,13 +2887,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3120,6 +3152,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3190,13 +3232,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3214,9 +3256,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3311,12 +3354,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3336,6 +3379,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3343,11 +3387,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3395,24 +3442,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3436,7 +3483,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3485,7 +3532,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3546,11 +3593,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3567,10 +3614,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3841,6 +3888,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3879,7 +3934,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3891,6 +3946,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4178,22 +4234,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4326,7 +4392,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4369,7 +4435,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4581,6 +4647,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4636,7 +4704,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4667,11 +4735,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4692,35 +4760,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4876,7 +4944,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4901,7 +4969,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4917,7 +4985,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4977,7 +5045,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4989,7 +5057,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5269,7 +5337,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5283,16 +5351,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5317,6 +5385,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5434,9 +5507,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5450,11 +5523,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5569,7 +5642,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5584,7 +5657,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6184,10 +6257,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6321,7 +6394,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6380,7 +6453,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6389,7 +6462,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6405,27 +6478,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6488,7 +6582,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6515,7 +6609,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6572,15 +6666,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6590,22 +6683,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6617,9 +6714,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6629,7 +6727,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6709,10 +6807,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7093,6 +7193,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7104,6 +7205,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7153,7 +7255,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7224,12 +7326,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7300,12 +7402,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7323,7 +7428,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7331,7 +7436,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7341,7 +7446,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7433,7 +7538,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7676,6 +7781,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8569,11 +8684,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8585,14 +8700,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8604,13 +8719,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8886,13 +9001,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8910,9 +9025,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9007,12 +9123,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9032,6 +9148,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9039,11 +9156,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9091,24 +9211,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9132,7 +9252,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9181,7 +9301,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9242,11 +9362,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9263,10 +9383,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9537,6 +9657,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9575,7 +9703,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9587,6 +9715,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9864,22 +9993,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10012,7 +10151,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10055,7 +10194,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10267,6 +10406,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10322,7 +10463,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10353,11 +10494,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10378,35 +10519,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10562,7 +10703,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10587,7 +10728,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10603,7 +10744,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10663,7 +10804,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10675,7 +10816,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10955,7 +11096,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10969,16 +11110,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11003,6 +11144,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11120,9 +11266,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11136,11 +11282,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11255,7 +11401,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11270,7 +11416,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11348,10 +11494,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11494,7 +11640,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11553,7 +11699,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11562,7 +11708,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11578,27 +11724,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11661,7 +11828,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11688,7 +11855,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11745,15 +11912,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11763,22 +11929,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11790,9 +11960,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11802,7 +11973,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11882,10 +12053,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12266,6 +12439,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12277,6 +12451,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12326,7 +12501,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12397,12 +12572,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12473,12 +12648,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12496,7 +12674,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12504,7 +12682,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12514,7 +12692,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12606,7 +12784,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12913,6 +13091,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13796,11 +13984,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13812,14 +14000,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13831,13 +14019,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14113,13 +14301,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14137,9 +14325,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14234,12 +14423,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14259,6 +14448,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14266,11 +14456,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14318,24 +14511,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14359,7 +14552,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14408,7 +14601,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14469,11 +14662,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14490,10 +14683,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14764,6 +14957,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14802,7 +15003,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14814,6 +15015,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15091,22 +15293,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15239,7 +15451,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15282,7 +15494,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15494,6 +15706,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15549,7 +15763,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15580,11 +15794,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15605,35 +15819,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15789,7 +16003,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15814,7 +16028,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15830,7 +16044,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15890,7 +16104,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15902,7 +16116,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16182,7 +16396,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16196,16 +16410,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16230,6 +16444,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16347,9 +16566,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16363,11 +16582,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16482,7 +16701,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16497,7 +16716,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16561,10 +16780,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16698,7 +16917,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16757,7 +16976,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16766,7 +16985,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16782,27 +17001,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16865,7 +17105,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16892,7 +17132,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16949,15 +17189,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16967,22 +17206,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16994,9 +17237,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17006,7 +17250,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17086,10 +17330,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17470,6 +17716,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17481,6 +17728,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17530,7 +17778,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17601,12 +17849,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17677,12 +17925,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17700,7 +17951,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17708,7 +17959,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17718,7 +17969,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17810,7 +18061,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18372,11 +18623,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18388,14 +18639,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18407,13 +18658,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18672,6 +18923,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18742,13 +19003,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18766,9 +19027,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18863,12 +19125,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18888,6 +19150,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18895,11 +19158,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18947,24 +19213,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18988,7 +19254,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19037,7 +19303,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19098,11 +19364,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19119,10 +19385,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19393,6 +19659,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19431,7 +19705,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19443,6 +19717,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19730,22 +20005,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19878,7 +20163,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19921,7 +20206,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20133,6 +20418,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20188,7 +20475,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20219,11 +20506,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20244,35 +20531,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20428,7 +20715,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20453,7 +20740,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20469,7 +20756,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20529,7 +20816,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20541,7 +20828,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20821,7 +21108,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20835,16 +21122,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20869,6 +21156,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20986,9 +21278,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21002,11 +21294,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21121,7 +21413,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21136,7 +21428,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21746,10 +22038,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21892,7 +22184,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21951,7 +22243,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21960,7 +22252,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -21976,27 +22268,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22059,7 +22372,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22086,7 +22399,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22143,15 +22456,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22161,22 +22473,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22188,9 +22504,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22200,7 +22517,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22280,10 +22597,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22664,6 +22983,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22675,6 +22995,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22724,7 +23045,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22795,12 +23116,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22871,12 +23192,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22894,7 +23218,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22902,7 +23226,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22912,7 +23236,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23004,7 +23328,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23311,6 +23635,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24194,11 +24528,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24210,14 +24544,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24229,13 +24563,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24511,13 +24845,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24535,9 +24869,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24632,12 +24967,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24657,6 +24992,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24664,11 +25000,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24716,24 +25055,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24757,7 +25096,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24806,7 +25145,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24867,11 +25206,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24888,10 +25227,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25162,6 +25501,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25200,7 +25547,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25212,6 +25559,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25489,22 +25837,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25637,7 +25995,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25680,7 +26038,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25892,6 +26250,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25947,7 +26307,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25978,11 +26338,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26003,35 +26363,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26187,7 +26547,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26212,7 +26572,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26228,7 +26588,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26288,7 +26648,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26300,7 +26660,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26580,7 +26940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26594,16 +26954,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26628,6 +26988,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26745,9 +27110,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26761,11 +27126,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26880,7 +27245,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26895,7 +27260,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemDocumentSetVersion.md index c47b1a853601d..949cd8d671958 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemLink.md index 4a4767f4a6e28..7a587ee6ed51d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemVersion.md index afba17f27be82..449373891e20d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListOperation.md index c7e20571ea036..4f1ace1173f21 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListSubscription.md index 6e685703008c7..3e5cb7d2a5799 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootAnalyticItemActivityStat.md index cef6abc21e19c..c15362567d08a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootAnalyticItemActivityStat --- @@ -778,10 +778,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -915,7 +915,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -974,7 +974,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -983,7 +983,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -999,27 +999,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1082,7 +1103,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1109,7 +1130,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1166,15 +1187,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1184,22 +1204,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1211,9 +1235,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1223,7 +1248,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1303,10 +1328,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1687,6 +1714,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1698,6 +1726,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1747,7 +1776,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1818,12 +1847,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1894,12 +1923,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1917,7 +1949,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1925,7 +1957,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1935,7 +1967,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2027,7 +2059,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2581,11 +2613,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2597,14 +2629,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2616,13 +2648,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2881,6 +2913,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2951,13 +2993,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -2975,9 +3017,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3072,12 +3115,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3097,6 +3140,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3104,11 +3148,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3156,24 +3203,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3197,7 +3244,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3246,7 +3293,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3307,11 +3354,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3328,10 +3375,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3602,6 +3649,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3640,7 +3695,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3652,6 +3707,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3939,22 +3995,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4087,7 +4153,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4130,7 +4196,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4342,6 +4408,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4397,7 +4465,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4428,11 +4496,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4453,35 +4521,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4637,7 +4705,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4662,7 +4730,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4678,7 +4746,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4738,7 +4806,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4750,7 +4818,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5030,7 +5098,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5044,16 +5112,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5078,6 +5146,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5195,9 +5268,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5211,11 +5284,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5330,7 +5403,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5345,7 +5418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5948,10 +6021,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6085,7 +6158,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6144,7 +6217,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6153,7 +6226,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6169,27 +6242,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6252,7 +6346,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6279,7 +6373,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6336,15 +6430,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6354,22 +6447,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6381,9 +6478,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6393,7 +6491,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6473,10 +6571,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6857,6 +6957,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6868,6 +6969,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6917,7 +7019,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6988,12 +7090,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7064,12 +7166,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7087,7 +7192,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7095,7 +7200,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7105,7 +7210,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7197,7 +7302,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7728,11 +7833,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7744,14 +7849,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7763,13 +7868,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8028,6 +8133,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8098,13 +8213,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8122,9 +8237,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8219,12 +8335,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8244,6 +8360,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8251,11 +8368,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8303,24 +8423,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8344,7 +8464,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8393,7 +8513,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8454,11 +8574,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8475,10 +8595,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8749,6 +8869,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8787,7 +8915,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8799,6 +8927,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9086,22 +9215,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9234,7 +9373,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9277,7 +9416,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9489,6 +9628,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9544,7 +9685,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9575,11 +9716,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9600,35 +9741,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9784,7 +9925,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9809,7 +9950,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9825,7 +9966,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9885,7 +10026,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9897,7 +10038,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10177,7 +10318,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10191,16 +10332,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10225,6 +10366,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10342,9 +10488,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10358,11 +10504,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10477,7 +10623,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10492,7 +10638,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootChild.md index bb492cdf512b8..4fd4361fc8298 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootChild --- @@ -1780,10 +1780,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1917,7 +1917,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1976,7 +1976,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1985,7 +1985,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2001,27 +2001,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2084,7 +2105,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2111,7 +2132,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2168,15 +2189,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2186,22 +2206,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2213,9 +2237,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2225,7 +2250,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2305,10 +2330,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2689,6 +2716,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2700,6 +2728,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2749,7 +2778,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2820,12 +2849,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2896,12 +2925,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2919,7 +2951,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2927,7 +2959,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2937,7 +2969,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3029,7 +3061,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3554,11 +3586,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3570,14 +3602,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3589,13 +3621,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3854,6 +3886,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3924,13 +3966,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3948,9 +3990,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4045,12 +4088,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4070,6 +4113,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4077,11 +4121,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4129,24 +4176,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4170,7 +4217,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4219,7 +4266,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4280,11 +4327,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4301,10 +4348,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4575,6 +4622,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4613,7 +4668,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4625,6 +4680,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4912,22 +4968,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5060,7 +5126,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5103,7 +5169,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5315,6 +5381,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5370,7 +5438,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5401,11 +5469,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5426,35 +5494,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5610,7 +5678,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5635,7 +5703,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5651,7 +5719,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5711,7 +5779,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5723,7 +5791,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6003,7 +6071,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6017,16 +6085,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6051,6 +6119,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6168,9 +6241,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6184,11 +6257,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6303,7 +6376,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6318,7 +6391,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6937,10 +7010,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7074,7 +7147,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7133,7 +7206,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7142,7 +7215,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7158,27 +7231,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7241,7 +7335,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7268,7 +7362,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7325,15 +7419,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7343,22 +7436,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7370,9 +7467,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7382,7 +7480,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7462,10 +7560,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7846,6 +7946,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7857,6 +7958,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7906,7 +8008,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7977,12 +8079,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8053,12 +8155,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8076,7 +8181,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8084,7 +8189,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8094,7 +8199,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8186,7 +8291,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8748,11 +8853,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8764,14 +8869,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8783,13 +8888,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9048,6 +9153,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9118,13 +9233,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9142,9 +9257,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9239,12 +9355,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9264,6 +9380,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9271,11 +9388,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9323,24 +9443,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9364,7 +9484,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9413,7 +9533,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9474,11 +9594,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9495,10 +9615,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9769,6 +9889,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9807,7 +9935,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9819,6 +9947,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10106,22 +10235,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10254,7 +10393,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10297,7 +10436,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10509,6 +10648,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10564,7 +10705,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10595,11 +10736,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10620,35 +10761,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10804,7 +10945,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10829,7 +10970,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10845,7 +10986,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10905,7 +11046,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10917,7 +11058,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11197,7 +11338,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11211,16 +11352,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11245,6 +11386,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11362,9 +11508,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11378,11 +11524,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11497,7 +11643,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11512,7 +11658,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12106,10 +12252,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12243,7 +12389,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12302,7 +12448,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12311,7 +12457,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12327,27 +12473,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12410,7 +12577,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12437,7 +12604,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12494,15 +12661,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12512,22 +12678,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12539,9 +12709,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12551,7 +12722,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12631,10 +12802,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13015,6 +13188,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13026,6 +13200,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13075,7 +13250,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13146,12 +13321,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13222,12 +13397,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13245,7 +13423,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13253,7 +13431,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13263,7 +13441,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13355,7 +13533,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13917,11 +14095,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13933,14 +14111,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13952,13 +14130,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14217,6 +14395,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14287,13 +14475,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14311,9 +14499,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14408,12 +14597,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14433,6 +14622,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14440,11 +14630,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14492,24 +14685,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14533,7 +14726,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14582,7 +14775,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14643,11 +14836,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14664,10 +14857,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14938,6 +15131,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14976,7 +15177,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14988,6 +15189,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15275,22 +15477,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15423,7 +15635,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15466,7 +15678,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15678,6 +15890,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15733,7 +15947,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15764,11 +15978,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15789,35 +16003,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15973,7 +16187,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15998,7 +16212,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16014,7 +16228,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16074,7 +16288,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16086,7 +16300,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16366,7 +16580,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16380,16 +16594,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16414,6 +16628,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16531,9 +16750,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16547,11 +16766,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16666,7 +16885,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16681,7 +16900,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17265,10 +17484,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17411,7 +17630,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17470,7 +17689,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17479,7 +17698,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17495,27 +17714,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17578,7 +17818,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17605,7 +17845,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17662,15 +17902,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17680,22 +17919,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17707,9 +17950,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17719,7 +17963,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17799,10 +18043,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18183,6 +18429,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18194,6 +18441,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18243,7 +18491,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18314,12 +18562,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18390,12 +18638,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18413,7 +18664,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18421,7 +18672,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18431,7 +18682,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18523,7 +18774,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18830,6 +19081,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19713,11 +19974,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19729,14 +19990,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19748,13 +20009,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20030,13 +20291,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20054,9 +20315,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20151,12 +20413,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20176,6 +20438,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20183,11 +20446,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20235,24 +20501,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20276,7 +20542,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20325,7 +20591,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20386,11 +20652,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20407,10 +20673,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20681,6 +20947,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20719,7 +20993,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20731,6 +21005,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21008,22 +21283,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21156,7 +21441,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21199,7 +21484,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21411,6 +21696,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21466,7 +21753,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21497,11 +21784,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21522,35 +21809,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21706,7 +21993,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21731,7 +22018,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21747,7 +22034,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21807,7 +22094,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21819,7 +22106,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22099,7 +22386,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22113,16 +22400,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22147,6 +22434,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22264,9 +22556,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22280,11 +22572,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22399,7 +22691,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22414,7 +22706,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22509,10 +22801,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22655,7 +22947,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22714,7 +23006,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22723,7 +23015,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22739,27 +23031,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22822,7 +23135,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22849,7 +23162,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22906,15 +23219,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22924,22 +23236,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22951,9 +23267,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22963,7 +23280,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23043,10 +23360,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23427,6 +23746,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23438,6 +23758,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23487,7 +23808,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23558,12 +23879,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23634,12 +23955,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23657,7 +23981,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23665,7 +23989,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23675,7 +23999,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23767,7 +24091,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24074,6 +24398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24957,11 +25291,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24973,14 +25307,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24992,13 +25326,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25274,13 +25608,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25298,9 +25632,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25395,12 +25730,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25420,6 +25755,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25427,11 +25763,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25479,24 +25818,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25520,7 +25859,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25569,7 +25908,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25630,11 +25969,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25651,10 +25990,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25925,6 +26264,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25963,7 +26310,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25975,6 +26322,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26252,22 +26600,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26400,7 +26758,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26443,7 +26801,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26655,6 +27013,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26710,7 +27070,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26741,11 +27101,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26766,35 +27126,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26950,7 +27310,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26975,7 +27335,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26991,7 +27351,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27051,7 +27411,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27063,7 +27423,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27343,7 +27703,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27357,16 +27717,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27391,6 +27751,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27508,9 +27873,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27524,11 +27889,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27643,7 +28008,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27658,7 +28023,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27681,10 +28046,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27818,7 +28183,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27877,7 +28242,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27886,7 +28251,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27902,27 +28267,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27985,7 +28371,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28012,7 +28398,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28069,15 +28455,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28087,22 +28472,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28114,9 +28503,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28126,7 +28516,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28206,10 +28596,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28590,6 +28982,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28601,6 +28994,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28650,7 +29044,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28721,12 +29115,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28797,12 +29191,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28820,7 +29217,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28828,7 +29225,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28838,7 +29235,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28930,7 +29327,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29173,6 +29570,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30066,11 +30473,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30082,14 +30489,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30101,13 +30508,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30383,13 +30790,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30407,9 +30814,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30504,12 +30912,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30529,6 +30937,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30536,11 +30945,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30588,24 +31000,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30629,7 +31041,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30678,7 +31090,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30739,11 +31151,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30760,10 +31172,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31034,6 +31446,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31072,7 +31492,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31084,6 +31504,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31361,22 +31782,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31509,7 +31940,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31552,7 +31983,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31764,6 +32195,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31819,7 +32252,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31850,11 +32283,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31875,35 +32308,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32059,7 +32492,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32084,7 +32517,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32100,7 +32533,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32160,7 +32593,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32172,7 +32605,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32452,7 +32885,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32466,16 +32899,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32500,6 +32933,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32617,9 +33055,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32633,11 +33071,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32752,7 +33190,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32767,7 +33205,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32905,6 +33343,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootLink.md index 327f63026d027..59342d295615c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemDocumentSetVersion.md index 0e5f6b693f4c6..86ecc2a37f7dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemLink.md index d329fefce2254..2a3884c1ac9d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootlistitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootListItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemVersion.md index 6cdaa136e8b13..2d994e0961474 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootPermission.md index 1b8ce374f5c88..e355c475ffd07 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootPermission --- @@ -806,6 +806,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -905,6 +915,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -925,6 +945,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootSubscription.md index c9d16debd0e74..093a14e3d8bf7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootThumbnail.md index e4c6e37a2be32..76c77961f5a57 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootUploadSession.md index 318be9e864eef..da9cb526e2a91 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootuploadsession Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootVersion.md index 98ff6107ccfde..ba9df864c2dff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDrive.md index b9194408f2fd6..99fc04db25ade 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDrive --- @@ -1117,10 +1117,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1254,7 +1254,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1313,7 +1313,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1322,7 +1322,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1338,27 +1338,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1421,7 +1442,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1448,7 +1469,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1505,15 +1526,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1523,22 +1543,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1550,9 +1574,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1562,7 +1587,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1642,10 +1667,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2026,6 +2053,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2037,6 +2065,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2086,7 +2115,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2157,12 +2186,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2233,12 +2262,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2256,7 +2288,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2264,7 +2296,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2274,7 +2306,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2366,7 +2398,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2416,11 +2448,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2432,14 +2464,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2451,13 +2483,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2731,6 +2763,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3817,13 +3859,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3841,9 +3883,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3938,12 +3981,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3963,6 +4006,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3970,11 +4014,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4022,24 +4069,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4063,7 +4110,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4112,7 +4159,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4173,11 +4220,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4194,10 +4241,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4468,6 +4515,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4506,7 +4561,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4518,6 +4573,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4795,22 +4851,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4943,7 +5009,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4986,7 +5052,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5198,6 +5264,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5253,7 +5321,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5284,11 +5352,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5309,35 +5377,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5493,7 +5561,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5518,7 +5586,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5534,7 +5602,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5594,7 +5662,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5606,7 +5674,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5886,7 +5954,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5900,16 +5968,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5934,6 +6002,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6051,9 +6124,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6067,11 +6140,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6186,7 +6259,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6201,7 +6274,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6277,10 +6350,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6414,7 +6487,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6473,7 +6546,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6482,7 +6555,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6498,27 +6571,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6581,7 +6675,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6608,7 +6702,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6665,15 +6759,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6683,22 +6776,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6710,9 +6807,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6722,7 +6820,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6802,10 +6900,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7186,6 +7286,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7197,6 +7298,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7246,7 +7348,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7317,12 +7419,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7393,12 +7495,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7416,7 +7521,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7424,7 +7529,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7434,7 +7539,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7526,7 +7631,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8088,11 +8193,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8104,14 +8209,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8123,13 +8228,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8388,6 +8493,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8458,13 +8573,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8482,9 +8597,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8579,12 +8695,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8604,6 +8720,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8611,11 +8728,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8663,24 +8783,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8704,7 +8824,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8753,7 +8873,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8814,11 +8934,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8835,10 +8955,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9109,6 +9229,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9147,7 +9275,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9159,6 +9287,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9446,22 +9575,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9594,7 +9733,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9637,7 +9776,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9849,6 +9988,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9904,7 +10045,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9935,11 +10076,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9960,35 +10101,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10144,7 +10285,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10169,7 +10310,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10185,7 +10326,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10245,7 +10386,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10257,7 +10398,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10537,7 +10678,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10551,16 +10692,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10585,6 +10726,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10702,9 +10848,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10718,11 +10864,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10837,7 +10983,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10852,7 +10998,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11436,10 +11582,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11582,7 +11728,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11641,7 +11787,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11650,7 +11796,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11666,27 +11812,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11749,7 +11916,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11776,7 +11943,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11833,15 +12000,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11851,22 +12017,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11878,9 +12048,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11890,7 +12061,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11970,10 +12141,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12354,6 +12527,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12365,6 +12539,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12414,7 +12589,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12485,12 +12660,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12561,12 +12736,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12584,7 +12762,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12592,7 +12770,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12602,7 +12780,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12694,7 +12872,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13001,6 +13179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13884,11 +14072,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13900,14 +14088,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13919,13 +14107,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14201,13 +14389,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14225,9 +14413,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14322,12 +14511,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14347,6 +14536,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14354,11 +14544,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14406,24 +14599,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14447,7 +14640,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14496,7 +14689,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14557,11 +14750,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14578,10 +14771,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14852,6 +15045,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14890,7 +15091,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14902,6 +15103,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15179,22 +15381,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15327,7 +15539,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15370,7 +15582,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15582,6 +15794,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15637,7 +15851,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15668,11 +15882,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15693,35 +15907,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15877,7 +16091,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15902,7 +16116,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15918,7 +16132,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15978,7 +16192,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15990,7 +16204,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16270,7 +16484,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16284,16 +16498,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16318,6 +16532,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16435,9 +16654,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16451,11 +16670,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16570,7 +16789,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16585,7 +16804,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16608,10 +16827,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16745,7 +16964,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16804,7 +17023,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16813,7 +17032,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16829,27 +17048,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16912,7 +17152,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16939,7 +17179,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16996,15 +17236,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17014,22 +17253,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17041,9 +17284,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17053,7 +17297,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17133,10 +17377,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17517,6 +17763,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17528,6 +17775,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17577,7 +17825,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17648,12 +17896,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17724,12 +17972,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17747,7 +17998,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17755,7 +18006,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17765,7 +18016,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17857,7 +18108,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18419,11 +18670,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18435,14 +18686,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18454,13 +18705,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18719,6 +18970,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18789,13 +19050,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18813,9 +19074,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18910,12 +19172,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18935,6 +19197,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18942,11 +19205,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18994,24 +19260,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19035,7 +19301,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19084,7 +19350,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19145,11 +19411,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19166,10 +19432,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19440,6 +19706,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19478,7 +19752,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19490,6 +19764,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19777,22 +20052,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19925,7 +20210,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19968,7 +20253,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20180,6 +20465,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20235,7 +20522,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20266,11 +20553,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20291,35 +20578,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20475,7 +20762,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20500,7 +20787,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20516,7 +20803,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20576,7 +20863,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20588,7 +20875,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20868,7 +21155,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20882,16 +21169,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20916,6 +21203,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21033,9 +21325,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21049,11 +21341,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21168,7 +21460,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21183,7 +21475,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21795,10 +22087,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21932,7 +22224,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21991,7 +22283,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22000,7 +22292,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22016,27 +22308,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22099,7 +22412,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22126,7 +22439,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22183,15 +22496,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22201,22 +22513,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22228,9 +22544,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22240,7 +22557,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22320,10 +22637,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22704,6 +23023,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22715,6 +23035,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22764,7 +23085,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22835,12 +23156,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22911,12 +23232,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22934,7 +23258,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22942,7 +23266,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22952,7 +23276,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23044,7 +23368,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23606,11 +23930,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -23622,14 +23946,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -23641,13 +23965,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -23906,6 +24230,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -23976,13 +24310,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24000,9 +24334,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24097,12 +24432,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24122,6 +24457,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24129,11 +24465,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24181,24 +24520,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24222,7 +24561,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24271,7 +24610,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24332,11 +24671,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24353,10 +24692,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24627,6 +24966,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -24665,7 +25012,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -24677,6 +25024,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24964,22 +25312,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25112,7 +25470,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25155,7 +25513,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25367,6 +25725,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25422,7 +25782,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25453,11 +25813,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -25478,35 +25838,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -25662,7 +26022,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -25687,7 +26047,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -25703,7 +26063,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -25763,7 +26123,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -25775,7 +26135,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26055,7 +26415,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26069,16 +26429,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26103,6 +26463,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26220,9 +26585,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26236,11 +26601,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26355,7 +26720,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26370,7 +26735,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -26954,10 +27319,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27100,7 +27465,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27159,7 +27524,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27168,7 +27533,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27184,27 +27549,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27267,7 +27653,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -27294,7 +27680,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -27351,15 +27737,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -27369,22 +27754,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -27396,9 +27785,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -27408,7 +27798,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -27488,10 +27878,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -27872,6 +28264,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -27883,6 +28276,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -27932,7 +28326,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28003,12 +28397,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28079,12 +28473,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28102,7 +28499,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28110,7 +28507,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28120,7 +28517,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28212,7 +28609,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -28519,6 +28916,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -29402,11 +29809,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -29418,14 +29825,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -29437,13 +29844,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -29719,13 +30126,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -29743,9 +30150,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -29840,12 +30248,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -29865,6 +30273,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -29872,11 +30281,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -29924,24 +30336,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -29965,7 +30377,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30014,7 +30426,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30075,11 +30487,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30096,10 +30508,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -30370,6 +30782,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -30408,7 +30828,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -30420,6 +30840,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -30697,22 +31118,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -30845,7 +31276,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -30888,7 +31319,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31100,6 +31531,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31155,7 +31588,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31186,11 +31619,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31211,35 +31644,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -31395,7 +31828,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -31420,7 +31853,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -31436,7 +31869,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -31496,7 +31929,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -31508,7 +31941,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31788,7 +32221,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -31802,16 +32235,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31836,6 +32269,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31953,9 +32391,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31969,11 +32407,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32088,7 +32526,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32103,7 +32541,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -32126,10 +32564,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -32263,7 +32701,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -32322,7 +32760,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -32331,7 +32769,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -32347,27 +32785,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -32430,7 +32889,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -32457,7 +32916,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -32514,15 +32973,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -32532,22 +32990,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -32559,9 +33021,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -32571,7 +33034,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -32651,10 +33114,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -33035,6 +33500,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -33046,6 +33512,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -33095,7 +33562,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -33166,12 +33633,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -33242,12 +33709,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -33265,7 +33735,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -33273,7 +33743,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -33283,7 +33753,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -33375,7 +33845,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -33682,6 +34152,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -34302,11 +34782,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -34318,14 +34798,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -34337,13 +34817,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -34847,13 +35327,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -34871,9 +35351,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -34968,12 +35449,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -34993,6 +35474,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -35000,11 +35482,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -35052,24 +35537,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -35093,7 +35578,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -35142,7 +35627,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -35203,11 +35688,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -35224,10 +35709,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35498,6 +35983,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -35536,7 +36029,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -35548,6 +36041,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35825,22 +36319,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -35973,7 +36477,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -36016,7 +36520,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -36228,6 +36732,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -36283,7 +36789,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36314,11 +36820,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -36339,35 +36845,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -36523,7 +37029,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -36548,7 +37054,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -36564,7 +37070,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -36624,7 +37130,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -36636,7 +37142,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36916,7 +37422,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -36930,16 +37436,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36964,6 +37470,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37081,9 +37592,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37097,11 +37608,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -37216,7 +37727,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -37231,7 +37742,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -37343,10 +37854,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -37480,7 +37991,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -37539,7 +38050,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -37548,7 +38059,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37564,27 +38075,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -37647,7 +38179,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -37674,7 +38206,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -37731,15 +38263,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -37749,22 +38280,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -37776,9 +38311,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -37788,7 +38324,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -37868,10 +38404,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -38252,6 +38790,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -38263,6 +38802,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -38312,7 +38852,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -38383,12 +38923,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -38459,12 +38999,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -38482,7 +39025,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -38490,7 +39033,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -38500,7 +39043,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -38592,7 +39135,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -39154,11 +39697,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -39170,14 +39713,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -39189,13 +39732,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -39454,6 +39997,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -39524,13 +40077,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -39548,9 +40101,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -39645,12 +40199,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -39670,6 +40224,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -39677,11 +40232,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -39729,24 +40287,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -39770,7 +40328,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -39819,7 +40377,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -39880,11 +40438,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -39901,10 +40459,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -40175,6 +40733,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -40213,7 +40779,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -40225,6 +40791,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -40512,22 +41079,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -40660,7 +41237,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -40703,7 +41280,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -40915,6 +41492,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -40970,7 +41549,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41001,11 +41580,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -41026,35 +41605,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -41210,7 +41789,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -41235,7 +41814,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -41251,7 +41830,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -41311,7 +41890,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -41323,7 +41902,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41603,7 +42182,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -41617,16 +42196,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41651,6 +42230,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41768,9 +42352,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41784,11 +42368,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -41903,7 +42487,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -41918,7 +42502,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -42514,10 +43098,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -42651,7 +43235,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -42710,7 +43294,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -42719,7 +43303,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -42735,27 +43319,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -42818,7 +43423,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -42845,7 +43450,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -42902,15 +43507,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -42920,22 +43524,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -42947,9 +43555,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -42959,7 +43568,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -43039,10 +43648,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -43423,6 +44034,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -43434,6 +44046,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -43483,7 +44096,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -43554,12 +44167,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -43630,12 +44243,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -43653,7 +44269,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -43661,7 +44277,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -43671,7 +44287,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -43763,7 +44379,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -44325,11 +44941,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -44341,14 +44957,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -44360,13 +44976,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -44625,6 +45241,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -44695,13 +45321,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -44719,9 +45345,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -44816,12 +45443,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -44841,6 +45468,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -44848,11 +45476,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -44900,24 +45531,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -44941,7 +45572,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -44990,7 +45621,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -45051,11 +45682,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -45072,10 +45703,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -45346,6 +45977,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -45384,7 +46023,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -45396,6 +46035,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -45683,22 +46323,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -45831,7 +46481,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -45874,7 +46524,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -46086,6 +46736,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -46141,7 +46793,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46172,11 +46824,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -46197,35 +46849,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -46381,7 +47033,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -46406,7 +47058,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -46422,7 +47074,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -46482,7 +47134,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -46494,7 +47146,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46774,7 +47426,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -46788,16 +47440,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46822,6 +47474,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46939,9 +47596,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46955,11 +47612,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -47074,7 +47731,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -47089,7 +47746,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveBundle.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveBundle.md index 79c4da2b567de..8f7b8cfbee334 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveBundle.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveBundle.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivebundle Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveBundle --- @@ -1807,10 +1807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1944,7 +1944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2003,7 +2003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2012,7 +2012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2028,27 +2028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2111,7 +2132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2138,7 +2159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2195,15 +2216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2213,22 +2233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2240,9 +2264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2252,7 +2277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2332,10 +2357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2716,6 +2743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2727,6 +2755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2776,7 +2805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2847,12 +2876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2923,12 +2952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2946,7 +2978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2954,7 +2986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2964,7 +2996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3056,7 +3088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3581,11 +3613,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3597,14 +3629,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3616,13 +3648,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3881,6 +3913,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3951,13 +3993,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3975,9 +4017,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4072,12 +4115,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4097,6 +4140,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4104,11 +4148,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4156,24 +4203,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4197,7 +4244,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4246,7 +4293,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4307,11 +4354,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4328,10 +4375,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4602,6 +4649,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4640,7 +4695,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4652,6 +4707,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4939,22 +4995,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5087,7 +5153,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5130,7 +5196,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5342,6 +5408,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5397,7 +5465,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5428,11 +5496,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5453,35 +5521,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5637,7 +5705,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5662,7 +5730,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5678,7 +5746,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5738,7 +5806,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5750,7 +5818,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6030,7 +6098,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6044,16 +6112,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6078,6 +6146,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6195,9 +6268,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6211,11 +6284,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6330,7 +6403,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6345,7 +6418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6964,10 +7037,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7101,7 +7174,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7160,7 +7233,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7169,7 +7242,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7185,27 +7258,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7268,7 +7362,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7295,7 +7389,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7352,15 +7446,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7370,22 +7463,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7397,9 +7494,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7409,7 +7507,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7489,10 +7587,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7873,6 +7973,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7884,6 +7985,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7933,7 +8035,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8004,12 +8106,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8080,12 +8182,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8103,7 +8208,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8111,7 +8216,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8121,7 +8226,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8213,7 +8318,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8775,11 +8880,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8791,14 +8896,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8810,13 +8915,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9075,6 +9180,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9145,13 +9260,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9169,9 +9284,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9266,12 +9382,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9291,6 +9407,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9298,11 +9415,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9350,24 +9470,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9391,7 +9511,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9440,7 +9560,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9501,11 +9621,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9522,10 +9642,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9796,6 +9916,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9834,7 +9962,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9846,6 +9974,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10133,22 +10262,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10281,7 +10420,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10324,7 +10463,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10536,6 +10675,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10591,7 +10732,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10622,11 +10763,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10647,35 +10788,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10831,7 +10972,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10856,7 +10997,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10872,7 +11013,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10932,7 +11073,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10944,7 +11085,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11224,7 +11365,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11238,16 +11379,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11272,6 +11413,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11389,9 +11535,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11405,11 +11551,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11524,7 +11670,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11539,7 +11685,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12133,10 +12279,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12270,7 +12416,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12329,7 +12475,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12338,7 +12484,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12354,27 +12500,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12437,7 +12604,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12464,7 +12631,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12521,15 +12688,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12539,22 +12705,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12566,9 +12736,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12578,7 +12749,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12658,10 +12829,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13042,6 +13215,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13053,6 +13227,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13102,7 +13277,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13173,12 +13348,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13249,12 +13424,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13272,7 +13450,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13280,7 +13458,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13290,7 +13468,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13382,7 +13560,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13944,11 +14122,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13960,14 +14138,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13979,13 +14157,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14244,6 +14422,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14314,13 +14502,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14338,9 +14526,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14435,12 +14624,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14460,6 +14649,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14467,11 +14657,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14519,24 +14712,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14560,7 +14753,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14609,7 +14802,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14670,11 +14863,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14691,10 +14884,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14965,6 +15158,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15003,7 +15204,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15015,6 +15216,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15302,22 +15504,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15450,7 +15662,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15493,7 +15705,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15705,6 +15917,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15760,7 +15974,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15791,11 +16005,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15816,35 +16030,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16000,7 +16214,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16025,7 +16239,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16041,7 +16255,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16101,7 +16315,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16113,7 +16327,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16393,7 +16607,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16407,16 +16621,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16441,6 +16655,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16558,9 +16777,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16574,11 +16793,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16693,7 +16912,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16708,7 +16927,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17292,10 +17511,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17438,7 +17657,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17497,7 +17716,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17506,7 +17725,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17522,27 +17741,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17605,7 +17845,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17632,7 +17872,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17689,15 +17929,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17707,22 +17946,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17734,9 +17977,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17746,7 +17990,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17826,10 +18070,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18210,6 +18456,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18221,6 +18468,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18270,7 +18518,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18341,12 +18589,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18417,12 +18665,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18440,7 +18691,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18448,7 +18699,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18458,7 +18709,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18550,7 +18801,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18857,6 +19108,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19740,11 +20001,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19756,14 +20017,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19775,13 +20036,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20057,13 +20318,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20081,9 +20342,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20178,12 +20440,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20203,6 +20465,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20210,11 +20473,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20262,24 +20528,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20303,7 +20569,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20352,7 +20618,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20413,11 +20679,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20434,10 +20700,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20708,6 +20974,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20746,7 +21020,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20758,6 +21032,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21035,22 +21310,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21183,7 +21468,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21226,7 +21511,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21438,6 +21723,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21493,7 +21780,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21524,11 +21811,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21549,35 +21836,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21733,7 +22020,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21758,7 +22045,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21774,7 +22061,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21834,7 +22121,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21846,7 +22133,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22126,7 +22413,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22140,16 +22427,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22174,6 +22461,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22291,9 +22583,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22307,11 +22599,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22426,7 +22718,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22441,7 +22733,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22536,10 +22828,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22682,7 +22974,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22741,7 +23033,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22750,7 +23042,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22766,27 +23058,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22849,7 +23162,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22876,7 +23189,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22933,15 +23246,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22951,22 +23263,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22978,9 +23294,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22990,7 +23307,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23070,10 +23387,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23454,6 +23773,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23465,6 +23785,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23514,7 +23835,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23585,12 +23906,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23661,12 +23982,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23684,7 +24008,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23692,7 +24016,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23702,7 +24026,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23794,7 +24118,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24101,6 +24425,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24984,11 +25318,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25000,14 +25334,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25019,13 +25353,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25301,13 +25635,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25325,9 +25659,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25422,12 +25757,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25447,6 +25782,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25454,11 +25790,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25506,24 +25845,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25547,7 +25886,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25596,7 +25935,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25657,11 +25996,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25678,10 +26017,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25952,6 +26291,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25990,7 +26337,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26002,6 +26349,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26279,22 +26627,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26427,7 +26785,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26470,7 +26828,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26682,6 +27040,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26737,7 +27097,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26768,11 +27128,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26793,35 +27153,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26977,7 +27337,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27002,7 +27362,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27018,7 +27378,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27078,7 +27438,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27090,7 +27450,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27370,7 +27730,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27384,16 +27744,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27418,6 +27778,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27535,9 +27900,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27551,11 +27916,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27670,7 +28035,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27685,7 +28050,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27708,10 +28073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27845,7 +28210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27904,7 +28269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27913,7 +28278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27929,27 +28294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28012,7 +28398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28039,7 +28425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28096,15 +28482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28114,22 +28499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28141,9 +28530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28153,7 +28543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28233,10 +28623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28617,6 +29009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28628,6 +29021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28677,7 +29071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28748,12 +29142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28824,12 +29218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28847,7 +29244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28855,7 +29252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28865,7 +29262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28957,7 +29354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29200,6 +29597,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30093,11 +30500,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30109,14 +30516,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30128,13 +30535,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30410,13 +30817,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30434,9 +30841,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30531,12 +30939,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30556,6 +30964,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30563,11 +30972,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30615,24 +31027,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30656,7 +31068,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30705,7 +31117,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30766,11 +31178,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30787,10 +31199,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31061,6 +31473,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31099,7 +31519,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31111,6 +31531,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31388,22 +31809,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31536,7 +31967,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31579,7 +32010,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31791,6 +32222,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31846,7 +32279,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31877,11 +32310,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31902,35 +32335,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32086,7 +32519,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32111,7 +32544,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32127,7 +32560,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32187,7 +32620,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32199,7 +32632,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32479,7 +32912,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32493,16 +32926,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32527,6 +32960,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32644,9 +33082,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32660,11 +33098,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32779,7 +33217,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32794,7 +33232,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32932,6 +33370,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItem.md index 47f9c52108e79..c88c10c994e74 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItem --- @@ -1807,10 +1807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1944,7 +1944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2003,7 +2003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2012,7 +2012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2028,27 +2028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2111,7 +2132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2138,7 +2159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2195,15 +2216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2213,22 +2233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2240,9 +2264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2252,7 +2277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2332,10 +2357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2716,6 +2743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2727,6 +2755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2776,7 +2805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2847,12 +2876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2923,12 +2952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2946,7 +2978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2954,7 +2986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2964,7 +2996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3056,7 +3088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3581,11 +3613,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3597,14 +3629,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3616,13 +3648,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3881,6 +3913,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3951,13 +3993,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3975,9 +4017,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4072,12 +4115,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4097,6 +4140,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4104,11 +4148,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4156,24 +4203,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4197,7 +4244,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4246,7 +4293,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4307,11 +4354,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4328,10 +4375,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4602,6 +4649,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4640,7 +4695,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4652,6 +4707,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4939,22 +4995,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5087,7 +5153,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5130,7 +5196,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5342,6 +5408,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5397,7 +5465,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5428,11 +5496,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5453,35 +5521,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5637,7 +5705,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5662,7 +5730,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5678,7 +5746,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5738,7 +5806,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5750,7 +5818,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6030,7 +6098,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6044,16 +6112,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6078,6 +6146,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6195,9 +6268,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6211,11 +6284,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6330,7 +6403,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6345,7 +6418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6964,10 +7037,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7101,7 +7174,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7160,7 +7233,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7169,7 +7242,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7185,27 +7258,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7268,7 +7362,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7295,7 +7389,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7352,15 +7446,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7370,22 +7463,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7397,9 +7494,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7409,7 +7507,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7489,10 +7587,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7873,6 +7973,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7884,6 +7985,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7933,7 +8035,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8004,12 +8106,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8080,12 +8182,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8103,7 +8208,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8111,7 +8216,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8121,7 +8226,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8213,7 +8318,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8775,11 +8880,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8791,14 +8896,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8810,13 +8915,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9075,6 +9180,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9145,13 +9260,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9169,9 +9284,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9266,12 +9382,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9291,6 +9407,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9298,11 +9415,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9350,24 +9470,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9391,7 +9511,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9440,7 +9560,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9501,11 +9621,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9522,10 +9642,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9796,6 +9916,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9834,7 +9962,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9846,6 +9974,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10133,22 +10262,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10281,7 +10420,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10324,7 +10463,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10536,6 +10675,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10591,7 +10732,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10622,11 +10763,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10647,35 +10788,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10831,7 +10972,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10856,7 +10997,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10872,7 +11013,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10932,7 +11073,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10944,7 +11085,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11224,7 +11365,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11238,16 +11379,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11272,6 +11413,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11389,9 +11535,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11405,11 +11551,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11524,7 +11670,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11539,7 +11685,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12133,10 +12279,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12270,7 +12416,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12329,7 +12475,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12338,7 +12484,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12354,27 +12500,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12437,7 +12604,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12464,7 +12631,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12521,15 +12688,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12539,22 +12705,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12566,9 +12736,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12578,7 +12749,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12658,10 +12829,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13042,6 +13215,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13053,6 +13227,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13102,7 +13277,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13173,12 +13348,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13249,12 +13424,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13272,7 +13450,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13280,7 +13458,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13290,7 +13468,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13382,7 +13560,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13944,11 +14122,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13960,14 +14138,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13979,13 +14157,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14244,6 +14422,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14314,13 +14502,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14338,9 +14526,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14435,12 +14624,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14460,6 +14649,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14467,11 +14657,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14519,24 +14712,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14560,7 +14753,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14609,7 +14802,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14670,11 +14863,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14691,10 +14884,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14965,6 +15158,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15003,7 +15204,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15015,6 +15216,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15302,22 +15504,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15450,7 +15662,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15493,7 +15705,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15705,6 +15917,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15760,7 +15974,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15791,11 +16005,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15816,35 +16030,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16000,7 +16214,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16025,7 +16239,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16041,7 +16255,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16101,7 +16315,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16113,7 +16327,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16393,7 +16607,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16407,16 +16621,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16441,6 +16655,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16558,9 +16777,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16574,11 +16793,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16693,7 +16912,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16708,7 +16927,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17292,10 +17511,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17438,7 +17657,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17497,7 +17716,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17506,7 +17725,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17522,27 +17741,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17605,7 +17845,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17632,7 +17872,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17689,15 +17929,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17707,22 +17946,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17734,9 +17977,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17746,7 +17990,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17826,10 +18070,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18210,6 +18456,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18221,6 +18468,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18270,7 +18518,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18341,12 +18589,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18417,12 +18665,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18440,7 +18691,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18448,7 +18699,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18458,7 +18709,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18550,7 +18801,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18857,6 +19108,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19740,11 +20001,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19756,14 +20017,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19775,13 +20036,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20057,13 +20318,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20081,9 +20342,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20178,12 +20440,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20203,6 +20465,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20210,11 +20473,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20262,24 +20528,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20303,7 +20569,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20352,7 +20618,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20413,11 +20679,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20434,10 +20700,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20708,6 +20974,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20746,7 +21020,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20758,6 +21032,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21035,22 +21310,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21183,7 +21468,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21226,7 +21511,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21438,6 +21723,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21493,7 +21780,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21524,11 +21811,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21549,35 +21836,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21733,7 +22020,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21758,7 +22045,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21774,7 +22061,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21834,7 +22121,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21846,7 +22133,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22126,7 +22413,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22140,16 +22427,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22174,6 +22461,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22291,9 +22583,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22307,11 +22599,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22426,7 +22718,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22441,7 +22733,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22536,10 +22828,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22682,7 +22974,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22741,7 +23033,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22750,7 +23042,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22766,27 +23058,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22849,7 +23162,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22876,7 +23189,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22933,15 +23246,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22951,22 +23263,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22978,9 +23294,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22990,7 +23307,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23070,10 +23387,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23454,6 +23773,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23465,6 +23785,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23514,7 +23835,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23585,12 +23906,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23661,12 +23982,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23684,7 +24008,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23692,7 +24016,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23702,7 +24026,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23794,7 +24118,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24101,6 +24425,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24984,11 +25318,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25000,14 +25334,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25019,13 +25353,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25301,13 +25635,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25325,9 +25659,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25422,12 +25757,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25447,6 +25782,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25454,11 +25790,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25506,24 +25845,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25547,7 +25886,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25596,7 +25935,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25657,11 +25996,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25678,10 +26017,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25952,6 +26291,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25990,7 +26337,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26002,6 +26349,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26279,22 +26627,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26427,7 +26785,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26470,7 +26828,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26682,6 +27040,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26737,7 +27097,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26768,11 +27128,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26793,35 +27153,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26977,7 +27337,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27002,7 +27362,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27018,7 +27378,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27078,7 +27438,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27090,7 +27450,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27370,7 +27730,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27384,16 +27744,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27418,6 +27778,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27535,9 +27900,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27551,11 +27916,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27670,7 +28035,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27685,7 +28050,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27708,10 +28073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27845,7 +28210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27904,7 +28269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27913,7 +28278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27929,27 +28294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28012,7 +28398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28039,7 +28425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28096,15 +28482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28114,22 +28499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28141,9 +28530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28153,7 +28543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28233,10 +28623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28617,6 +29009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28628,6 +29021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28677,7 +29071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28748,12 +29142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28824,12 +29218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28847,7 +29244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28855,7 +29252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28865,7 +29262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28957,7 +29354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29200,6 +29597,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30093,11 +30500,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30109,14 +30516,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30128,13 +30535,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30410,13 +30817,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30434,9 +30841,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30531,12 +30939,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30556,6 +30964,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30563,11 +30972,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30615,24 +31027,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30656,7 +31068,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30705,7 +31117,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30766,11 +31178,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30787,10 +31199,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31061,6 +31473,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31099,7 +31519,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31111,6 +31531,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31388,22 +31809,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31536,7 +31967,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31579,7 +32010,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31791,6 +32222,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31846,7 +32279,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31877,11 +32310,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31902,35 +32335,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32086,7 +32519,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32111,7 +32544,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32127,7 +32560,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32187,7 +32620,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32199,7 +32632,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32479,7 +32912,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32493,16 +32926,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32527,6 +32960,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32644,9 +33082,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32660,11 +33098,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32779,7 +33217,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32794,7 +33232,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32932,6 +33370,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemAnalyticItemActivityStat.md index a144d9c5499da..bb2f9e356d0f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemAnalyticItemActivityStat --- @@ -834,10 +834,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -971,7 +971,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1030,7 +1030,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1039,7 +1039,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1055,27 +1055,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1138,7 +1159,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1165,7 +1186,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1222,15 +1243,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1240,22 +1260,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1267,9 +1291,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1279,7 +1304,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1359,10 +1384,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1743,6 +1770,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1754,6 +1782,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1803,7 +1832,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1874,12 +1903,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1950,12 +1979,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1973,7 +2005,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1981,7 +2013,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1991,7 +2023,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2083,7 +2115,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2637,11 +2669,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2653,14 +2685,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2672,13 +2704,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2937,6 +2969,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3007,13 +3049,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3031,9 +3073,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3128,12 +3171,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3153,6 +3196,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3160,11 +3204,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3212,24 +3259,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3253,7 +3300,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3302,7 +3349,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3363,11 +3410,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3384,10 +3431,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3658,6 +3705,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3696,7 +3751,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3708,6 +3763,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3995,22 +4051,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4143,7 +4209,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4186,7 +4252,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4398,6 +4464,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4453,7 +4521,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4484,11 +4552,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4509,35 +4577,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4693,7 +4761,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4718,7 +4786,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4734,7 +4802,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4794,7 +4862,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4806,7 +4874,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5086,7 +5154,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5100,16 +5168,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5134,6 +5202,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5251,9 +5324,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5267,11 +5340,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5386,7 +5459,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5401,7 +5474,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6004,10 +6077,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6141,7 +6214,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6200,7 +6273,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6209,7 +6282,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6225,27 +6298,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6308,7 +6402,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6335,7 +6429,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6392,15 +6486,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6410,22 +6503,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6437,9 +6534,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6449,7 +6547,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6529,10 +6627,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6913,6 +7013,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6924,6 +7025,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6973,7 +7075,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7044,12 +7146,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7120,12 +7222,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7143,7 +7248,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7151,7 +7256,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7161,7 +7266,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7253,7 +7358,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7784,11 +7889,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7800,14 +7905,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7819,13 +7924,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8084,6 +8189,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8154,13 +8269,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8178,9 +8293,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8275,12 +8391,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8300,6 +8416,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8307,11 +8424,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8359,24 +8479,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8400,7 +8520,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8449,7 +8569,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8510,11 +8630,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8531,10 +8651,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8805,6 +8925,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8843,7 +8971,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8855,6 +8983,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9142,22 +9271,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9290,7 +9429,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9333,7 +9472,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9545,6 +9684,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9600,7 +9741,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9631,11 +9772,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9656,35 +9797,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9840,7 +9981,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9865,7 +10006,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9881,7 +10022,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9941,7 +10082,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9953,7 +10094,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10233,7 +10374,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10247,16 +10388,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10281,6 +10422,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10398,9 +10544,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10414,11 +10560,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10533,7 +10679,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10548,7 +10694,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemChild.md index b8e2c8c800763..5bc68724d6bc1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemChild --- @@ -1835,10 +1835,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1972,7 +1972,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2031,7 +2031,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2040,7 +2040,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2056,27 +2056,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2139,7 +2160,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2166,7 +2187,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2223,15 +2244,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2241,22 +2261,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2268,9 +2292,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2280,7 +2305,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2360,10 +2385,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2744,6 +2771,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2755,6 +2783,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2804,7 +2833,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2875,12 +2904,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2951,12 +2980,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2974,7 +3006,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2982,7 +3014,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2992,7 +3024,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3084,7 +3116,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3609,11 +3641,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3625,14 +3657,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3644,13 +3676,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3909,6 +3941,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3979,13 +4021,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4003,9 +4045,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4100,12 +4143,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4125,6 +4168,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4132,11 +4176,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4184,24 +4231,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4225,7 +4272,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4274,7 +4321,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4335,11 +4382,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4356,10 +4403,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4630,6 +4677,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4668,7 +4723,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4680,6 +4735,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4967,22 +5023,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5115,7 +5181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5158,7 +5224,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5370,6 +5436,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5425,7 +5493,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5456,11 +5524,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5481,35 +5549,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5665,7 +5733,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5690,7 +5758,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5706,7 +5774,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5766,7 +5834,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5778,7 +5846,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6058,7 +6126,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6072,16 +6140,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6106,6 +6174,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6223,9 +6296,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6239,11 +6312,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6358,7 +6431,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6373,7 +6446,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6992,10 +7065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7129,7 +7202,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7188,7 +7261,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7197,7 +7270,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7213,27 +7286,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7296,7 +7390,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7323,7 +7417,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7380,15 +7474,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7398,22 +7491,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7425,9 +7522,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7437,7 +7535,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7517,10 +7615,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7901,6 +8001,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7912,6 +8013,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7961,7 +8063,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8032,12 +8134,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8108,12 +8210,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8131,7 +8236,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8139,7 +8244,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8149,7 +8254,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8241,7 +8346,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8803,11 +8908,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8819,14 +8924,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8838,13 +8943,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9103,6 +9208,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9173,13 +9288,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9197,9 +9312,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9294,12 +9410,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9319,6 +9435,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9326,11 +9443,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9378,24 +9498,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9419,7 +9539,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9468,7 +9588,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9529,11 +9649,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9550,10 +9670,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9824,6 +9944,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9862,7 +9990,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9874,6 +10002,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10161,22 +10290,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10309,7 +10448,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10352,7 +10491,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10564,6 +10703,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10619,7 +10760,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10650,11 +10791,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10675,35 +10816,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10859,7 +11000,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10884,7 +11025,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10900,7 +11041,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10960,7 +11101,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10972,7 +11113,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11252,7 +11393,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11266,16 +11407,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11300,6 +11441,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11417,9 +11563,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11433,11 +11579,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11552,7 +11698,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11567,7 +11713,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12161,10 +12307,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12298,7 +12444,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12357,7 +12503,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12366,7 +12512,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12382,27 +12528,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12465,7 +12632,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12492,7 +12659,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12549,15 +12716,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12567,22 +12733,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12594,9 +12764,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12606,7 +12777,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12686,10 +12857,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13070,6 +13243,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13081,6 +13255,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13130,7 +13305,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13201,12 +13376,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13277,12 +13452,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13300,7 +13478,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13308,7 +13486,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13318,7 +13496,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13410,7 +13588,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13972,11 +14150,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13988,14 +14166,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14007,13 +14185,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14272,6 +14450,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14342,13 +14530,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14366,9 +14554,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14463,12 +14652,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14488,6 +14677,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14495,11 +14685,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14547,24 +14740,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14588,7 +14781,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14637,7 +14830,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14698,11 +14891,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14719,10 +14912,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14993,6 +15186,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15031,7 +15232,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15043,6 +15244,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15330,22 +15532,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15478,7 +15690,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15521,7 +15733,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15733,6 +15945,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15788,7 +16002,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15819,11 +16033,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15844,35 +16058,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16028,7 +16242,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16053,7 +16267,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16069,7 +16283,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16129,7 +16343,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16141,7 +16355,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16421,7 +16635,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16435,16 +16649,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16469,6 +16683,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16586,9 +16805,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16602,11 +16821,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16721,7 +16940,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16736,7 +16955,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17320,10 +17539,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17466,7 +17685,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17525,7 +17744,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17534,7 +17753,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17550,27 +17769,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17633,7 +17873,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17660,7 +17900,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17717,15 +17957,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17735,22 +17974,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17762,9 +18005,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17774,7 +18018,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17854,10 +18098,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18238,6 +18484,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18249,6 +18496,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18298,7 +18546,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18369,12 +18617,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18445,12 +18693,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18468,7 +18719,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18476,7 +18727,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18486,7 +18737,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18578,7 +18829,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18885,6 +19136,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19768,11 +20029,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19784,14 +20045,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19803,13 +20064,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20085,13 +20346,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20109,9 +20370,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20206,12 +20468,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20231,6 +20493,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20238,11 +20501,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20290,24 +20556,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20331,7 +20597,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20380,7 +20646,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20441,11 +20707,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20462,10 +20728,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20736,6 +21002,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20774,7 +21048,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20786,6 +21060,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21063,22 +21338,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21211,7 +21496,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21254,7 +21539,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21466,6 +21751,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21521,7 +21808,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21552,11 +21839,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21577,35 +21864,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21761,7 +22048,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21786,7 +22073,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21802,7 +22089,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21862,7 +22149,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21874,7 +22161,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22154,7 +22441,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22168,16 +22455,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22202,6 +22489,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22319,9 +22611,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22335,11 +22627,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22454,7 +22746,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22469,7 +22761,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22564,10 +22856,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22710,7 +23002,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22769,7 +23061,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22778,7 +23070,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22794,27 +23086,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22877,7 +23190,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22904,7 +23217,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22961,15 +23274,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22979,22 +23291,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -23006,9 +23322,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -23018,7 +23335,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23098,10 +23415,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23482,6 +23801,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23493,6 +23813,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23542,7 +23863,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23613,12 +23934,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23689,12 +24010,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23712,7 +24036,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23720,7 +24044,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23730,7 +24054,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23822,7 +24146,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24129,6 +24453,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -25012,11 +25346,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25028,14 +25362,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25047,13 +25381,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25329,13 +25663,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25353,9 +25687,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25450,12 +25785,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25475,6 +25810,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25482,11 +25818,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25534,24 +25873,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25575,7 +25914,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25624,7 +25963,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25685,11 +26024,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25706,10 +26045,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25980,6 +26319,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -26018,7 +26365,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26030,6 +26377,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26307,22 +26655,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26455,7 +26813,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26498,7 +26856,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26710,6 +27068,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26765,7 +27125,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26796,11 +27156,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26821,35 +27181,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -27005,7 +27365,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27030,7 +27390,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27046,7 +27406,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27106,7 +27466,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27118,7 +27478,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27398,7 +27758,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27412,16 +27772,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27446,6 +27806,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27563,9 +27928,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27579,11 +27944,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27698,7 +28063,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27713,7 +28078,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27736,10 +28101,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27873,7 +28238,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27932,7 +28297,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27941,7 +28306,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27957,27 +28322,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28040,7 +28426,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28067,7 +28453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28124,15 +28510,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28142,22 +28527,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28169,9 +28558,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28181,7 +28571,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28261,10 +28651,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28645,6 +29037,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28656,6 +29049,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28705,7 +29099,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28776,12 +29170,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28852,12 +29246,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28875,7 +29272,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28883,7 +29280,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28893,7 +29290,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28985,7 +29382,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29228,6 +29625,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30121,11 +30528,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30137,14 +30544,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30156,13 +30563,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30438,13 +30845,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30462,9 +30869,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30559,12 +30967,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30584,6 +30992,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30591,11 +31000,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30643,24 +31055,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30684,7 +31096,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30733,7 +31145,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30794,11 +31206,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30815,10 +31227,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31089,6 +31501,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31127,7 +31547,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31139,6 +31559,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31416,22 +31837,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31564,7 +31995,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31607,7 +32038,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31819,6 +32250,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31874,7 +32307,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31905,11 +32338,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31930,35 +32363,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32114,7 +32547,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32139,7 +32572,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32155,7 +32588,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32215,7 +32648,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32227,7 +32660,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32507,7 +32940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32521,16 +32954,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32555,6 +32988,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32672,9 +33110,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32688,11 +33126,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32807,7 +33245,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32822,7 +33260,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32960,6 +33398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemLink.md index 994536e6d9c8a..aabe719ed62ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemDocumentSetVersion.md index 42d6991b7c4cc..9e277e62970bc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemLink.md index dbf3c24f1f342..96ba1826206b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemlistitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemListItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemVersion.md index d364cd327571a..8ba480663e9c1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemPermission.md index 3223fbdeb6775..edc11b2c467b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemPermission --- @@ -861,6 +861,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -960,6 +970,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -980,6 +1000,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemSubscription.md index ea671152081a6..bf45ddac15f5c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemThumbnail.md index 0e4ef02f35231..970f4e7ec65e7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemUploadSession.md index 442bd55f84118..312def93378e2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemuploadsession Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemVersion.md index b45a258e753ab..e37a7dba5dba1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListColumn.md index f3b5923aec7d8..5c7c67a07f11e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentType.md index a8214007b38a4..9ee535d062699 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentTypeColumn.md index 374b4e6ffe72f..cd42806947b49 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentTypeColumnLink.md index 240eaa8b17fc6..f2a0f84c27734 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItem.md index 24b8fd65b3b24..e121807ecb145 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListItem --- @@ -1073,10 +1073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1210,7 +1210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1269,7 +1269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1278,7 +1278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1294,27 +1294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1377,7 +1398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1404,7 +1425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1461,15 +1482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1479,22 +1499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1506,9 +1530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1518,7 +1543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1598,10 +1623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1982,6 +2009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1993,6 +2021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2042,7 +2071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2113,12 +2142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2189,12 +2218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2212,7 +2244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2220,7 +2252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2230,7 +2262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2322,7 +2354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2847,11 +2879,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2863,14 +2895,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2882,13 +2914,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3147,6 +3179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3217,13 +3259,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3241,9 +3283,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3338,12 +3381,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3363,6 +3406,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3370,11 +3414,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3422,24 +3469,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3463,7 +3510,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3512,7 +3559,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3573,11 +3620,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3594,10 +3641,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3868,6 +3915,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3906,7 +3961,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3918,6 +3973,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4205,22 +4261,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4353,7 +4419,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4396,7 +4462,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4608,6 +4674,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4663,7 +4731,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4694,11 +4762,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4719,35 +4787,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4903,7 +4971,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4928,7 +4996,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4944,7 +5012,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5004,7 +5072,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5016,7 +5084,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5296,7 +5364,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5310,16 +5378,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5344,6 +5412,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5461,9 +5534,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5477,11 +5550,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5596,7 +5669,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5611,7 +5684,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6211,10 +6284,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6348,7 +6421,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6407,7 +6480,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6416,7 +6489,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6432,27 +6505,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6515,7 +6609,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6542,7 +6636,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6599,15 +6693,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6617,22 +6710,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6644,9 +6741,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6656,7 +6754,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6736,10 +6834,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7120,6 +7220,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7131,6 +7232,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7180,7 +7282,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7251,12 +7353,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7327,12 +7429,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7350,7 +7455,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7358,7 +7463,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7368,7 +7473,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7460,7 +7565,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7703,6 +7808,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8596,11 +8711,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8612,14 +8727,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8631,13 +8746,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8913,13 +9028,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8937,9 +9052,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9034,12 +9150,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9059,6 +9175,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9066,11 +9183,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9118,24 +9238,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9159,7 +9279,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9208,7 +9328,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9269,11 +9389,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9290,10 +9410,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9564,6 +9684,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9602,7 +9730,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9614,6 +9742,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9891,22 +10020,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10039,7 +10178,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10082,7 +10221,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10294,6 +10433,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10349,7 +10490,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10380,11 +10521,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10405,35 +10546,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10589,7 +10730,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10614,7 +10755,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10630,7 +10771,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10690,7 +10831,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10702,7 +10843,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10982,7 +11123,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10996,16 +11137,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11030,6 +11171,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11147,9 +11293,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11163,11 +11309,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11282,7 +11428,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11297,7 +11443,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11375,10 +11521,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11521,7 +11667,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11580,7 +11726,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11589,7 +11735,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11605,27 +11751,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11688,7 +11855,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11715,7 +11882,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11772,15 +11939,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11790,22 +11956,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11817,9 +11987,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11829,7 +12000,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11909,10 +12080,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12293,6 +12466,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12304,6 +12478,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12353,7 +12528,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12424,12 +12599,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12500,12 +12675,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12523,7 +12701,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12531,7 +12709,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12541,7 +12719,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12633,7 +12811,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12940,6 +13118,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13823,11 +14011,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13839,14 +14027,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13858,13 +14046,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14140,13 +14328,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14164,9 +14352,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14261,12 +14450,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14286,6 +14475,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14293,11 +14483,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14345,24 +14538,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14386,7 +14579,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14435,7 +14628,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14496,11 +14689,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14517,10 +14710,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14791,6 +14984,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14829,7 +15030,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14841,6 +15042,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15118,22 +15320,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15266,7 +15478,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15309,7 +15521,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15521,6 +15733,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15576,7 +15790,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15607,11 +15821,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15632,35 +15846,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15816,7 +16030,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15841,7 +16055,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15857,7 +16071,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15917,7 +16131,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15929,7 +16143,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16209,7 +16423,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16223,16 +16437,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16257,6 +16471,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16374,9 +16593,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16390,11 +16609,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16509,7 +16728,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16524,7 +16743,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16588,10 +16807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16725,7 +16944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16784,7 +17003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16793,7 +17012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16809,27 +17028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16892,7 +17132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16919,7 +17159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16976,15 +17216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16994,22 +17233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17021,9 +17264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17033,7 +17277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17113,10 +17357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17497,6 +17743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17508,6 +17755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17557,7 +17805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17628,12 +17876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17704,12 +17952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17727,7 +17978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17735,7 +17986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17745,7 +17996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17837,7 +18088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18399,11 +18650,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18415,14 +18666,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18434,13 +18685,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18699,6 +18950,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18769,13 +19030,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18793,9 +19054,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18890,12 +19152,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18915,6 +19177,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18922,11 +19185,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18974,24 +19240,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19015,7 +19281,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19064,7 +19330,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19125,11 +19391,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19146,10 +19412,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19420,6 +19686,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19458,7 +19732,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19470,6 +19744,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19757,22 +20032,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19905,7 +20190,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19948,7 +20233,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20160,6 +20445,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20215,7 +20502,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20246,11 +20533,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20271,35 +20558,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20455,7 +20742,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20480,7 +20767,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20496,7 +20783,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20556,7 +20843,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20568,7 +20855,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20848,7 +21135,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20862,16 +21149,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20896,6 +21183,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21013,9 +21305,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21029,11 +21321,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21148,7 +21440,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21163,7 +21455,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21773,10 +22065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21919,7 +22211,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21978,7 +22270,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21987,7 +22279,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22003,27 +22295,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22086,7 +22399,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22113,7 +22426,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22170,15 +22483,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22188,22 +22500,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22215,9 +22531,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22227,7 +22544,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22307,10 +22624,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22691,6 +23010,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22702,6 +23022,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22751,7 +23072,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22822,12 +23143,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22898,12 +23219,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22921,7 +23245,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22929,7 +23253,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22939,7 +23263,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23031,7 +23355,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23338,6 +23662,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24221,11 +24555,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24237,14 +24571,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24256,13 +24590,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24538,13 +24872,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24562,9 +24896,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24659,12 +24994,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24684,6 +25019,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24691,11 +25027,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24743,24 +25082,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24784,7 +25123,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24833,7 +25172,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24894,11 +25233,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24915,10 +25254,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25189,6 +25528,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25227,7 +25574,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25239,6 +25586,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25516,22 +25864,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25664,7 +26022,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25707,7 +26065,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25919,6 +26277,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25974,7 +26334,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26005,11 +26365,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26030,35 +26390,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26214,7 +26574,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26239,7 +26599,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26255,7 +26615,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26315,7 +26675,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26327,7 +26687,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26607,7 +26967,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26621,16 +26981,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26655,6 +27015,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26772,9 +27137,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26788,11 +27153,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26907,7 +27272,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26922,7 +27287,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemDocumentSetVersion.md index fff88fd1c8a88..bb3dec4dceb5a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemLink.md index 0ba93eb5bbfe2..7aa4da991fda3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemVersion.md index 2eca7b9c865b7..1770b327caf71 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListOperation.md index 219ccf51d4695..4869eda59d4ce 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListSubscription.md index b5935073c272a..01ad9961cb07f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootAnalyticItemActivityStat.md index 5e5a63e30b1c7..0ee2c62405033 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootAnalyticItemActivityStat --- @@ -806,10 +806,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -943,7 +943,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1002,7 +1002,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1011,7 +1011,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1027,27 +1027,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1110,7 +1131,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1137,7 +1158,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1194,15 +1215,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1212,22 +1232,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1239,9 +1263,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1251,7 +1276,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1331,10 +1356,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1715,6 +1742,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1726,6 +1754,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1775,7 +1804,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1846,12 +1875,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1922,12 +1951,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1945,7 +1977,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1953,7 +1985,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1963,7 +1995,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2055,7 +2087,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2609,11 +2641,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2625,14 +2657,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2644,13 +2676,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2909,6 +2941,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2979,13 +3021,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3003,9 +3045,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3100,12 +3143,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3125,6 +3168,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3132,11 +3176,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3184,24 +3231,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3225,7 +3272,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3274,7 +3321,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3335,11 +3382,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3356,10 +3403,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3630,6 +3677,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3668,7 +3723,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3680,6 +3735,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3967,22 +4023,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4115,7 +4181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4158,7 +4224,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4370,6 +4436,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4425,7 +4493,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4456,11 +4524,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4481,35 +4549,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4665,7 +4733,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4690,7 +4758,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4706,7 +4774,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4766,7 +4834,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4778,7 +4846,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5058,7 +5126,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5072,16 +5140,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5106,6 +5174,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5223,9 +5296,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5239,11 +5312,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5358,7 +5431,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5373,7 +5446,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5976,10 +6049,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6113,7 +6186,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6172,7 +6245,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6181,7 +6254,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6197,27 +6270,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6280,7 +6374,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6307,7 +6401,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6364,15 +6458,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6382,22 +6475,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6409,9 +6506,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6421,7 +6519,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6501,10 +6599,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6885,6 +6985,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6896,6 +6997,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6945,7 +7047,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7016,12 +7118,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7092,12 +7194,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7115,7 +7220,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7123,7 +7228,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7133,7 +7238,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7225,7 +7330,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7756,11 +7861,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7772,14 +7877,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7791,13 +7896,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8056,6 +8161,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8126,13 +8241,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8150,9 +8265,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8247,12 +8363,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8272,6 +8388,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8279,11 +8396,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8331,24 +8451,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8372,7 +8492,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8421,7 +8541,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8482,11 +8602,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8503,10 +8623,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8777,6 +8897,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8815,7 +8943,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8827,6 +8955,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9114,22 +9243,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9262,7 +9401,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9305,7 +9444,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9517,6 +9656,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9572,7 +9713,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9603,11 +9744,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9628,35 +9769,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9812,7 +9953,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9837,7 +9978,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9853,7 +9994,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9913,7 +10054,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9925,7 +10066,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10205,7 +10346,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10219,16 +10360,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10253,6 +10394,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10370,9 +10516,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10386,11 +10532,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10505,7 +10651,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10520,7 +10666,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootChild.md index aec6474cdb3a4..764a90707ace5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootChild --- @@ -1807,10 +1807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1944,7 +1944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2003,7 +2003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2012,7 +2012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2028,27 +2028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2111,7 +2132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2138,7 +2159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2195,15 +2216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2213,22 +2233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2240,9 +2264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2252,7 +2277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2332,10 +2357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2716,6 +2743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2727,6 +2755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2776,7 +2805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2847,12 +2876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2923,12 +2952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2946,7 +2978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2954,7 +2986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2964,7 +2996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3056,7 +3088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3581,11 +3613,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3597,14 +3629,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3616,13 +3648,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3881,6 +3913,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3951,13 +3993,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3975,9 +4017,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4072,12 +4115,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4097,6 +4140,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4104,11 +4148,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4156,24 +4203,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4197,7 +4244,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4246,7 +4293,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4307,11 +4354,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4328,10 +4375,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4602,6 +4649,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4640,7 +4695,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4652,6 +4707,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4939,22 +4995,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5087,7 +5153,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5130,7 +5196,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5342,6 +5408,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5397,7 +5465,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5428,11 +5496,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5453,35 +5521,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5637,7 +5705,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5662,7 +5730,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5678,7 +5746,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5738,7 +5806,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5750,7 +5818,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6030,7 +6098,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6044,16 +6112,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6078,6 +6146,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6195,9 +6268,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6211,11 +6284,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6330,7 +6403,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6345,7 +6418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6964,10 +7037,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7101,7 +7174,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7160,7 +7233,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7169,7 +7242,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7185,27 +7258,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7268,7 +7362,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7295,7 +7389,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7352,15 +7446,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7370,22 +7463,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7397,9 +7494,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7409,7 +7507,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7489,10 +7587,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7873,6 +7973,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7884,6 +7985,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7933,7 +8035,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8004,12 +8106,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8080,12 +8182,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8103,7 +8208,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8111,7 +8216,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8121,7 +8226,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8213,7 +8318,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8775,11 +8880,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8791,14 +8896,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8810,13 +8915,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9075,6 +9180,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9145,13 +9260,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9169,9 +9284,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9266,12 +9382,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9291,6 +9407,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9298,11 +9415,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9350,24 +9470,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9391,7 +9511,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9440,7 +9560,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9501,11 +9621,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9522,10 +9642,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9796,6 +9916,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9834,7 +9962,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9846,6 +9974,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10133,22 +10262,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10281,7 +10420,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10324,7 +10463,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10536,6 +10675,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10591,7 +10732,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10622,11 +10763,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10647,35 +10788,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10831,7 +10972,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10856,7 +10997,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10872,7 +11013,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10932,7 +11073,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10944,7 +11085,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11224,7 +11365,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11238,16 +11379,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11272,6 +11413,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11389,9 +11535,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11405,11 +11551,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11524,7 +11670,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11539,7 +11685,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12133,10 +12279,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12270,7 +12416,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12329,7 +12475,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12338,7 +12484,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12354,27 +12500,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12437,7 +12604,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12464,7 +12631,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12521,15 +12688,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12539,22 +12705,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12566,9 +12736,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12578,7 +12749,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12658,10 +12829,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13042,6 +13215,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13053,6 +13227,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13102,7 +13277,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13173,12 +13348,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13249,12 +13424,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13272,7 +13450,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13280,7 +13458,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13290,7 +13468,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13382,7 +13560,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13944,11 +14122,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13960,14 +14138,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13979,13 +14157,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14244,6 +14422,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14314,13 +14502,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14338,9 +14526,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14435,12 +14624,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14460,6 +14649,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14467,11 +14657,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14519,24 +14712,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14560,7 +14753,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14609,7 +14802,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14670,11 +14863,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14691,10 +14884,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14965,6 +15158,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15003,7 +15204,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15015,6 +15216,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15302,22 +15504,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15450,7 +15662,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15493,7 +15705,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15705,6 +15917,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15760,7 +15974,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15791,11 +16005,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15816,35 +16030,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16000,7 +16214,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16025,7 +16239,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16041,7 +16255,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16101,7 +16315,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16113,7 +16327,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16393,7 +16607,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16407,16 +16621,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16441,6 +16655,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16558,9 +16777,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16574,11 +16793,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16693,7 +16912,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16708,7 +16927,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17292,10 +17511,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17438,7 +17657,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17497,7 +17716,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17506,7 +17725,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17522,27 +17741,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17605,7 +17845,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17632,7 +17872,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17689,15 +17929,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17707,22 +17946,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17734,9 +17977,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17746,7 +17990,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17826,10 +18070,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18210,6 +18456,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18221,6 +18468,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18270,7 +18518,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18341,12 +18589,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18417,12 +18665,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18440,7 +18691,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18448,7 +18699,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18458,7 +18709,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18550,7 +18801,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18857,6 +19108,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19740,11 +20001,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19756,14 +20017,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19775,13 +20036,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20057,13 +20318,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20081,9 +20342,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20178,12 +20440,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20203,6 +20465,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20210,11 +20473,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20262,24 +20528,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20303,7 +20569,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20352,7 +20618,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20413,11 +20679,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20434,10 +20700,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20708,6 +20974,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20746,7 +21020,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20758,6 +21032,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21035,22 +21310,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21183,7 +21468,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21226,7 +21511,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21438,6 +21723,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21493,7 +21780,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21524,11 +21811,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21549,35 +21836,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21733,7 +22020,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21758,7 +22045,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21774,7 +22061,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21834,7 +22121,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21846,7 +22133,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22126,7 +22413,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22140,16 +22427,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22174,6 +22461,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22291,9 +22583,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22307,11 +22599,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22426,7 +22718,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22441,7 +22733,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22536,10 +22828,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22682,7 +22974,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22741,7 +23033,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22750,7 +23042,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22766,27 +23058,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22849,7 +23162,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22876,7 +23189,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22933,15 +23246,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22951,22 +23263,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22978,9 +23294,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22990,7 +23307,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23070,10 +23387,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23454,6 +23773,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23465,6 +23785,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23514,7 +23835,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23585,12 +23906,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23661,12 +23982,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23684,7 +24008,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23692,7 +24016,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23702,7 +24026,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23794,7 +24118,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24101,6 +24425,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24984,11 +25318,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25000,14 +25334,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25019,13 +25353,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25301,13 +25635,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25325,9 +25659,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25422,12 +25757,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25447,6 +25782,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25454,11 +25790,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25506,24 +25845,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25547,7 +25886,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25596,7 +25935,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25657,11 +25996,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25678,10 +26017,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25952,6 +26291,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25990,7 +26337,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26002,6 +26349,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26279,22 +26627,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26427,7 +26785,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26470,7 +26828,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26682,6 +27040,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26737,7 +27097,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26768,11 +27128,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26793,35 +27153,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26977,7 +27337,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27002,7 +27362,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27018,7 +27378,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27078,7 +27438,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27090,7 +27450,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27370,7 +27730,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27384,16 +27744,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27418,6 +27778,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27535,9 +27900,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27551,11 +27916,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27670,7 +28035,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27685,7 +28050,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27708,10 +28073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27845,7 +28210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27904,7 +28269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27913,7 +28278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27929,27 +28294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28012,7 +28398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28039,7 +28425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28096,15 +28482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28114,22 +28499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28141,9 +28530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28153,7 +28543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28233,10 +28623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28617,6 +29009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28628,6 +29021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28677,7 +29071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28748,12 +29142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28824,12 +29218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28847,7 +29244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28855,7 +29252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28865,7 +29262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28957,7 +29354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29200,6 +29597,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30093,11 +30500,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30109,14 +30516,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30128,13 +30535,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30410,13 +30817,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30434,9 +30841,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30531,12 +30939,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30556,6 +30964,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30563,11 +30972,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30615,24 +31027,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30656,7 +31068,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30705,7 +31117,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30766,11 +31178,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30787,10 +31199,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31061,6 +31473,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31099,7 +31519,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31111,6 +31531,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31388,22 +31809,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31536,7 +31967,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31579,7 +32010,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31791,6 +32222,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31846,7 +32279,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31877,11 +32310,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31902,35 +32335,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32086,7 +32519,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32111,7 +32544,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32127,7 +32560,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32187,7 +32620,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32199,7 +32632,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32479,7 +32912,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32493,16 +32926,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32527,6 +32960,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32644,9 +33082,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32660,11 +33098,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32779,7 +33217,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32794,7 +33232,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32932,6 +33370,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootLink.md index d446063be0579..715c618df6038 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemDocumentSetVersion.md index 7430cd4ba6ecc..63082175fff4c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemLink.md index e8a5b1dd13811..7ca2415420abf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootlistitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootListItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemVersion.md index 03b9c6eba3af2..bbba5c7b03d2f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootPermission.md index 02548769b49ab..73adde26cd2e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootPermission --- @@ -834,6 +834,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -933,6 +943,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -953,6 +973,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootSubscription.md index 48bcbd755d7b2..cacb9e3649a9c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootThumbnail.md index e1c7cb948c3d8..b2c3a18d67a0c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootUploadSession.md index b80b4c013f4ad..5ad50f4da0c45 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootuploadsession Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootVersion.md index ca2e960a3ef40..31c5e55798b6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgGroupDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mggroupdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgGroupDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListColumn.md index 11483a23520a5..d6c19124d4457 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgsharelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentType.md index 820a910d54f20..ef628a21f1f17 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgsharelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentTypeColumn.md index 83ca2a7320a7e..5e07a098de4b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgsharelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentTypeColumnLink.md index 77e4e5994ee18..ef5a068e08273 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgsharelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItem.md index 09de3a95f803f..12ad7dfe38eb1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgsharelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareListItem --- @@ -1046,10 +1046,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1183,7 +1183,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1242,7 +1242,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1251,7 +1251,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1267,27 +1267,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1350,7 +1371,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1377,7 +1398,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1434,15 +1455,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1452,22 +1472,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1479,9 +1503,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1491,7 +1516,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1571,10 +1596,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1955,6 +1982,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1966,6 +1994,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2015,7 +2044,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2086,12 +2115,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2162,12 +2191,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2185,7 +2217,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2193,7 +2225,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2203,7 +2235,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2295,7 +2327,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2820,11 +2852,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2836,14 +2868,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2855,13 +2887,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3120,6 +3152,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3190,13 +3232,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3214,9 +3256,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3311,12 +3354,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3336,6 +3379,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3343,11 +3387,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3395,24 +3442,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3436,7 +3483,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3485,7 +3532,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3546,11 +3593,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3567,10 +3614,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3841,6 +3888,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3879,7 +3934,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3891,6 +3946,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4178,22 +4234,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4326,7 +4392,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4369,7 +4435,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4581,6 +4647,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4636,7 +4704,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4667,11 +4735,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4692,35 +4760,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4876,7 +4944,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4901,7 +4969,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4917,7 +4985,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4977,7 +5045,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4989,7 +5057,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5269,7 +5337,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5283,16 +5351,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5317,6 +5385,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5434,9 +5507,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5450,11 +5523,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5569,7 +5642,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5584,7 +5657,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6184,10 +6257,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6321,7 +6394,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6380,7 +6453,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6389,7 +6462,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6405,27 +6478,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6488,7 +6582,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6515,7 +6609,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6572,15 +6666,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6590,22 +6683,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6617,9 +6714,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6629,7 +6727,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6709,10 +6807,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7093,6 +7193,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7104,6 +7205,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7153,7 +7255,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7224,12 +7326,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7300,12 +7402,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7323,7 +7428,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7331,7 +7436,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7341,7 +7446,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7433,7 +7538,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7676,6 +7781,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8569,11 +8684,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8585,14 +8700,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8604,13 +8719,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8886,13 +9001,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8910,9 +9025,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9007,12 +9123,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9032,6 +9148,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9039,11 +9156,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9091,24 +9211,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9132,7 +9252,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9181,7 +9301,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9242,11 +9362,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9263,10 +9383,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9537,6 +9657,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9575,7 +9703,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9587,6 +9715,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9864,22 +9993,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10012,7 +10151,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10055,7 +10194,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10267,6 +10406,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10322,7 +10463,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10353,11 +10494,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10378,35 +10519,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10562,7 +10703,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10587,7 +10728,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10603,7 +10744,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10663,7 +10804,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10675,7 +10816,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10955,7 +11096,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10969,16 +11110,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11003,6 +11144,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11120,9 +11266,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11136,11 +11282,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11255,7 +11401,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11270,7 +11416,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11348,10 +11494,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11494,7 +11640,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11553,7 +11699,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11562,7 +11708,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11578,27 +11724,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11661,7 +11828,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11688,7 +11855,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11745,15 +11912,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11763,22 +11929,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11790,9 +11960,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11802,7 +11973,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11882,10 +12053,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12266,6 +12439,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12277,6 +12451,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12326,7 +12501,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12397,12 +12572,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12473,12 +12648,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12496,7 +12674,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12504,7 +12682,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12514,7 +12692,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12606,7 +12784,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12913,6 +13091,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13796,11 +13984,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13812,14 +14000,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13831,13 +14019,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14113,13 +14301,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14137,9 +14325,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14234,12 +14423,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14259,6 +14448,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14266,11 +14456,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14318,24 +14511,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14359,7 +14552,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14408,7 +14601,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14469,11 +14662,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14490,10 +14683,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14764,6 +14957,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14802,7 +15003,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14814,6 +15015,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15091,22 +15293,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15239,7 +15451,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15282,7 +15494,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15494,6 +15706,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15549,7 +15763,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15580,11 +15794,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15605,35 +15819,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15789,7 +16003,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15814,7 +16028,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15830,7 +16044,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15890,7 +16104,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15902,7 +16116,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16182,7 +16396,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16196,16 +16410,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16230,6 +16444,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16347,9 +16566,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16363,11 +16582,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16482,7 +16701,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16497,7 +16716,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16561,10 +16780,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16698,7 +16917,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16757,7 +16976,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16766,7 +16985,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16782,27 +17001,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16865,7 +17105,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16892,7 +17132,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16949,15 +17189,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16967,22 +17206,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16994,9 +17237,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17006,7 +17250,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17086,10 +17330,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17470,6 +17716,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17481,6 +17728,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17530,7 +17778,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17601,12 +17849,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17677,12 +17925,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17700,7 +17951,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17708,7 +17959,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17718,7 +17969,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17810,7 +18061,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18372,11 +18623,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18388,14 +18639,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18407,13 +18658,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18672,6 +18923,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18742,13 +19003,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18766,9 +19027,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18863,12 +19125,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18888,6 +19150,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18895,11 +19158,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18947,24 +19213,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18988,7 +19254,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19037,7 +19303,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19098,11 +19364,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19119,10 +19385,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19393,6 +19659,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19431,7 +19705,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19443,6 +19717,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19730,22 +20005,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19878,7 +20163,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19921,7 +20206,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20133,6 +20418,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20188,7 +20475,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20219,11 +20506,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20244,35 +20531,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20428,7 +20715,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20453,7 +20740,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20469,7 +20756,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20529,7 +20816,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20541,7 +20828,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20821,7 +21108,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20835,16 +21122,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20869,6 +21156,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20986,9 +21278,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21002,11 +21294,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21121,7 +21413,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21136,7 +21428,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21746,10 +22038,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21892,7 +22184,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21951,7 +22243,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21960,7 +22252,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -21976,27 +22268,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22059,7 +22372,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22086,7 +22399,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22143,15 +22456,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22161,22 +22473,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22188,9 +22504,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22200,7 +22517,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22280,10 +22597,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22664,6 +22983,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22675,6 +22995,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22724,7 +23045,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22795,12 +23116,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22871,12 +23192,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22894,7 +23218,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22902,7 +23226,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22912,7 +23236,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23004,7 +23328,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23311,6 +23635,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24194,11 +24528,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24210,14 +24544,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24229,13 +24563,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24511,13 +24845,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24535,9 +24869,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24632,12 +24967,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24657,6 +24992,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24664,11 +25000,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24716,24 +25055,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24757,7 +25096,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24806,7 +25145,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24867,11 +25206,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24888,10 +25227,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25162,6 +25501,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25200,7 +25547,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25212,6 +25559,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25489,22 +25837,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25637,7 +25995,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25680,7 +26038,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25892,6 +26250,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25947,7 +26307,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25978,11 +26338,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26003,35 +26363,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26187,7 +26547,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26212,7 +26572,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26228,7 +26588,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26288,7 +26648,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26300,7 +26660,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26580,7 +26940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26594,16 +26954,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26628,6 +26988,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26745,9 +27110,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26761,11 +27126,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26880,7 +27245,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26895,7 +27260,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItemDocumentSetVersion.md index b0daa83756fa1..80731f5f41d6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgsharelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItemVersion.md index 4a3b388055c10..082eaa16279c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgsharelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListOperation.md index b6cf65bb22a95..46a61709aadc5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgsharelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListSubscription.md index 09219f93bff87..80e28096824a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgsharelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareSharedDriveItemSharedDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareSharedDriveItemSharedDriveItem.md index 27bfe69b7172c..a45a6b4889292 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareSharedDriveItemSharedDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgShareSharedDriveItemSharedDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mgshareshareddriveitemshareddriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgShareSharedDriveItemSharedDriveItem --- @@ -805,10 +805,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -942,7 +942,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1001,7 +1001,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1010,7 +1010,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1026,27 +1026,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1109,7 +1130,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1136,7 +1157,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1193,15 +1214,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1211,22 +1231,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1238,9 +1262,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1250,7 +1275,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1330,10 +1355,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1714,6 +1741,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1725,6 +1753,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1774,7 +1803,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1845,12 +1874,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1921,12 +1950,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1944,7 +1976,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1952,7 +1984,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1962,7 +1994,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2054,7 +2086,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2361,6 +2393,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3244,11 +3286,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3260,14 +3302,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3279,13 +3321,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3561,13 +3603,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3585,9 +3627,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3682,12 +3725,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3707,6 +3750,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3714,11 +3758,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3766,24 +3813,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3807,7 +3854,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3856,7 +3903,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3917,11 +3964,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3938,10 +3985,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4212,6 +4259,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4250,7 +4305,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4262,6 +4317,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4539,22 +4595,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4687,7 +4753,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4730,7 +4796,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4942,6 +5008,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4997,7 +5065,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5028,11 +5096,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5053,35 +5121,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5237,7 +5305,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5262,7 +5330,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5278,7 +5346,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5338,7 +5406,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5350,7 +5418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5630,7 +5698,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5644,16 +5712,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5678,6 +5746,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5795,9 +5868,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5811,11 +5884,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5930,7 +6003,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5945,7 +6018,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5993,10 +6066,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6139,7 +6212,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6198,7 +6271,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6207,7 +6280,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6223,27 +6296,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6306,7 +6400,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6333,7 +6427,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6390,15 +6484,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6408,22 +6501,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6435,9 +6532,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6447,7 +6545,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6527,10 +6625,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6911,6 +7011,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6922,6 +7023,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6971,7 +7073,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7042,12 +7144,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7118,12 +7220,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7141,7 +7246,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7149,7 +7254,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7159,7 +7264,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7251,7 +7356,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7558,6 +7663,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8441,11 +8556,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8457,14 +8572,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8476,13 +8591,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8758,13 +8873,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8782,9 +8897,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8879,12 +8995,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8904,6 +9020,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8911,11 +9028,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8963,24 +9083,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9004,7 +9124,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9053,7 +9173,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9114,11 +9234,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9135,10 +9255,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9409,6 +9529,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9447,7 +9575,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9459,6 +9587,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9736,22 +9865,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9884,7 +10023,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9927,7 +10066,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10139,6 +10278,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10194,7 +10335,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10225,11 +10366,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10250,35 +10391,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10434,7 +10575,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10459,7 +10600,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10475,7 +10616,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10535,7 +10676,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10547,7 +10688,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10827,7 +10968,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10841,16 +10982,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10875,6 +11016,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10992,9 +11138,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11008,11 +11154,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11127,7 +11273,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11142,7 +11288,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11165,10 +11311,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11302,7 +11448,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11361,7 +11507,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11370,7 +11516,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11386,27 +11532,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11469,7 +11636,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11496,7 +11663,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11553,15 +11720,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11571,22 +11737,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11598,9 +11768,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11610,7 +11781,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11690,10 +11861,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12074,6 +12247,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12085,6 +12259,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12134,7 +12309,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12205,12 +12380,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12281,12 +12456,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12304,7 +12482,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12312,7 +12490,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12322,7 +12500,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12414,7 +12592,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12976,11 +13154,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -12992,14 +13170,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13011,13 +13189,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13276,6 +13454,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13346,13 +13534,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -13370,9 +13558,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -13467,12 +13656,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -13492,6 +13681,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -13499,11 +13689,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -13551,24 +13744,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13592,7 +13785,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13641,7 +13834,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13702,11 +13895,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -13723,10 +13916,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -13997,6 +14190,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14035,7 +14236,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14047,6 +14248,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14334,22 +14536,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14482,7 +14694,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14525,7 +14737,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -14737,6 +14949,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -14792,7 +15006,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -14823,11 +15037,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -14848,35 +15062,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15032,7 +15246,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15057,7 +15271,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15073,7 +15287,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15133,7 +15347,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15145,7 +15359,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15425,7 +15639,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15439,16 +15653,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15473,6 +15687,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15590,9 +15809,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15606,11 +15825,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -15725,7 +15944,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -15740,7 +15959,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16325,10 +16544,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16462,7 +16681,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16521,7 +16740,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16530,7 +16749,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16546,27 +16765,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16629,7 +16869,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16656,7 +16896,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16713,15 +16953,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16731,22 +16970,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16758,9 +17001,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -16770,7 +17014,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -16850,10 +17094,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17234,6 +17480,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17245,6 +17492,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17294,7 +17542,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17365,12 +17613,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17441,12 +17689,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17464,7 +17715,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17472,7 +17723,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17482,7 +17733,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17574,7 +17825,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18136,11 +18387,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18152,14 +18403,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18171,13 +18422,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18436,6 +18687,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18506,13 +18767,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18530,9 +18791,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18627,12 +18889,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18652,6 +18914,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18659,11 +18922,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18711,24 +18977,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18752,7 +19018,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18801,7 +19067,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18862,11 +19128,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -18883,10 +19149,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19157,6 +19423,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19195,7 +19469,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19207,6 +19481,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19494,22 +19769,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19642,7 +19927,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19685,7 +19970,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -19897,6 +20182,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19952,7 +20239,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -19983,11 +20270,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20008,35 +20295,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20192,7 +20479,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20217,7 +20504,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20233,7 +20520,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20293,7 +20580,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20305,7 +20592,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20585,7 +20872,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20599,16 +20886,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20633,6 +20920,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20750,9 +21042,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20766,11 +21058,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -20885,7 +21177,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -20900,7 +21192,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21484,10 +21776,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21630,7 +21922,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21689,7 +21981,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21698,7 +21990,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -21714,27 +22006,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -21797,7 +22110,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -21824,7 +22137,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -21881,15 +22194,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -21899,22 +22211,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -21926,9 +22242,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -21938,7 +22255,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22018,10 +22335,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22402,6 +22721,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22413,6 +22733,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22462,7 +22783,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22533,12 +22854,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22609,12 +22930,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22632,7 +22956,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22640,7 +22964,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22650,7 +22974,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -22742,7 +23066,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23049,6 +23373,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -23932,11 +24266,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -23948,14 +24282,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -23967,13 +24301,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24249,13 +24583,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24273,9 +24607,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24370,12 +24705,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24395,6 +24730,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24402,11 +24738,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24454,24 +24793,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24495,7 +24834,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24544,7 +24883,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24605,11 +24944,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24626,10 +24965,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24900,6 +25239,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -24938,7 +25285,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -24950,6 +25297,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25227,22 +25575,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25375,7 +25733,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25418,7 +25776,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25630,6 +25988,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25685,7 +26045,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25716,11 +26076,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -25741,35 +26101,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -25925,7 +26285,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -25950,7 +26310,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -25966,7 +26326,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26026,7 +26386,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26038,7 +26398,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26318,7 +26678,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26332,16 +26692,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26366,6 +26726,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26483,9 +26848,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26499,11 +26864,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26618,7 +26983,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26633,7 +26998,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -26656,10 +27021,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -26793,7 +27158,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -26852,7 +27217,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -26861,7 +27226,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -26877,27 +27242,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -26960,7 +27346,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -26987,7 +27373,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -27044,15 +27430,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -27062,22 +27447,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -27089,9 +27478,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -27101,7 +27491,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -27181,10 +27571,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -27565,6 +27957,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -27576,6 +27969,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -27625,7 +28019,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -27696,12 +28090,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -27772,12 +28166,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -27795,7 +28192,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -27803,7 +28200,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -27813,7 +28210,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -27905,7 +28302,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -28212,6 +28609,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -28832,11 +29239,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -28848,14 +29255,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -28867,13 +29274,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -29377,13 +29784,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -29401,9 +29808,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -29498,12 +29906,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -29523,6 +29931,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -29530,11 +29939,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -29582,24 +29994,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -29623,7 +30035,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -29672,7 +30084,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -29733,11 +30145,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -29754,10 +30166,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -30028,6 +30440,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -30066,7 +30486,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -30078,6 +30498,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -30355,22 +30776,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -30503,7 +30934,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -30546,7 +30977,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -30758,6 +31189,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -30813,7 +31246,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -30844,11 +31277,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -30869,35 +31302,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -31053,7 +31486,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -31078,7 +31511,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -31094,7 +31527,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -31154,7 +31587,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -31166,7 +31599,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31446,7 +31879,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -31460,16 +31893,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31494,6 +31927,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31611,9 +32049,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31627,11 +32065,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -31746,7 +32184,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -31761,7 +32199,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -31816,10 +32254,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -31953,7 +32391,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -32012,7 +32450,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -32021,7 +32459,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -32037,27 +32475,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -32120,7 +32579,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -32147,7 +32606,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -32204,15 +32663,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -32222,22 +32680,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -32249,9 +32711,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -32261,7 +32724,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -32341,10 +32804,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -32725,6 +33190,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -32736,6 +33202,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -32785,7 +33252,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -32856,12 +33323,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -32932,12 +33399,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -32955,7 +33425,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -32963,7 +33433,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -32973,7 +33443,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -33065,7 +33535,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -33308,6 +33778,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -34201,11 +34681,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -34217,14 +34697,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -34236,13 +34716,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -34518,13 +34998,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -34542,9 +35022,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -34639,12 +35120,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -34664,6 +35145,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -34671,11 +35153,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -34723,24 +35208,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -34764,7 +35249,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -34813,7 +35298,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -34874,11 +35359,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -34895,10 +35380,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35169,6 +35654,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -35207,7 +35700,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -35219,6 +35712,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35496,22 +35990,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -35644,7 +36148,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -35687,7 +36191,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -35899,6 +36403,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -35954,7 +36460,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -35985,11 +36491,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -36010,35 +36516,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -36194,7 +36700,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -36219,7 +36725,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -36235,7 +36741,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -36295,7 +36801,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -36307,7 +36813,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36587,7 +37093,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -36601,16 +37107,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36635,6 +37141,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36752,9 +37263,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36768,11 +37279,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -36887,7 +37398,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -36902,7 +37413,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -37022,6 +37533,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -37107,10 +37628,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -37244,7 +37765,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -37303,7 +37824,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -37312,7 +37833,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37328,27 +37849,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -37411,7 +37953,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -37438,7 +37980,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -37495,15 +38037,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -37513,22 +38054,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -37540,9 +38085,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -37552,7 +38098,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -37632,10 +38178,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -38016,6 +38564,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -38027,6 +38576,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -38076,7 +38626,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -38147,12 +38697,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -38223,12 +38773,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -38246,7 +38799,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -38254,7 +38807,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -38264,7 +38817,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -38356,7 +38909,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -38918,11 +39471,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -38934,14 +39487,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -38953,13 +39506,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -39218,6 +39771,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -39288,13 +39851,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -39312,9 +39875,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -39409,12 +39973,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -39434,6 +39998,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -39441,11 +40006,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -39493,24 +40061,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -39534,7 +40102,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -39583,7 +40151,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -39644,11 +40212,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -39665,10 +40233,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -39939,6 +40507,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -39977,7 +40553,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -39989,6 +40565,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -40276,22 +40853,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -40424,7 +41011,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -40467,7 +41054,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -40679,6 +41266,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -40734,7 +41323,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -40765,11 +41354,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -40790,35 +41379,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -40974,7 +41563,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -40999,7 +41588,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -41015,7 +41604,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -41075,7 +41664,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -41087,7 +41676,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41367,7 +41956,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -41381,16 +41970,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41415,6 +42004,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41532,9 +42126,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41548,11 +42142,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -41667,7 +42261,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -41682,7 +42276,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -42267,10 +42861,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -42404,7 +42998,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -42463,7 +43057,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -42472,7 +43066,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -42488,27 +43082,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -42571,7 +43186,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -42598,7 +43213,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -42655,15 +43270,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -42673,22 +43287,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -42700,9 +43318,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -42712,7 +43331,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -42792,10 +43411,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -43176,6 +43797,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -43187,6 +43809,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -43236,7 +43859,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -43307,12 +43930,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -43383,12 +44006,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -43406,7 +44032,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -43414,7 +44040,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -43424,7 +44050,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -43516,7 +44142,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -43823,6 +44449,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -44706,11 +45342,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -44722,14 +45358,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -44741,13 +45377,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [GivenName ]: The given name (first name) of the user. @@ -44757,13 +45393,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -44781,9 +45417,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -44878,12 +45515,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -44903,6 +45540,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -44910,11 +45548,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -44962,24 +45603,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -45003,7 +45644,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -45052,7 +45693,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -45113,11 +45754,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -45134,10 +45775,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -45571,6 +46212,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -45609,7 +46258,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -45621,6 +46270,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -45898,22 +46548,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -46046,7 +46706,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -46089,7 +46749,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -46301,6 +46961,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -46356,7 +47018,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46387,11 +47049,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -46412,35 +47074,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -46596,7 +47258,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -46621,7 +47283,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -46637,7 +47299,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -46697,7 +47359,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -46709,7 +47371,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46989,7 +47651,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -47003,16 +47665,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -47037,6 +47699,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -47154,9 +47821,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -47170,11 +47837,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -47289,7 +47956,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -47304,7 +47971,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDrive.md index d55942945311b..8a7da8e5a0b75 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDrive --- @@ -1117,10 +1117,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1254,7 +1254,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1313,7 +1313,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1322,7 +1322,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1338,27 +1338,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1421,7 +1442,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1448,7 +1469,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1505,15 +1526,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1523,22 +1543,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1550,9 +1574,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1562,7 +1587,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1642,10 +1667,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2026,6 +2053,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2037,6 +2065,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2086,7 +2115,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2157,12 +2186,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2233,12 +2262,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2256,7 +2288,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2264,7 +2296,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2274,7 +2306,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2366,7 +2398,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2416,11 +2448,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2432,14 +2464,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2451,13 +2483,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2731,6 +2763,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3817,13 +3859,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3841,9 +3883,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3938,12 +3981,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3963,6 +4006,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3970,11 +4014,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4022,24 +4069,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4063,7 +4110,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4112,7 +4159,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4173,11 +4220,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4194,10 +4241,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4468,6 +4515,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4506,7 +4561,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4518,6 +4573,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4795,22 +4851,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4943,7 +5009,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4986,7 +5052,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5198,6 +5264,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5253,7 +5321,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5284,11 +5352,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5309,35 +5377,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5493,7 +5561,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5518,7 +5586,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5534,7 +5602,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5594,7 +5662,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5606,7 +5674,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5886,7 +5954,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5900,16 +5968,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5934,6 +6002,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6051,9 +6124,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6067,11 +6140,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6186,7 +6259,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6201,7 +6274,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6277,10 +6350,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6414,7 +6487,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6473,7 +6546,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6482,7 +6555,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6498,27 +6571,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6581,7 +6675,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6608,7 +6702,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6665,15 +6759,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6683,22 +6776,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6710,9 +6807,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6722,7 +6820,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6802,10 +6900,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7186,6 +7286,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7197,6 +7298,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7246,7 +7348,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7317,12 +7419,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7393,12 +7495,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7416,7 +7521,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7424,7 +7529,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7434,7 +7539,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7526,7 +7631,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8088,11 +8193,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8104,14 +8209,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8123,13 +8228,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8388,6 +8493,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8458,13 +8573,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8482,9 +8597,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8579,12 +8695,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8604,6 +8720,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8611,11 +8728,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8663,24 +8783,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8704,7 +8824,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8753,7 +8873,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8814,11 +8934,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8835,10 +8955,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9109,6 +9229,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9147,7 +9275,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9159,6 +9287,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9446,22 +9575,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9594,7 +9733,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9637,7 +9776,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9849,6 +9988,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9904,7 +10045,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9935,11 +10076,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9960,35 +10101,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10144,7 +10285,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10169,7 +10310,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10185,7 +10326,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10245,7 +10386,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10257,7 +10398,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10537,7 +10678,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10551,16 +10692,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10585,6 +10726,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10702,9 +10848,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10718,11 +10864,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10837,7 +10983,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10852,7 +10998,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11436,10 +11582,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11582,7 +11728,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11641,7 +11787,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11650,7 +11796,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11666,27 +11812,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11749,7 +11916,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11776,7 +11943,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11833,15 +12000,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11851,22 +12017,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11878,9 +12048,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11890,7 +12061,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11970,10 +12141,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12354,6 +12527,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12365,6 +12539,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12414,7 +12589,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12485,12 +12660,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12561,12 +12736,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12584,7 +12762,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12592,7 +12770,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12602,7 +12780,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12694,7 +12872,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13001,6 +13179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13884,11 +14072,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13900,14 +14088,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13919,13 +14107,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14201,13 +14389,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14225,9 +14413,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14322,12 +14511,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14347,6 +14536,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14354,11 +14544,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14406,24 +14599,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14447,7 +14640,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14496,7 +14689,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14557,11 +14750,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14578,10 +14771,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14852,6 +15045,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14890,7 +15091,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14902,6 +15103,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15179,22 +15381,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15327,7 +15539,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15370,7 +15582,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15582,6 +15794,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15637,7 +15851,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15668,11 +15882,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15693,35 +15907,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15877,7 +16091,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15902,7 +16116,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15918,7 +16132,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15978,7 +16192,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15990,7 +16204,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16270,7 +16484,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16284,16 +16498,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16318,6 +16532,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16435,9 +16654,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16451,11 +16670,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16570,7 +16789,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16585,7 +16804,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16608,10 +16827,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16745,7 +16964,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16804,7 +17023,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16813,7 +17032,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16829,27 +17048,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16912,7 +17152,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16939,7 +17179,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16996,15 +17236,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17014,22 +17253,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17041,9 +17284,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17053,7 +17297,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17133,10 +17377,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17517,6 +17763,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17528,6 +17775,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17577,7 +17825,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17648,12 +17896,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17724,12 +17972,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17747,7 +17998,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17755,7 +18006,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17765,7 +18016,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17857,7 +18108,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18419,11 +18670,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18435,14 +18686,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18454,13 +18705,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18719,6 +18970,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18789,13 +19050,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18813,9 +19074,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18910,12 +19172,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18935,6 +19197,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18942,11 +19205,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18994,24 +19260,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19035,7 +19301,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19084,7 +19350,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19145,11 +19411,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19166,10 +19432,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19440,6 +19706,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19478,7 +19752,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19490,6 +19764,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19777,22 +20052,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19925,7 +20210,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19968,7 +20253,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20180,6 +20465,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20235,7 +20522,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20266,11 +20553,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20291,35 +20578,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20475,7 +20762,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20500,7 +20787,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20516,7 +20803,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20576,7 +20863,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20588,7 +20875,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20868,7 +21155,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20882,16 +21169,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20916,6 +21203,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21033,9 +21325,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21049,11 +21341,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21168,7 +21460,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21183,7 +21475,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21795,10 +22087,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21932,7 +22224,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21991,7 +22283,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22000,7 +22292,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22016,27 +22308,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22099,7 +22412,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22126,7 +22439,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22183,15 +22496,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22201,22 +22513,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22228,9 +22544,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22240,7 +22557,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22320,10 +22637,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22704,6 +23023,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22715,6 +23035,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22764,7 +23085,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22835,12 +23156,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22911,12 +23232,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22934,7 +23258,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22942,7 +23266,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22952,7 +23276,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23044,7 +23368,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23606,11 +23930,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -23622,14 +23946,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -23641,13 +23965,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -23906,6 +24230,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -23976,13 +24310,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24000,9 +24334,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24097,12 +24432,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24122,6 +24457,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24129,11 +24465,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24181,24 +24520,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24222,7 +24561,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24271,7 +24610,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24332,11 +24671,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24353,10 +24692,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24627,6 +24966,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -24665,7 +25012,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -24677,6 +25024,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24964,22 +25312,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25112,7 +25470,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25155,7 +25513,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25367,6 +25725,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25422,7 +25782,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25453,11 +25813,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -25478,35 +25838,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -25662,7 +26022,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -25687,7 +26047,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -25703,7 +26063,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -25763,7 +26123,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -25775,7 +26135,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26055,7 +26415,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26069,16 +26429,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26103,6 +26463,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26220,9 +26585,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26236,11 +26601,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26355,7 +26720,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26370,7 +26735,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -26954,10 +27319,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27100,7 +27465,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27159,7 +27524,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27168,7 +27533,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27184,27 +27549,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27267,7 +27653,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -27294,7 +27680,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -27351,15 +27737,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -27369,22 +27754,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -27396,9 +27785,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -27408,7 +27798,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -27488,10 +27878,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -27872,6 +28264,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -27883,6 +28276,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -27932,7 +28326,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28003,12 +28397,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28079,12 +28473,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28102,7 +28499,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28110,7 +28507,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28120,7 +28517,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28212,7 +28609,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -28519,6 +28916,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -29402,11 +29809,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -29418,14 +29825,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -29437,13 +29844,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -29719,13 +30126,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -29743,9 +30150,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -29840,12 +30248,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -29865,6 +30273,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -29872,11 +30281,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -29924,24 +30336,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -29965,7 +30377,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30014,7 +30426,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30075,11 +30487,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30096,10 +30508,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -30370,6 +30782,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -30408,7 +30828,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -30420,6 +30840,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -30697,22 +31118,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -30845,7 +31276,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -30888,7 +31319,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31100,6 +31531,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31155,7 +31588,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31186,11 +31619,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31211,35 +31644,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -31395,7 +31828,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -31420,7 +31853,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -31436,7 +31869,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -31496,7 +31929,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -31508,7 +31941,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31788,7 +32221,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -31802,16 +32235,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31836,6 +32269,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31953,9 +32391,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31969,11 +32407,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32088,7 +32526,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32103,7 +32541,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -32126,10 +32564,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -32263,7 +32701,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -32322,7 +32760,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -32331,7 +32769,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -32347,27 +32785,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -32430,7 +32889,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -32457,7 +32916,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -32514,15 +32973,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -32532,22 +32990,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -32559,9 +33021,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -32571,7 +33034,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -32651,10 +33114,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -33035,6 +33500,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -33046,6 +33512,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -33095,7 +33562,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -33166,12 +33633,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -33242,12 +33709,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -33265,7 +33735,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -33273,7 +33743,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -33283,7 +33753,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -33375,7 +33845,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -33682,6 +34152,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -34302,11 +34782,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -34318,14 +34798,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -34337,13 +34817,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -34847,13 +35327,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -34871,9 +35351,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -34968,12 +35449,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -34993,6 +35474,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -35000,11 +35482,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -35052,24 +35537,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -35093,7 +35578,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -35142,7 +35627,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -35203,11 +35688,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -35224,10 +35709,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35498,6 +35983,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -35536,7 +36029,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -35548,6 +36041,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35825,22 +36319,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -35973,7 +36477,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -36016,7 +36520,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -36228,6 +36732,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -36283,7 +36789,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36314,11 +36820,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -36339,35 +36845,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -36523,7 +37029,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -36548,7 +37054,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -36564,7 +37070,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -36624,7 +37130,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -36636,7 +37142,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36916,7 +37422,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -36930,16 +37436,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36964,6 +37470,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37081,9 +37592,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37097,11 +37608,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -37216,7 +37727,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -37231,7 +37742,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -37343,10 +37854,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -37480,7 +37991,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -37539,7 +38050,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -37548,7 +38059,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37564,27 +38075,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -37647,7 +38179,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -37674,7 +38206,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -37731,15 +38263,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -37749,22 +38280,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -37776,9 +38311,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -37788,7 +38324,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -37868,10 +38404,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -38252,6 +38790,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -38263,6 +38802,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -38312,7 +38852,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -38383,12 +38923,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -38459,12 +38999,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -38482,7 +39025,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -38490,7 +39033,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -38500,7 +39043,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -38592,7 +39135,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -39154,11 +39697,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -39170,14 +39713,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -39189,13 +39732,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -39454,6 +39997,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -39524,13 +40077,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -39548,9 +40101,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -39645,12 +40199,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -39670,6 +40224,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -39677,11 +40232,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -39729,24 +40287,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -39770,7 +40328,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -39819,7 +40377,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -39880,11 +40438,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -39901,10 +40459,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -40175,6 +40733,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -40213,7 +40779,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -40225,6 +40791,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -40512,22 +41079,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -40660,7 +41237,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -40703,7 +41280,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -40915,6 +41492,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -40970,7 +41549,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41001,11 +41580,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -41026,35 +41605,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -41210,7 +41789,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -41235,7 +41814,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -41251,7 +41830,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -41311,7 +41890,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -41323,7 +41902,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41603,7 +42182,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -41617,16 +42196,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41651,6 +42230,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41768,9 +42352,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41784,11 +42368,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -41903,7 +42487,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -41918,7 +42502,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -42514,10 +43098,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -42651,7 +43235,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -42710,7 +43294,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -42719,7 +43303,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -42735,27 +43319,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -42818,7 +43423,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -42845,7 +43450,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -42902,15 +43507,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -42920,22 +43524,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -42947,9 +43555,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -42959,7 +43568,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -43039,10 +43648,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -43423,6 +44034,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -43434,6 +44046,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -43483,7 +44096,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -43554,12 +44167,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -43630,12 +44243,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -43653,7 +44269,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -43661,7 +44277,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -43671,7 +44287,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -43763,7 +44379,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -44325,11 +44941,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -44341,14 +44957,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -44360,13 +44976,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -44625,6 +45241,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -44695,13 +45321,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -44719,9 +45345,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -44816,12 +45443,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -44841,6 +45468,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -44848,11 +45476,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -44900,24 +45531,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -44941,7 +45572,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -44990,7 +45621,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -45051,11 +45682,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -45072,10 +45703,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -45346,6 +45977,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -45384,7 +46023,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -45396,6 +46035,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -45683,22 +46323,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -45831,7 +46481,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -45874,7 +46524,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -46086,6 +46736,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -46141,7 +46793,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46172,11 +46824,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -46197,35 +46849,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -46381,7 +47033,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -46406,7 +47058,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -46422,7 +47074,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -46482,7 +47134,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -46494,7 +47146,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46774,7 +47426,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -46788,16 +47440,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46822,6 +47474,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46939,9 +47596,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46955,11 +47612,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -47074,7 +47731,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -47089,7 +47746,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveBundle.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveBundle.md index f703a94559a6f..bd020a8aa9e12 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveBundle.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveBundle.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivebundle Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveBundle --- @@ -1807,10 +1807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1944,7 +1944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2003,7 +2003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2012,7 +2012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2028,27 +2028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2111,7 +2132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2138,7 +2159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2195,15 +2216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2213,22 +2233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2240,9 +2264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2252,7 +2277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2332,10 +2357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2716,6 +2743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2727,6 +2755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2776,7 +2805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2847,12 +2876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2923,12 +2952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2946,7 +2978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2954,7 +2986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2964,7 +2996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3056,7 +3088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3581,11 +3613,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3597,14 +3629,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3616,13 +3648,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3881,6 +3913,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3951,13 +3993,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3975,9 +4017,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4072,12 +4115,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4097,6 +4140,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4104,11 +4148,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4156,24 +4203,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4197,7 +4244,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4246,7 +4293,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4307,11 +4354,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4328,10 +4375,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4602,6 +4649,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4640,7 +4695,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4652,6 +4707,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4939,22 +4995,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5087,7 +5153,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5130,7 +5196,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5342,6 +5408,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5397,7 +5465,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5428,11 +5496,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5453,35 +5521,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5637,7 +5705,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5662,7 +5730,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5678,7 +5746,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5738,7 +5806,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5750,7 +5818,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6030,7 +6098,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6044,16 +6112,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6078,6 +6146,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6195,9 +6268,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6211,11 +6284,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6330,7 +6403,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6345,7 +6418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6964,10 +7037,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7101,7 +7174,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7160,7 +7233,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7169,7 +7242,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7185,27 +7258,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7268,7 +7362,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7295,7 +7389,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7352,15 +7446,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7370,22 +7463,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7397,9 +7494,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7409,7 +7507,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7489,10 +7587,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7873,6 +7973,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7884,6 +7985,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7933,7 +8035,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8004,12 +8106,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8080,12 +8182,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8103,7 +8208,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8111,7 +8216,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8121,7 +8226,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8213,7 +8318,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8775,11 +8880,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8791,14 +8896,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8810,13 +8915,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9075,6 +9180,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9145,13 +9260,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9169,9 +9284,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9266,12 +9382,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9291,6 +9407,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9298,11 +9415,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9350,24 +9470,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9391,7 +9511,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9440,7 +9560,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9501,11 +9621,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9522,10 +9642,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9796,6 +9916,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9834,7 +9962,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9846,6 +9974,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10133,22 +10262,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10281,7 +10420,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10324,7 +10463,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10536,6 +10675,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10591,7 +10732,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10622,11 +10763,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10647,35 +10788,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10831,7 +10972,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10856,7 +10997,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10872,7 +11013,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10932,7 +11073,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10944,7 +11085,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11224,7 +11365,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11238,16 +11379,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11272,6 +11413,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11389,9 +11535,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11405,11 +11551,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11524,7 +11670,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11539,7 +11685,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12133,10 +12279,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12270,7 +12416,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12329,7 +12475,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12338,7 +12484,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12354,27 +12500,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12437,7 +12604,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12464,7 +12631,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12521,15 +12688,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12539,22 +12705,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12566,9 +12736,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12578,7 +12749,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12658,10 +12829,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13042,6 +13215,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13053,6 +13227,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13102,7 +13277,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13173,12 +13348,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13249,12 +13424,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13272,7 +13450,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13280,7 +13458,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13290,7 +13468,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13382,7 +13560,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13944,11 +14122,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13960,14 +14138,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13979,13 +14157,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14244,6 +14422,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14314,13 +14502,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14338,9 +14526,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14435,12 +14624,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14460,6 +14649,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14467,11 +14657,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14519,24 +14712,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14560,7 +14753,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14609,7 +14802,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14670,11 +14863,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14691,10 +14884,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14965,6 +15158,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15003,7 +15204,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15015,6 +15216,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15302,22 +15504,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15450,7 +15662,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15493,7 +15705,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15705,6 +15917,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15760,7 +15974,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15791,11 +16005,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15816,35 +16030,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16000,7 +16214,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16025,7 +16239,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16041,7 +16255,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16101,7 +16315,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16113,7 +16327,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16393,7 +16607,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16407,16 +16621,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16441,6 +16655,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16558,9 +16777,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16574,11 +16793,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16693,7 +16912,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16708,7 +16927,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17292,10 +17511,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17438,7 +17657,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17497,7 +17716,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17506,7 +17725,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17522,27 +17741,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17605,7 +17845,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17632,7 +17872,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17689,15 +17929,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17707,22 +17946,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17734,9 +17977,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17746,7 +17990,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17826,10 +18070,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18210,6 +18456,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18221,6 +18468,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18270,7 +18518,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18341,12 +18589,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18417,12 +18665,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18440,7 +18691,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18448,7 +18699,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18458,7 +18709,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18550,7 +18801,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18857,6 +19108,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19740,11 +20001,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19756,14 +20017,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19775,13 +20036,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20057,13 +20318,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20081,9 +20342,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20178,12 +20440,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20203,6 +20465,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20210,11 +20473,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20262,24 +20528,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20303,7 +20569,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20352,7 +20618,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20413,11 +20679,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20434,10 +20700,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20708,6 +20974,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20746,7 +21020,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20758,6 +21032,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21035,22 +21310,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21183,7 +21468,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21226,7 +21511,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21438,6 +21723,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21493,7 +21780,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21524,11 +21811,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21549,35 +21836,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21733,7 +22020,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21758,7 +22045,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21774,7 +22061,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21834,7 +22121,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21846,7 +22133,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22126,7 +22413,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22140,16 +22427,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22174,6 +22461,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22291,9 +22583,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22307,11 +22599,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22426,7 +22718,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22441,7 +22733,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22536,10 +22828,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22682,7 +22974,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22741,7 +23033,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22750,7 +23042,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22766,27 +23058,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22849,7 +23162,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22876,7 +23189,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22933,15 +23246,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22951,22 +23263,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22978,9 +23294,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22990,7 +23307,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23070,10 +23387,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23454,6 +23773,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23465,6 +23785,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23514,7 +23835,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23585,12 +23906,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23661,12 +23982,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23684,7 +24008,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23692,7 +24016,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23702,7 +24026,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23794,7 +24118,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24101,6 +24425,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24984,11 +25318,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25000,14 +25334,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25019,13 +25353,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25301,13 +25635,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25325,9 +25659,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25422,12 +25757,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25447,6 +25782,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25454,11 +25790,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25506,24 +25845,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25547,7 +25886,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25596,7 +25935,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25657,11 +25996,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25678,10 +26017,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25952,6 +26291,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25990,7 +26337,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26002,6 +26349,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26279,22 +26627,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26427,7 +26785,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26470,7 +26828,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26682,6 +27040,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26737,7 +27097,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26768,11 +27128,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26793,35 +27153,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26977,7 +27337,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27002,7 +27362,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27018,7 +27378,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27078,7 +27438,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27090,7 +27450,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27370,7 +27730,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27384,16 +27744,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27418,6 +27778,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27535,9 +27900,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27551,11 +27916,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27670,7 +28035,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27685,7 +28050,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27708,10 +28073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27845,7 +28210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27904,7 +28269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27913,7 +28278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27929,27 +28294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28012,7 +28398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28039,7 +28425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28096,15 +28482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28114,22 +28499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28141,9 +28530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28153,7 +28543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28233,10 +28623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28617,6 +29009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28628,6 +29021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28677,7 +29071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28748,12 +29142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28824,12 +29218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28847,7 +29244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28855,7 +29252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28865,7 +29262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28957,7 +29354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29200,6 +29597,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30093,11 +30500,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30109,14 +30516,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30128,13 +30535,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30410,13 +30817,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30434,9 +30841,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30531,12 +30939,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30556,6 +30964,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30563,11 +30972,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30615,24 +31027,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30656,7 +31068,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30705,7 +31117,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30766,11 +31178,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30787,10 +31199,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31061,6 +31473,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31099,7 +31519,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31111,6 +31531,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31388,22 +31809,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31536,7 +31967,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31579,7 +32010,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31791,6 +32222,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31846,7 +32279,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31877,11 +32310,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31902,35 +32335,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32086,7 +32519,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32111,7 +32544,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32127,7 +32560,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32187,7 +32620,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32199,7 +32632,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32479,7 +32912,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32493,16 +32926,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32527,6 +32960,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32644,9 +33082,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32660,11 +33098,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32779,7 +33217,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32794,7 +33232,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32932,6 +33370,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItem.md index ff3f272f78b2a..dfcb0c8dc0308 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItem --- @@ -1807,10 +1807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1944,7 +1944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2003,7 +2003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2012,7 +2012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2028,27 +2028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2111,7 +2132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2138,7 +2159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2195,15 +2216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2213,22 +2233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2240,9 +2264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2252,7 +2277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2332,10 +2357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2716,6 +2743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2727,6 +2755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2776,7 +2805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2847,12 +2876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2923,12 +2952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2946,7 +2978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2954,7 +2986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2964,7 +2996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3056,7 +3088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3581,11 +3613,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3597,14 +3629,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3616,13 +3648,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3881,6 +3913,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3951,13 +3993,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3975,9 +4017,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4072,12 +4115,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4097,6 +4140,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4104,11 +4148,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4156,24 +4203,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4197,7 +4244,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4246,7 +4293,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4307,11 +4354,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4328,10 +4375,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4602,6 +4649,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4640,7 +4695,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4652,6 +4707,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4939,22 +4995,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5087,7 +5153,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5130,7 +5196,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5342,6 +5408,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5397,7 +5465,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5428,11 +5496,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5453,35 +5521,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5637,7 +5705,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5662,7 +5730,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5678,7 +5746,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5738,7 +5806,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5750,7 +5818,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6030,7 +6098,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6044,16 +6112,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6078,6 +6146,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6195,9 +6268,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6211,11 +6284,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6330,7 +6403,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6345,7 +6418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6964,10 +7037,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7101,7 +7174,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7160,7 +7233,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7169,7 +7242,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7185,27 +7258,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7268,7 +7362,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7295,7 +7389,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7352,15 +7446,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7370,22 +7463,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7397,9 +7494,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7409,7 +7507,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7489,10 +7587,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7873,6 +7973,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7884,6 +7985,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7933,7 +8035,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8004,12 +8106,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8080,12 +8182,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8103,7 +8208,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8111,7 +8216,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8121,7 +8226,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8213,7 +8318,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8775,11 +8880,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8791,14 +8896,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8810,13 +8915,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9075,6 +9180,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9145,13 +9260,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9169,9 +9284,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9266,12 +9382,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9291,6 +9407,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9298,11 +9415,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9350,24 +9470,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9391,7 +9511,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9440,7 +9560,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9501,11 +9621,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9522,10 +9642,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9796,6 +9916,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9834,7 +9962,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9846,6 +9974,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10133,22 +10262,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10281,7 +10420,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10324,7 +10463,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10536,6 +10675,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10591,7 +10732,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10622,11 +10763,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10647,35 +10788,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10831,7 +10972,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10856,7 +10997,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10872,7 +11013,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10932,7 +11073,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10944,7 +11085,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11224,7 +11365,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11238,16 +11379,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11272,6 +11413,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11389,9 +11535,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11405,11 +11551,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11524,7 +11670,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11539,7 +11685,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12133,10 +12279,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12270,7 +12416,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12329,7 +12475,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12338,7 +12484,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12354,27 +12500,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12437,7 +12604,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12464,7 +12631,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12521,15 +12688,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12539,22 +12705,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12566,9 +12736,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12578,7 +12749,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12658,10 +12829,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13042,6 +13215,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13053,6 +13227,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13102,7 +13277,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13173,12 +13348,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13249,12 +13424,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13272,7 +13450,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13280,7 +13458,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13290,7 +13468,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13382,7 +13560,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13944,11 +14122,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13960,14 +14138,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13979,13 +14157,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14244,6 +14422,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14314,13 +14502,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14338,9 +14526,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14435,12 +14624,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14460,6 +14649,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14467,11 +14657,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14519,24 +14712,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14560,7 +14753,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14609,7 +14802,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14670,11 +14863,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14691,10 +14884,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14965,6 +15158,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15003,7 +15204,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15015,6 +15216,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15302,22 +15504,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15450,7 +15662,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15493,7 +15705,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15705,6 +15917,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15760,7 +15974,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15791,11 +16005,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15816,35 +16030,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16000,7 +16214,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16025,7 +16239,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16041,7 +16255,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16101,7 +16315,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16113,7 +16327,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16393,7 +16607,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16407,16 +16621,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16441,6 +16655,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16558,9 +16777,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16574,11 +16793,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16693,7 +16912,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16708,7 +16927,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17292,10 +17511,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17438,7 +17657,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17497,7 +17716,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17506,7 +17725,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17522,27 +17741,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17605,7 +17845,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17632,7 +17872,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17689,15 +17929,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17707,22 +17946,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17734,9 +17977,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17746,7 +17990,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17826,10 +18070,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18210,6 +18456,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18221,6 +18468,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18270,7 +18518,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18341,12 +18589,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18417,12 +18665,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18440,7 +18691,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18448,7 +18699,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18458,7 +18709,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18550,7 +18801,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18857,6 +19108,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19740,11 +20001,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19756,14 +20017,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19775,13 +20036,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20057,13 +20318,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20081,9 +20342,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20178,12 +20440,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20203,6 +20465,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20210,11 +20473,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20262,24 +20528,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20303,7 +20569,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20352,7 +20618,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20413,11 +20679,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20434,10 +20700,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20708,6 +20974,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20746,7 +21020,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20758,6 +21032,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21035,22 +21310,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21183,7 +21468,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21226,7 +21511,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21438,6 +21723,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21493,7 +21780,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21524,11 +21811,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21549,35 +21836,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21733,7 +22020,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21758,7 +22045,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21774,7 +22061,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21834,7 +22121,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21846,7 +22133,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22126,7 +22413,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22140,16 +22427,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22174,6 +22461,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22291,9 +22583,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22307,11 +22599,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22426,7 +22718,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22441,7 +22733,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22536,10 +22828,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22682,7 +22974,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22741,7 +23033,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22750,7 +23042,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22766,27 +23058,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22849,7 +23162,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22876,7 +23189,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22933,15 +23246,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22951,22 +23263,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22978,9 +23294,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22990,7 +23307,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23070,10 +23387,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23454,6 +23773,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23465,6 +23785,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23514,7 +23835,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23585,12 +23906,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23661,12 +23982,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23684,7 +24008,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23692,7 +24016,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23702,7 +24026,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23794,7 +24118,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24101,6 +24425,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24984,11 +25318,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25000,14 +25334,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25019,13 +25353,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25301,13 +25635,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25325,9 +25659,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25422,12 +25757,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25447,6 +25782,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25454,11 +25790,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25506,24 +25845,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25547,7 +25886,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25596,7 +25935,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25657,11 +25996,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25678,10 +26017,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25952,6 +26291,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25990,7 +26337,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26002,6 +26349,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26279,22 +26627,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26427,7 +26785,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26470,7 +26828,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26682,6 +27040,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26737,7 +27097,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26768,11 +27128,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26793,35 +27153,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26977,7 +27337,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27002,7 +27362,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27018,7 +27378,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27078,7 +27438,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27090,7 +27450,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27370,7 +27730,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27384,16 +27744,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27418,6 +27778,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27535,9 +27900,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27551,11 +27916,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27670,7 +28035,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27685,7 +28050,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27708,10 +28073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27845,7 +28210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27904,7 +28269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27913,7 +28278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27929,27 +28294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28012,7 +28398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28039,7 +28425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28096,15 +28482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28114,22 +28499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28141,9 +28530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28153,7 +28543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28233,10 +28623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28617,6 +29009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28628,6 +29021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28677,7 +29071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28748,12 +29142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28824,12 +29218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28847,7 +29244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28855,7 +29252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28865,7 +29262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28957,7 +29354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29200,6 +29597,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30093,11 +30500,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30109,14 +30516,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30128,13 +30535,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30410,13 +30817,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30434,9 +30841,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30531,12 +30939,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30556,6 +30964,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30563,11 +30972,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30615,24 +31027,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30656,7 +31068,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30705,7 +31117,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30766,11 +31178,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30787,10 +31199,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31061,6 +31473,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31099,7 +31519,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31111,6 +31531,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31388,22 +31809,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31536,7 +31967,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31579,7 +32010,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31791,6 +32222,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31846,7 +32279,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31877,11 +32310,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31902,35 +32335,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32086,7 +32519,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32111,7 +32544,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32127,7 +32560,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32187,7 +32620,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32199,7 +32632,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32479,7 +32912,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32493,16 +32926,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32527,6 +32960,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32644,9 +33082,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32660,11 +33098,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32779,7 +33217,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32794,7 +33232,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32932,6 +33370,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemAnalyticItemActivityStat.md index 7cbccf6bc8ce4..07f4e6be0da89 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemAnalyticItemActivityStat --- @@ -833,10 +833,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -970,7 +970,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1029,7 +1029,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1038,7 +1038,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1054,27 +1054,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1137,7 +1158,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1164,7 +1185,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1221,15 +1242,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1239,22 +1259,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1266,9 +1290,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1278,7 +1303,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1358,10 +1383,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1742,6 +1769,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1753,6 +1781,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1802,7 +1831,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1873,12 +1902,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1949,12 +1978,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1972,7 +2004,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1980,7 +2012,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1990,7 +2022,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2082,7 +2114,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2636,11 +2668,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2652,14 +2684,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2671,13 +2703,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2936,6 +2968,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3006,13 +3048,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3030,9 +3072,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3127,12 +3170,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3152,6 +3195,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3159,11 +3203,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3211,24 +3258,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3252,7 +3299,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3301,7 +3348,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3362,11 +3409,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3383,10 +3430,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3657,6 +3704,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3695,7 +3750,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3707,6 +3762,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3994,22 +4050,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4142,7 +4208,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4185,7 +4251,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4397,6 +4463,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4452,7 +4520,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4483,11 +4551,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4508,35 +4576,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4692,7 +4760,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4717,7 +4785,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4733,7 +4801,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4793,7 +4861,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4805,7 +4873,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5085,7 +5153,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5099,16 +5167,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5133,6 +5201,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5250,9 +5323,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5266,11 +5339,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5385,7 +5458,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5400,7 +5473,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6003,10 +6076,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6140,7 +6213,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6199,7 +6272,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6208,7 +6281,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6224,27 +6297,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6307,7 +6401,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6334,7 +6428,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6391,15 +6485,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6409,22 +6502,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6436,9 +6533,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6448,7 +6546,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6528,10 +6626,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6912,6 +7012,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6923,6 +7024,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6972,7 +7074,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7043,12 +7145,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7119,12 +7221,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7142,7 +7247,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7150,7 +7255,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7160,7 +7265,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7252,7 +7357,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7783,11 +7888,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7799,14 +7904,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7818,13 +7923,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8083,6 +8188,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8153,13 +8268,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8177,9 +8292,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8274,12 +8390,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8299,6 +8415,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8306,11 +8423,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8358,24 +8478,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8399,7 +8519,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8448,7 +8568,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8509,11 +8629,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8530,10 +8650,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8804,6 +8924,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8842,7 +8970,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8854,6 +8982,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9141,22 +9270,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9289,7 +9428,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9332,7 +9471,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9544,6 +9683,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9599,7 +9740,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9630,11 +9771,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9655,35 +9796,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9839,7 +9980,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9864,7 +10005,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9880,7 +10021,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9940,7 +10081,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9952,7 +10093,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10232,7 +10373,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10246,16 +10387,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10280,6 +10421,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10397,9 +10543,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10413,11 +10559,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10532,7 +10678,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10547,7 +10693,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemChild.md index 7b333c901bdb8..c3ab8f7aacaf7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemChild --- @@ -1835,10 +1835,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1972,7 +1972,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2031,7 +2031,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2040,7 +2040,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2056,27 +2056,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2139,7 +2160,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2166,7 +2187,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2223,15 +2244,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2241,22 +2261,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2268,9 +2292,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2280,7 +2305,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2360,10 +2385,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2744,6 +2771,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2755,6 +2783,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2804,7 +2833,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2875,12 +2904,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2951,12 +2980,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2974,7 +3006,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2982,7 +3014,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2992,7 +3024,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3084,7 +3116,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3609,11 +3641,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3625,14 +3657,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3644,13 +3676,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3909,6 +3941,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3979,13 +4021,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4003,9 +4045,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4100,12 +4143,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4125,6 +4168,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4132,11 +4176,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4184,24 +4231,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4225,7 +4272,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4274,7 +4321,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4335,11 +4382,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4356,10 +4403,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4630,6 +4677,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4668,7 +4723,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4680,6 +4735,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4967,22 +5023,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5115,7 +5181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5158,7 +5224,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5370,6 +5436,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5425,7 +5493,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5456,11 +5524,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5481,35 +5549,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5665,7 +5733,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5690,7 +5758,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5706,7 +5774,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5766,7 +5834,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5778,7 +5846,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6058,7 +6126,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6072,16 +6140,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6106,6 +6174,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6223,9 +6296,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6239,11 +6312,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6358,7 +6431,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6373,7 +6446,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6992,10 +7065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7129,7 +7202,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7188,7 +7261,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7197,7 +7270,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7213,27 +7286,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7296,7 +7390,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7323,7 +7417,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7380,15 +7474,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7398,22 +7491,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7425,9 +7522,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7437,7 +7535,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7517,10 +7615,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7901,6 +8001,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7912,6 +8013,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7961,7 +8063,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8032,12 +8134,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8108,12 +8210,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8131,7 +8236,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8139,7 +8244,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8149,7 +8254,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8241,7 +8346,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8803,11 +8908,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8819,14 +8924,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8838,13 +8943,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9103,6 +9208,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9173,13 +9288,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9197,9 +9312,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9294,12 +9410,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9319,6 +9435,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9326,11 +9443,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9378,24 +9498,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9419,7 +9539,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9468,7 +9588,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9529,11 +9649,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9550,10 +9670,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9824,6 +9944,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9862,7 +9990,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9874,6 +10002,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10161,22 +10290,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10309,7 +10448,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10352,7 +10491,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10564,6 +10703,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10619,7 +10760,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10650,11 +10791,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10675,35 +10816,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10859,7 +11000,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10884,7 +11025,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10900,7 +11041,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10960,7 +11101,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10972,7 +11113,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11252,7 +11393,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11266,16 +11407,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11300,6 +11441,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11417,9 +11563,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11433,11 +11579,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11552,7 +11698,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11567,7 +11713,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12161,10 +12307,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12298,7 +12444,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12357,7 +12503,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12366,7 +12512,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12382,27 +12528,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12465,7 +12632,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12492,7 +12659,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12549,15 +12716,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12567,22 +12733,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12594,9 +12764,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12606,7 +12777,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12686,10 +12857,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13070,6 +13243,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13081,6 +13255,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13130,7 +13305,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13201,12 +13376,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13277,12 +13452,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13300,7 +13478,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13308,7 +13486,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13318,7 +13496,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13410,7 +13588,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13972,11 +14150,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13988,14 +14166,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14007,13 +14185,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14272,6 +14450,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14342,13 +14530,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14366,9 +14554,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14463,12 +14652,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14488,6 +14677,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14495,11 +14685,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14547,24 +14740,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14588,7 +14781,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14637,7 +14830,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14698,11 +14891,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14719,10 +14912,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14993,6 +15186,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15031,7 +15232,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15043,6 +15244,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15330,22 +15532,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15478,7 +15690,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15521,7 +15733,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15733,6 +15945,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15788,7 +16002,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15819,11 +16033,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15844,35 +16058,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16028,7 +16242,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16053,7 +16267,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16069,7 +16283,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16129,7 +16343,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16141,7 +16355,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16421,7 +16635,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16435,16 +16649,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16469,6 +16683,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16586,9 +16805,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16602,11 +16821,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16721,7 +16940,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16736,7 +16955,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17320,10 +17539,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17466,7 +17685,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17525,7 +17744,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17534,7 +17753,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17550,27 +17769,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17633,7 +17873,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17660,7 +17900,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17717,15 +17957,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17735,22 +17974,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17762,9 +18005,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17774,7 +18018,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17854,10 +18098,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18238,6 +18484,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18249,6 +18496,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18298,7 +18546,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18369,12 +18617,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18445,12 +18693,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18468,7 +18719,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18476,7 +18727,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18486,7 +18737,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18578,7 +18829,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18885,6 +19136,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19768,11 +20029,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19784,14 +20045,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19803,13 +20064,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20085,13 +20346,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20109,9 +20370,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20206,12 +20468,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20231,6 +20493,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20238,11 +20501,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20290,24 +20556,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20331,7 +20597,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20380,7 +20646,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20441,11 +20707,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20462,10 +20728,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20736,6 +21002,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20774,7 +21048,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20786,6 +21060,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21063,22 +21338,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21211,7 +21496,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21254,7 +21539,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21466,6 +21751,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21521,7 +21808,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21552,11 +21839,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21577,35 +21864,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21761,7 +22048,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21786,7 +22073,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21802,7 +22089,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21862,7 +22149,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21874,7 +22161,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22154,7 +22441,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22168,16 +22455,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22202,6 +22489,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22319,9 +22611,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22335,11 +22627,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22454,7 +22746,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22469,7 +22761,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22564,10 +22856,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22710,7 +23002,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22769,7 +23061,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22778,7 +23070,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22794,27 +23086,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22877,7 +23190,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22904,7 +23217,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22961,15 +23274,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22979,22 +23291,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -23006,9 +23322,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -23018,7 +23335,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23098,10 +23415,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23482,6 +23801,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23493,6 +23813,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23542,7 +23863,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23613,12 +23934,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23689,12 +24010,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23712,7 +24036,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23720,7 +24044,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23730,7 +24054,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23822,7 +24146,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24129,6 +24453,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -25012,11 +25346,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25028,14 +25362,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25047,13 +25381,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25329,13 +25663,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25353,9 +25687,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25450,12 +25785,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25475,6 +25810,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25482,11 +25818,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25534,24 +25873,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25575,7 +25914,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25624,7 +25963,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25685,11 +26024,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25706,10 +26045,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25980,6 +26319,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -26018,7 +26365,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26030,6 +26377,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26307,22 +26655,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26455,7 +26813,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26498,7 +26856,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26710,6 +27068,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26765,7 +27125,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26796,11 +27156,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26821,35 +27181,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -27005,7 +27365,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27030,7 +27390,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27046,7 +27406,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27106,7 +27466,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27118,7 +27478,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27398,7 +27758,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27412,16 +27772,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27446,6 +27806,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27563,9 +27928,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27579,11 +27944,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27698,7 +28063,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27713,7 +28078,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27736,10 +28101,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27873,7 +28238,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27932,7 +28297,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27941,7 +28306,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27957,27 +28322,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28040,7 +28426,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28067,7 +28453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28124,15 +28510,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28142,22 +28527,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28169,9 +28558,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28181,7 +28571,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28261,10 +28651,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28645,6 +29037,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28656,6 +29049,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28705,7 +29099,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28776,12 +29170,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28852,12 +29246,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28875,7 +29272,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28883,7 +29280,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28893,7 +29290,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28985,7 +29382,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29228,6 +29625,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30121,11 +30528,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30137,14 +30544,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30156,13 +30563,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30438,13 +30845,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30462,9 +30869,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30559,12 +30967,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30584,6 +30992,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30591,11 +31000,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30643,24 +31055,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30684,7 +31096,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30733,7 +31145,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30794,11 +31206,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30815,10 +31227,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31089,6 +31501,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31127,7 +31547,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31139,6 +31559,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31416,22 +31837,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31564,7 +31995,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31607,7 +32038,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31819,6 +32250,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31874,7 +32307,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31905,11 +32338,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31930,35 +32363,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32114,7 +32547,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32139,7 +32572,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32155,7 +32588,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32215,7 +32648,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32227,7 +32660,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32507,7 +32940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32521,16 +32954,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32555,6 +32988,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32672,9 +33110,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32688,11 +33126,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32807,7 +33245,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32822,7 +33260,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32960,6 +33398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemLink.md index 61b1b944221b1..10df36a4823c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemDocumentSetVersion.md index bce0dc6c4decb..46ca5ded2e35c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemLink.md index 300beabf34054..ff02cd8c76628 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemlistitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemListItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemVersion.md index c4b7b6d11ca64..44e15414b29e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemPermission.md index d9357f8fe50bc..49fac601b597d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemPermission --- @@ -861,6 +861,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -960,6 +970,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -980,6 +1000,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemSubscription.md index 1f9f955ca80ae..b8d723982d784 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemThumbnail.md index 3c139a5a96bc4..e032297889639 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemUploadSession.md index bbff1bcb1f501..5b99af9b3d9bd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemuploadsession Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemVersion.md index 5b0b0cc74f718..b74be54317ee7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListColumn.md index 14288bae356f1..884c6aa82f5cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentType.md index a9b9d20b52f97..c3cd7f9a75534 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentTypeColumn.md index 32973949fbbcd..7f95d15bd4e32 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentTypeColumnLink.md index d3cf91e5d378e..c2d0e0a781f20 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItem.md index f467b405cee86..cea57244f21b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListItem --- @@ -1073,10 +1073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1210,7 +1210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1269,7 +1269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1278,7 +1278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1294,27 +1294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1377,7 +1398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1404,7 +1425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1461,15 +1482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1479,22 +1499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1506,9 +1530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1518,7 +1543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1598,10 +1623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1982,6 +2009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1993,6 +2021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2042,7 +2071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2113,12 +2142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2189,12 +2218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2212,7 +2244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2220,7 +2252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2230,7 +2262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2322,7 +2354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2847,11 +2879,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2863,14 +2895,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2882,13 +2914,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3147,6 +3179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3217,13 +3259,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3241,9 +3283,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3338,12 +3381,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3363,6 +3406,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3370,11 +3414,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3422,24 +3469,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3463,7 +3510,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3512,7 +3559,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3573,11 +3620,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3594,10 +3641,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3868,6 +3915,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3906,7 +3961,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3918,6 +3973,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4205,22 +4261,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4353,7 +4419,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4396,7 +4462,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4608,6 +4674,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4663,7 +4731,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4694,11 +4762,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4719,35 +4787,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4903,7 +4971,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4928,7 +4996,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4944,7 +5012,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5004,7 +5072,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5016,7 +5084,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5296,7 +5364,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5310,16 +5378,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5344,6 +5412,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5461,9 +5534,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5477,11 +5550,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5596,7 +5669,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5611,7 +5684,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6211,10 +6284,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6348,7 +6421,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6407,7 +6480,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6416,7 +6489,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6432,27 +6505,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6515,7 +6609,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6542,7 +6636,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6599,15 +6693,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6617,22 +6710,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6644,9 +6741,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6656,7 +6754,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6736,10 +6834,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7120,6 +7220,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7131,6 +7232,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7180,7 +7282,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7251,12 +7353,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7327,12 +7429,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7350,7 +7455,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7358,7 +7463,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7368,7 +7473,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7460,7 +7565,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7703,6 +7808,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8596,11 +8711,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8612,14 +8727,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8631,13 +8746,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8913,13 +9028,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8937,9 +9052,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9034,12 +9150,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9059,6 +9175,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9066,11 +9183,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9118,24 +9238,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9159,7 +9279,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9208,7 +9328,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9269,11 +9389,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9290,10 +9410,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9564,6 +9684,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9602,7 +9730,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9614,6 +9742,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9891,22 +10020,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10039,7 +10178,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10082,7 +10221,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10294,6 +10433,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10349,7 +10490,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10380,11 +10521,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10405,35 +10546,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10589,7 +10730,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10614,7 +10755,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10630,7 +10771,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10690,7 +10831,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10702,7 +10843,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10982,7 +11123,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10996,16 +11137,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11030,6 +11171,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11147,9 +11293,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11163,11 +11309,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11282,7 +11428,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11297,7 +11443,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11375,10 +11521,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11521,7 +11667,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11580,7 +11726,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11589,7 +11735,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11605,27 +11751,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11688,7 +11855,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11715,7 +11882,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11772,15 +11939,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11790,22 +11956,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11817,9 +11987,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11829,7 +12000,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11909,10 +12080,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12293,6 +12466,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12304,6 +12478,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12353,7 +12528,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12424,12 +12599,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12500,12 +12675,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12523,7 +12701,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12531,7 +12709,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12541,7 +12719,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12633,7 +12811,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12940,6 +13118,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13823,11 +14011,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13839,14 +14027,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13858,13 +14046,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14140,13 +14328,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14164,9 +14352,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14261,12 +14450,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14286,6 +14475,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14293,11 +14483,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14345,24 +14538,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14386,7 +14579,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14435,7 +14628,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14496,11 +14689,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14517,10 +14710,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14791,6 +14984,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14829,7 +15030,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14841,6 +15042,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15118,22 +15320,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15266,7 +15478,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15309,7 +15521,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15521,6 +15733,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15576,7 +15790,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15607,11 +15821,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15632,35 +15846,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15816,7 +16030,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15841,7 +16055,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15857,7 +16071,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15917,7 +16131,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15929,7 +16143,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16209,7 +16423,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16223,16 +16437,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16257,6 +16471,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16374,9 +16593,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16390,11 +16609,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16509,7 +16728,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16524,7 +16743,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16588,10 +16807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16725,7 +16944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16784,7 +17003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16793,7 +17012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16809,27 +17028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16892,7 +17132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16919,7 +17159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16976,15 +17216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16994,22 +17233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17021,9 +17264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17033,7 +17277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17113,10 +17357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17497,6 +17743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17508,6 +17755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17557,7 +17805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17628,12 +17876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17704,12 +17952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17727,7 +17978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17735,7 +17986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17745,7 +17996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17837,7 +18088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18399,11 +18650,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18415,14 +18666,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18434,13 +18685,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18699,6 +18950,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18769,13 +19030,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18793,9 +19054,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18890,12 +19152,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18915,6 +19177,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18922,11 +19185,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18974,24 +19240,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19015,7 +19281,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19064,7 +19330,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19125,11 +19391,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19146,10 +19412,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19420,6 +19686,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19458,7 +19732,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19470,6 +19744,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19757,22 +20032,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19905,7 +20190,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19948,7 +20233,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20160,6 +20445,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20215,7 +20502,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20246,11 +20533,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20271,35 +20558,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20455,7 +20742,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20480,7 +20767,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20496,7 +20783,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20556,7 +20843,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20568,7 +20855,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20848,7 +21135,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20862,16 +21149,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20896,6 +21183,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21013,9 +21305,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21029,11 +21321,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21148,7 +21440,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21163,7 +21455,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21773,10 +22065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21919,7 +22211,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21978,7 +22270,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21987,7 +22279,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22003,27 +22295,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22086,7 +22399,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22113,7 +22426,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22170,15 +22483,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22188,22 +22500,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22215,9 +22531,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22227,7 +22544,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22307,10 +22624,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22691,6 +23010,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22702,6 +23022,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22751,7 +23072,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22822,12 +23143,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22898,12 +23219,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22921,7 +23245,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22929,7 +23253,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22939,7 +23263,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23031,7 +23355,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23338,6 +23662,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24221,11 +24555,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24237,14 +24571,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24256,13 +24590,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24538,13 +24872,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24562,9 +24896,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24659,12 +24994,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24684,6 +25019,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24691,11 +25027,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24743,24 +25082,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24784,7 +25123,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24833,7 +25172,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24894,11 +25233,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24915,10 +25254,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25189,6 +25528,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25227,7 +25574,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25239,6 +25586,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25516,22 +25864,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25664,7 +26022,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25707,7 +26065,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25919,6 +26277,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25974,7 +26334,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26005,11 +26365,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26030,35 +26390,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26214,7 +26574,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26239,7 +26599,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26255,7 +26615,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26315,7 +26675,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26327,7 +26687,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26607,7 +26967,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26621,16 +26981,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26655,6 +27015,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26772,9 +27137,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26788,11 +27153,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26907,7 +27272,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26922,7 +27287,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemDocumentSetVersion.md index ea5de4df3379c..5a4b8032edab4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemLink.md index 66d81b2a92f3a..401569418883c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemVersion.md index cc83b2b78392a..14933e60eb50e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListOperation.md index 802170076fece..2f1b00d9a5d44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListSubscription.md index 80c315ea2913e..c1eb8668e5adf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootAnalyticItemActivityStat.md index 963691ea2fb44..2b9a06cd7be86 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootAnalyticItemActivityStat --- @@ -806,10 +806,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -943,7 +943,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1002,7 +1002,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1011,7 +1011,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1027,27 +1027,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1110,7 +1131,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1137,7 +1158,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1194,15 +1215,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1212,22 +1232,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1239,9 +1263,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1251,7 +1276,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1331,10 +1356,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1715,6 +1742,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1726,6 +1754,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1775,7 +1804,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1846,12 +1875,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1922,12 +1951,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1945,7 +1977,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1953,7 +1985,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1963,7 +1995,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2055,7 +2087,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2609,11 +2641,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2625,14 +2657,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2644,13 +2676,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2909,6 +2941,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2979,13 +3021,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3003,9 +3045,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3100,12 +3143,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3125,6 +3168,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3132,11 +3176,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3184,24 +3231,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3225,7 +3272,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3274,7 +3321,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3335,11 +3382,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3356,10 +3403,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3630,6 +3677,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3668,7 +3723,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3680,6 +3735,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3967,22 +4023,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4115,7 +4181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4158,7 +4224,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4370,6 +4436,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4425,7 +4493,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4456,11 +4524,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4481,35 +4549,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4665,7 +4733,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4690,7 +4758,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4706,7 +4774,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4766,7 +4834,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4778,7 +4846,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5058,7 +5126,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5072,16 +5140,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5106,6 +5174,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5223,9 +5296,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5239,11 +5312,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5358,7 +5431,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5373,7 +5446,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5976,10 +6049,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6113,7 +6186,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6172,7 +6245,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6181,7 +6254,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6197,27 +6270,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6280,7 +6374,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6307,7 +6401,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6364,15 +6458,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6382,22 +6475,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6409,9 +6506,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6421,7 +6519,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6501,10 +6599,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6885,6 +6985,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6896,6 +6997,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6945,7 +7047,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7016,12 +7118,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7092,12 +7194,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7115,7 +7220,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7123,7 +7228,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7133,7 +7238,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7225,7 +7330,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7756,11 +7861,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7772,14 +7877,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7791,13 +7896,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8056,6 +8161,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8126,13 +8241,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8150,9 +8265,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8247,12 +8363,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8272,6 +8388,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8279,11 +8396,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8331,24 +8451,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8372,7 +8492,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8421,7 +8541,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8482,11 +8602,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8503,10 +8623,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8777,6 +8897,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8815,7 +8943,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8827,6 +8955,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9114,22 +9243,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9262,7 +9401,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9305,7 +9444,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9517,6 +9656,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9572,7 +9713,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9603,11 +9744,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9628,35 +9769,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9812,7 +9953,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9837,7 +9978,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9853,7 +9994,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9913,7 +10054,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9925,7 +10066,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10205,7 +10346,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10219,16 +10360,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10253,6 +10394,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10370,9 +10516,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10386,11 +10532,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10505,7 +10651,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10520,7 +10666,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootChild.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootChild.md index 66299565725df..6af19bf621469 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootChild.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootchild Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootChild --- @@ -1807,10 +1807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1944,7 +1944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2003,7 +2003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2012,7 +2012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2028,27 +2028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2111,7 +2132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2138,7 +2159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2195,15 +2216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2213,22 +2233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2240,9 +2264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2252,7 +2277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2332,10 +2357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2716,6 +2743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2727,6 +2755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2776,7 +2805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2847,12 +2876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2923,12 +2952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2946,7 +2978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2954,7 +2986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2964,7 +2996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3056,7 +3088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3581,11 +3613,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3597,14 +3629,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3616,13 +3648,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3881,6 +3913,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3951,13 +3993,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3975,9 +4017,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4072,12 +4115,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4097,6 +4140,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4104,11 +4148,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4156,24 +4203,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4197,7 +4244,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4246,7 +4293,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4307,11 +4354,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4328,10 +4375,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4602,6 +4649,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4640,7 +4695,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4652,6 +4707,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4939,22 +4995,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5087,7 +5153,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5130,7 +5196,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5342,6 +5408,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5397,7 +5465,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5428,11 +5496,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5453,35 +5521,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5637,7 +5705,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5662,7 +5730,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5678,7 +5746,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5738,7 +5806,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5750,7 +5818,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6030,7 +6098,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6044,16 +6112,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6078,6 +6146,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6195,9 +6268,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6211,11 +6284,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6330,7 +6403,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6345,7 +6418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6964,10 +7037,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7101,7 +7174,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7160,7 +7233,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7169,7 +7242,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7185,27 +7258,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7268,7 +7362,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7295,7 +7389,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7352,15 +7446,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7370,22 +7463,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7397,9 +7494,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7409,7 +7507,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7489,10 +7587,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7873,6 +7973,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7884,6 +7985,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7933,7 +8035,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8004,12 +8106,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8080,12 +8182,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8103,7 +8208,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8111,7 +8216,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8121,7 +8226,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8213,7 +8318,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8775,11 +8880,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8791,14 +8896,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8810,13 +8915,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9075,6 +9180,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9145,13 +9260,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9169,9 +9284,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9266,12 +9382,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9291,6 +9407,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9298,11 +9415,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9350,24 +9470,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9391,7 +9511,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9440,7 +9560,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9501,11 +9621,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9522,10 +9642,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9796,6 +9916,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9834,7 +9962,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9846,6 +9974,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10133,22 +10262,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10281,7 +10420,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10324,7 +10463,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10536,6 +10675,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10591,7 +10732,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10622,11 +10763,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10647,35 +10788,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10831,7 +10972,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10856,7 +10997,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10872,7 +11013,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10932,7 +11073,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10944,7 +11085,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11224,7 +11365,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11238,16 +11379,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11272,6 +11413,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11389,9 +11535,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11405,11 +11551,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11524,7 +11670,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11539,7 +11685,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12133,10 +12279,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12270,7 +12416,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12329,7 +12475,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12338,7 +12484,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12354,27 +12500,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12437,7 +12604,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12464,7 +12631,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12521,15 +12688,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12539,22 +12705,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12566,9 +12736,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12578,7 +12749,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12658,10 +12829,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13042,6 +13215,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13053,6 +13227,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13102,7 +13277,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13173,12 +13348,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13249,12 +13424,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13272,7 +13450,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13280,7 +13458,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13290,7 +13468,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13382,7 +13560,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13944,11 +14122,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13960,14 +14138,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13979,13 +14157,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14244,6 +14422,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14314,13 +14502,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14338,9 +14526,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14435,12 +14624,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14460,6 +14649,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14467,11 +14657,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14519,24 +14712,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14560,7 +14753,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14609,7 +14802,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14670,11 +14863,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14691,10 +14884,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14965,6 +15158,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15003,7 +15204,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15015,6 +15216,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15302,22 +15504,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15450,7 +15662,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15493,7 +15705,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15705,6 +15917,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15760,7 +15974,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15791,11 +16005,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15816,35 +16030,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16000,7 +16214,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16025,7 +16239,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16041,7 +16255,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16101,7 +16315,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16113,7 +16327,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16393,7 +16607,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16407,16 +16621,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16441,6 +16655,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16558,9 +16777,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16574,11 +16793,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16693,7 +16912,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16708,7 +16927,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17292,10 +17511,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17438,7 +17657,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17497,7 +17716,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17506,7 +17725,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17522,27 +17741,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17605,7 +17845,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17632,7 +17872,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17689,15 +17929,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17707,22 +17946,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17734,9 +17977,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17746,7 +17990,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17826,10 +18070,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18210,6 +18456,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18221,6 +18468,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18270,7 +18518,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18341,12 +18589,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18417,12 +18665,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18440,7 +18691,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18448,7 +18699,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18458,7 +18709,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18550,7 +18801,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18857,6 +19108,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19740,11 +20001,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19756,14 +20017,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19775,13 +20036,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20057,13 +20318,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20081,9 +20342,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20178,12 +20440,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20203,6 +20465,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20210,11 +20473,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20262,24 +20528,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20303,7 +20569,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20352,7 +20618,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20413,11 +20679,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20434,10 +20700,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20708,6 +20974,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20746,7 +21020,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20758,6 +21032,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21035,22 +21310,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21183,7 +21468,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21226,7 +21511,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21438,6 +21723,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21493,7 +21780,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21524,11 +21811,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21549,35 +21836,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21733,7 +22020,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21758,7 +22045,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21774,7 +22061,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21834,7 +22121,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21846,7 +22133,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22126,7 +22413,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22140,16 +22427,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22174,6 +22461,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22291,9 +22583,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22307,11 +22599,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22426,7 +22718,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22441,7 +22733,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22536,10 +22828,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22682,7 +22974,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22741,7 +23033,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22750,7 +23042,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22766,27 +23058,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22849,7 +23162,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22876,7 +23189,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22933,15 +23246,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22951,22 +23263,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22978,9 +23294,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22990,7 +23307,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23070,10 +23387,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23454,6 +23773,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23465,6 +23785,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23514,7 +23835,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23585,12 +23906,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23661,12 +23982,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23684,7 +24008,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23692,7 +24016,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23702,7 +24026,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23794,7 +24118,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24101,6 +24425,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24984,11 +25318,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25000,14 +25334,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25019,13 +25353,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25301,13 +25635,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25325,9 +25659,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25422,12 +25757,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25447,6 +25782,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25454,11 +25790,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25506,24 +25845,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25547,7 +25886,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25596,7 +25935,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25657,11 +25996,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25678,10 +26017,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25952,6 +26291,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25990,7 +26337,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26002,6 +26349,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26279,22 +26627,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26427,7 +26785,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26470,7 +26828,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26682,6 +27040,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26737,7 +27097,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26768,11 +27128,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26793,35 +27153,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26977,7 +27337,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27002,7 +27362,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27018,7 +27378,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27078,7 +27438,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27090,7 +27450,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27370,7 +27730,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27384,16 +27744,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27418,6 +27778,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27535,9 +27900,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27551,11 +27916,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27670,7 +28035,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27685,7 +28050,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27708,10 +28073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27845,7 +28210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27904,7 +28269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27913,7 +28278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27929,27 +28294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28012,7 +28398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28039,7 +28425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28096,15 +28482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28114,22 +28499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28141,9 +28530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28153,7 +28543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28233,10 +28623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28617,6 +29009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28628,6 +29021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28677,7 +29071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28748,12 +29142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28824,12 +29218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28847,7 +29244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28855,7 +29252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28865,7 +29262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28957,7 +29354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29200,6 +29597,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30093,11 +30500,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30109,14 +30516,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30128,13 +30535,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30410,13 +30817,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30434,9 +30841,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30531,12 +30939,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30556,6 +30964,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30563,11 +30972,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30615,24 +31027,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30656,7 +31068,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30705,7 +31117,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30766,11 +31178,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30787,10 +31199,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31061,6 +31473,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31099,7 +31519,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31111,6 +31531,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31388,22 +31809,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31536,7 +31967,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31579,7 +32010,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31791,6 +32222,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31846,7 +32279,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31877,11 +32310,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31902,35 +32335,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32086,7 +32519,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32111,7 +32544,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32127,7 +32560,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32187,7 +32620,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32199,7 +32632,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32479,7 +32912,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32493,16 +32926,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32527,6 +32960,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32644,9 +33082,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32660,11 +33098,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32779,7 +33217,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32794,7 +33232,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32932,6 +33370,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootLink.md index 1306eeba4153e..00a41ce3293f9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemDocumentSetVersion.md index 2c2ab5c34d077..9b21e75fba398 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemLink.md index 3d368010be92e..efba05c8b1274 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootlistitemlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootListItemLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemVersion.md index fde0520829aad..c12ea0cf2314b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootPermission.md index 5f8a28b73ec20..aaba836e8fa07 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootPermission --- @@ -833,6 +833,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -932,6 +942,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -952,6 +972,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootSubscription.md index 5be57c54aa743..cf13864f13f25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootThumbnail.md index 8a70f4f0ba182..ebce38244f177 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootUploadSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootUploadSession.md index 2cf136b5c180d..7f54a49127307 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootUploadSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootuploadsession Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootUploadSession --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootVersion.md index a27bf24a97317..589e6dfa46bc4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/New-MgUserDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/new-mguserdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: New-MgUserDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgDriveListContentType.md index 72ff50c655393..05d7d43b17a85 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/publish-mgdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgGroupDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgGroupDriveListContentType.md index 56d6fa888629a..c3612b943b2eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgGroupDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgGroupDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/publish-mggroupdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgGroupDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgShareListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgShareListContentType.md index 26d44b5b7dda1..784e62247d23b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgShareListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgShareListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/publish-mgsharelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgShareListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgUserDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgUserDriveListContentType.md index ec43928fad453..afb065488aebb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgUserDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Publish-MgUserDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/publish-mguserdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgUserDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDrive.md index a1b60f8632c17..4a941ee06e654 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveBundleContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveBundleContent.md index d2be71500eed5..f63d3477e1705 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveBundleContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveBundleContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivebundlecontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveBundleContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveFollowingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveFollowingContent.md index b18852fec5380..ddb789a57d6e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveFollowingContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveFollowingContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivefollowingcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveFollowingContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItem.md index 0bf48459f3d4e..8bd8adcbe9736 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemAnalytic.md index dccf977be6ee0..bcc2692648c93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemAnalyticItemActivityStat.md index 3486c01a220cb..10856d88e2003 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemCheckout.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemCheckout.md index 0365cb108eace..b31130c55147a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemCheckout.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemCheckout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemcheckout Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemCheckout --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemChildContent.md index 7c79fef153e04..9648f692d3a72 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemContent.md index dc18a42b50cb6..68c6f4837b24b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItem.md index bc6d0c2282289..0ce609049f092 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDocumentSetVersion.md index db7029fe17313..abe90a8bdc4a0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDocumentSetVersionField.md index 6a044cdfd9271..81d93988c345b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDriveItemContent.md index a3759002ca7d5..56e1d52b9fdaa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemField.md index fd762db63b10c..0d52597611bf6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemVersion.md index a2590dd08f692..0dd94c3ac64c5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemVersionField.md index cb57bd2672bae..fc6c0a296b050 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemPermanent.md index 4f8567b01ea37..40ecac0531dae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitempermanent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemPermanent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemPermission.md index e2dd0df31c643..cc7c8a8fc6b05 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemRetentionLabel.md index 6a4e260fd8a9b..32f49063c567c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemRetentionLabel --- @@ -13,7 +13,8 @@ title: Remove-MgDriveItemRetentionLabel ## SYNOPSIS -Remove a retention label from a driveItem. +Remove the retention label from a driveItem. +This operation clears the retention label and all associated retention settings enforced on the item. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. > [!NOTE] @@ -48,7 +49,8 @@ This cmdlet has the following aliases, ## DESCRIPTION -Remove a retention label from a driveItem. +Remove the retention label from a driveItem. +This operation clears the retention label and all associated retention settings enforced on the item. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. ## EXAMPLES diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemSubscription.md index 27fe05dfc6bf5..b49743cdb5e34 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemThumbnail.md index 4cd2c42811ade..43a81b06238dc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemVersion.md index e6cef747a79ee..f6258cc149fe9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemVersionContent.md index 0a3c2e3612f33..82d484f8786ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveItemVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveitemversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveItemVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveList.md index cc5f5146a89fa..60b1630e6f49c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListColumn.md index 125020473688d..b9a2520a9cbf9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentType.md index a45859e02e119..fa4f2f1d2ac96 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentTypeColumn.md index 05f1113301d66..7620b731f9257 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentTypeColumnLink.md index 80bf1bc91b0c5..5c09c0a5f188f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItem.md index da0f9eaa8f0d0..5347dd6e14044 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDocumentSetVersion.md index e577949ab3ae4..8dd38b549c365 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDocumentSetVersionField.md index 1ba684fbf1b36..a1cc04f296f7c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDriveItemContent.md index b4a7ebeec0744..9da29a4754def 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemField.md index c3e129a14c341..cb5d9f2baac0c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemVersion.md index a5ed2c27d0c6e..ceb10258158dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemVersionField.md index d551ae087e936..3993515c5e87e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListOperation.md index 705cbe622a0f4..9cd4037e7409e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListSubscription.md index f6b41af8b1b23..8dac0a8ff78e1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRoot.md index 8e70a84811078..04f4b7dbe7dcf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootAnalytic.md index b8fb3e7b114ff..90a0190933374 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootAnalyticItemActivityStat.md index a427a28bbfdf3..07b8150d48502 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootCheckout.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootCheckout.md index c4859f5c48e92..1129596f8e0d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootCheckout.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootCheckout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootcheckout Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootCheckout --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootChildContent.md index a325334857d01..a6c8ce01d23cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootContent.md index 5da33c8277745..ac30958b312ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItem.md index c8b52e49f12d4..7c8a13d70448c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDocumentSetVersion.md index 0f53e3b8e8980..af81619dd0f62 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDocumentSetVersionField.md index 6f13f39cbe99b..73ab0b300ed3a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDriveItemContent.md index a5f1d0a25fe8d..cd5d817ab13d8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemField.md index 1cda92f8eda26..7a88ee4ffddb5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemVersion.md index 6bcea3b62861e..1892b14b79538 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemVersionField.md index c99be94baa13a..7eea4b67f32e4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootPermanent.md index 0c5de84ab390c..292e75ad8a923 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootpermanent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootPermanent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootPermission.md index 6606dc81b987b..061487d76d580 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootRetentionLabel.md index 397d60ca3bcad..0e197965434d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootSubscription.md index a3131d7d0625d..c2959a58a6dc7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootThumbnail.md index c971e4d29f410..1f4f17b408029 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootVersion.md index c9e051361441a..ae2d6e68455fa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootVersionContent.md index f163de4f35625..537ac861894f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveRootVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdriverootversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveRootVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveSpecialContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveSpecialContent.md index b55c5821ada73..cf481aba4ca90 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveSpecialContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgDriveSpecialContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgdrivespecialcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgDriveSpecialContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDrive.md index cf66326679dbd..784553f518e14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveBundleContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveBundleContent.md index 3a7901e27ea8b..82acdf9af1817 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveBundleContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveBundleContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivebundlecontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveBundleContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveFollowingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveFollowingContent.md index 1642349e7701d..8b9873a5ee08f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveFollowingContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveFollowingContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivefollowingcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveFollowingContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItem.md index 0322dfcdb1f7b..8ac52d1da60c1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemAnalytic.md index be78afed3fc43..3d35af19ed454 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemAnalyticItemActivityStat.md index 5702912e9b614..0c3c9488b7b24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemCheckout.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemCheckout.md index 32c42c267197f..45d522a9f9b64 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemCheckout.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemCheckout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemcheckout Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemCheckout --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemChildContent.md index d2dc60b0569d4..d6674b42c5123 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemContent.md index 4f7b3348e48b5..46b37934cdcdf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItem.md index 1f1aa486ce035..a3c27a1056af6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDocumentSetVersion.md index 0a4482197244b..03de149bb5797 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDocumentSetVersionField.md index ec0f8554e8ea4..547268ee5e5e0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDriveItemContent.md index 507b83ffb36ec..b4e7f377fbbc4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemField.md index 9aa7682792311..5ff318f576a02 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemVersion.md index 8797151696e8d..b1c4d59dff217 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemVersionField.md index 44750a61710a6..2200a0d588d6c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemPermanent.md index b2c640b75dfc3..0b292eb7cc3ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitempermanent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemPermanent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemPermission.md index 961340bf296e8..f08e2d4f434ec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemRetentionLabel.md index 7a5aa337a9465..43c699ccbe409 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemSubscription.md index 0d9a11bb171de..158a0642df6e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemThumbnail.md index 307f17d54c74f..9d4d8dc609e82 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemVersion.md index 64c7851f13783..91cfa358d98a1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemVersionContent.md index 486f0d8ab05b6..7c649d8f68c65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveItemVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveitemversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveItemVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveList.md index 7f3febd983e0d..b219079107da4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListColumn.md index 84a7a40850442..1717aa1d24a39 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentType.md index 722e8a10dd0c6..52fbdafb997ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentTypeColumn.md index 471e6c0787f59..13285fd62396d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentTypeColumnLink.md index 9cb7bfdfe5e2c..e921aaed9b6a2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItem.md index d879730cdb973..33b1874c7a3b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDocumentSetVersion.md index 4f8730d2a69f6..58dc1591f72e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDocumentSetVersionField.md index 461aaca62b6d1..c0a45fa5d204a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDriveItemContent.md index 2c87444c4c8fc..89bbcf5527ed2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemField.md index 303ed41558a75..eb4a6912e2726 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemVersion.md index c21954a9c65ae..aeb39803b6a91 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemVersionField.md index f76dd72de57b1..b28a6c4a2666c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListOperation.md index fd2d0b0dad29b..b31d456ff5335 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListSubscription.md index b0e3f4d980928..aa1a40ef23840 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRoot.md index 38bb4ae0bb595..2cd9b2041bef1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootAnalytic.md index 4ad39a3d4d8b6..51d884e6139d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootAnalyticItemActivityStat.md index f1cc0b369eab1..e8728b0d0c884 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootCheckout.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootCheckout.md index b6318873857af..f39c08ccc44c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootCheckout.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootCheckout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootcheckout Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootCheckout --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootChildContent.md index 14759ca559fb9..7c9be94757f88 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootContent.md index 1640b6c390587..b73019ae40ac8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItem.md index cea8e3b78e103..732b7aea0fb24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDocumentSetVersion.md index 1655dead0f79e..59f1f61f2204a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDocumentSetVersionField.md index a49778a8a520b..eebab027ede72 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDriveItemContent.md index 1802335da6c35..d7980ef78f6d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemField.md index a7190f1466047..0b72d9b83adb3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemVersion.md index 01e2abfbca8f9..e6af4f68a55d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemVersionField.md index ced3f9ba2b85e..4355ed33cd356 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootPermanent.md index 3396f143ff4fa..75c3b398dbe3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootpermanent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootPermanent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootPermission.md index 5b92563b26691..a8de573fde8ea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootRetentionLabel.md index fe52e53ced48f..7d84a06e3850c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootSubscription.md index 9c871648bac4e..24dcd81f1268d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootThumbnail.md index 54f53fc02b4a7..f0974482fe550 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootVersion.md index d7845e29a0000..91ac673ddc628 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootVersionContent.md index 7c3c885c738c3..dd4cc4dd8011d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveRootVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdriverootversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveRootVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveSpecialContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveSpecialContent.md index 5adff8faed4c7..d9df3760203e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveSpecialContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgGroupDriveSpecialContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mggroupdrivespecialcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgGroupDriveSpecialContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareDriveItemContent.md index 8d4a9e0c45373..8453f26c9f69c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharedriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareItemContent.md index e567f5fa317b2..07527bdaf8836 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgshareitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareList.md index 4ffceb0585591..8c24adae572d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListColumn.md index 39c12fe4995b6..4acd64cdcaad3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentType.md index 8e59e3f9a8999..3765b31d9b1c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentTypeColumn.md index 208ed52773267..a7747d06129c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentTypeColumnLink.md index 67d8c4f815f1c..9e6ed02cfe6df 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItem.md index c0b2901440790..1bd137050880e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDocumentSetVersion.md index 241661636183b..63f1a0547ab45 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDocumentSetVersionField.md index 255ef93b7eaf8..e9e773d1bd62d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDriveItemContent.md index 95fe831540a46..bdd57bc9c9b5e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemField.md index e546210981aa9..40ca12faf2617 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemVersion.md index 7680a85b15781..6628019524c9b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemVersionField.md index 0f2b646172263..8ae523ea7c2a6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListOperation.md index d63258cbc938f..6ce843955ccb6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListSubscription.md index c5e4384a77222..033c476b2f65a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgSharePermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgSharePermission.md index 0fc6d996fffcf..96a15c09447eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgSharePermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgSharePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharepermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgSharePermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareRootContent.md index 52b887674cb88..ddb4afc5eec99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgsharerootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareSharedDriveItemSharedDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareSharedDriveItemSharedDriveItem.md index 68056f07f76ff..27598c4b181f6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareSharedDriveItemSharedDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgShareSharedDriveItemSharedDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mgshareshareddriveitemshareddriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgShareSharedDriveItemSharedDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDrive.md index 15c3b4c7d6af0..d489c617aff93 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveBundleContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveBundleContent.md index 79cbb50995020..287c626096806 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveBundleContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveBundleContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivebundlecontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveBundleContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveFollowingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveFollowingContent.md index 312f110acd82b..33d4698cd1e3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveFollowingContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveFollowingContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivefollowingcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveFollowingContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItem.md index 7ae2741a18869..c8164176cbe10 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemAnalytic.md index 9f3f8d60c6f0c..65e725d2c5e7e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemAnalyticItemActivityStat.md index 74ab9bf426637..8e4d24d79b04b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemCheckout.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemCheckout.md index 38bbfd2b0f6ae..256d1ea9898f1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemCheckout.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemCheckout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemcheckout Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemCheckout --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemChildContent.md index 28fc1f71fc42f..ef7b120b52063 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemContent.md index 12cfccd5302f3..9e76bd83a2f09 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItem.md index c7f9ec63df6e1..e02ef4b074182 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDocumentSetVersion.md index 8ae5481b89990..64734c18cba6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDocumentSetVersionField.md index 9a4eb448113a0..469aaacb71a8b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDriveItemContent.md index d088610c88c9b..9e7be81442475 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemField.md index 38d8d44738f31..d6928c09ecc3a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemVersion.md index 6637b1562e7cd..f4ec640070360 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemVersionField.md index 3f452a8ce1789..44c6353d9913b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemPermanent.md index c45c7e99f6489..8893fad2fb6f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitempermanent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemPermanent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemPermission.md index cbd2dca952172..e71d6bd2379be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemRetentionLabel.md index c4a857128f605..5d0708cb74b69 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemSubscription.md index 8bc3c70671e5a..d093995a1f2ff 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemThumbnail.md index 4e1820d8ca22d..0f43c3866e4d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemVersion.md index 0c30e71e4077c..e66f6787d4a2c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemVersionContent.md index b947e4b7fcd3d..d4c0be2e8bfde 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveItemVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveitemversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveItemVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveList.md index 9a1907221ab27..30acfc76c8b91 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveList --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListColumn.md index 495941df4d742..88c37ebeb3e4f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentType.md index dbd569c2b158e..0872886f64992 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentTypeColumn.md index 9fdfdb4f814d0..54010e1d444ae 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentTypeColumnLink.md index e4212de1a2bea..b7f7a3f126d37 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItem.md index b727de5ca6397..363b0b58ce38d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDocumentSetVersion.md index 78eeade04d581..e556e989590c0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDocumentSetVersionField.md index 4081ed91d9a9d..59550c3dc5a92 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDriveItemContent.md index 908e79552c5ff..bfd73a2468945 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemField.md index b8984efe58597..c07e63ea37020 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemVersion.md index 56316365d2088..1cf385c961f9f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemVersionField.md index 4502027214aac..15492bde8f9cc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListOperation.md index bc48c2f568080..87b49b14126e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListSubscription.md index f0ac6aaed67f2..4a43fb12ded31 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRoot.md index d620a2eecb74b..c7cdf4a841e85 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootAnalytic.md index 80052f469365c..43fe8e83c6084 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootAnalytic --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootAnalyticItemActivityStat.md index 6bc38db52b5b2..ec259974880db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootAnalyticItemActivityStat --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootCheckout.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootCheckout.md index 88897f55f7d92..7eca578400dfe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootCheckout.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootCheckout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootcheckout Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootCheckout --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootChildContent.md index ff76093818c1c..37b610e904c28 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootContent.md index 396971caa24d3..8fc727305e899 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItem.md index 483e0c827ec2c..b964611f06ea1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootListItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDocumentSetVersion.md index 3c9ced00097b2..b50fa5695395e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDocumentSetVersionField.md index 80695c40a1a79..257b071088304 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDriveItemContent.md index b573b30aaa0be..42c393798f633 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemField.md index 1fe957420238c..3a0ee48bfcb97 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemVersion.md index 2a6d902cd20dc..976b75dfa8845 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemVersionField.md index 272cb93c3d34d..56c7b41c9a44a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootPermanent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootPermanent.md index 190c9746a5740..551a330645a80 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootPermanent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootpermanent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootPermanent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootPermission.md index 8b26d3216dc2d..864094f7f5fc4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootRetentionLabel.md index 2053e64d68c70..931e184a7172f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootSubscription.md index f55066bebee87..b6e2eef0bb8eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootThumbnail.md index 3755ca7ff535b..58b3113f0f56c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootVersion.md index 9ea51785bdcbc..6885871d214f6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootVersionContent.md index 049c41aded875..0a2bcbeee0005 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveRootVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdriverootversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveRootVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveSpecialContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveSpecialContent.md index 71952c9a9f0cb..cb446d3cdc221 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveSpecialContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Remove-MgUserDriveSpecialContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/remove-mguserdrivespecialcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgUserDriveSpecialContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItem.md index 1da7544d4248a..b299020390138 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemListItemDocumentSetVersion.md index e83f3fbc4ff52..d36c223ea3dc5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemListItemVersion.md index 76990a1d29e42..d525cbfd3ccb8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemVersion.md index 94fad3381be29..c6ee5aea8fb5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveListItemDocumentSetVersion.md index 7f8b83ec4b444..481ac2a720064 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveListItemVersion.md index 27d19bf4e0ffe..a91826adb04a3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRoot.md index fb81fb925e7e7..56ec023079c5a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootListItemDocumentSetVersion.md index b06a3e269056e..e8da9855b0c99 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootListItemVersion.md index 16606a3110fef..4990f3ebfca4f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootVersion.md index 4632597029a2f..629cda0a65656 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItem.md index b62e8dce711ab..2b083d4d1b1c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemListItemDocumentSetVersion.md index 279891a8fbe99..72a28c3c7fdfc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemListItemVersion.md index 2a3d47561cf2a..4933242c17ce5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemVersion.md index f6b38bac97ac6..bda276fafc4c9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveListItemDocumentSetVersion.md index b897babcb246f..55c9894586eb3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveListItemVersion.md index 7e732df245e92..97cad90029764 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRoot.md index ca965bcaa7272..03e6737af4c12 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootListItemDocumentSetVersion.md index a94731ce833f2..bf9e63b9b84be 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootListItemVersion.md index 9e586f98788d8..af04d0a370f6d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootVersion.md index bb372390afc9b..6e32dee3487e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgGroupDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mggroupdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgGroupDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgShareListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgShareListItemDocumentSetVersion.md index f4318411c67e5..4cce66ee46f88 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgShareListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgShareListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgsharelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgShareListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgShareListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgShareListItemVersion.md index ee63988744d52..53b96b9a88218 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgShareListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgShareListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mgsharelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgShareListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItem.md index a37b0a056d6ed..8bcc1973bc247 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemListItemDocumentSetVersion.md index 82a64284df2d6..7dce9a1d02462 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemListItemVersion.md index 149035b415c42..a24443c162157 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemVersion.md index 1640718da8f32..5fc03bb73789a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveListItemDocumentSetVersion.md index 58a9511caea15..098a66bb63895 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveListItemVersion.md index fc3b9009099f8..73e7006202287 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRoot.md index f862795a4e110..98578bd1d5ffd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootListItemDocumentSetVersion.md index cb80200dae132..23d8f6516b245 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootListItemVersion.md index a70e70e6eb99e..db62ebbeb072f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootVersion.md index e5a30fba42385..59afc7f0e2c0b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Restore-MgUserDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/restore-mguserdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgUserDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDrive.md index a49f2b4b662d2..10b43e44765f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/search-mgdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDriveItem.md index b862f2cbb6d30..e0a8292c6fc73 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/search-mgdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDriveRoot.md index f9aebc760242a..de515055bbc32 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/search-mgdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDrive.md index 82011c07f261d..137db5d4d8a89 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/search-mggroupdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgGroupDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDriveItem.md index 0c8b4ee904d74..b04edb38e4f40 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/search-mggroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgGroupDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDriveRoot.md index dc84921465af8..0b1fc70504144 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/search-mggroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgGroupDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDrive.md index 3cd7a4c47c31b..515e7941ce3c3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/search-mguserdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgUserDrive --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDriveItem.md index 802aeb7945f10..6a568ff74ac7a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/search-mguserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgUserDriveItem --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDriveRoot.md index d942ee2e783b8..e45749fcb23f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Search-MgUserDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/search-mguserdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Search-MgUserDriveRoot --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveBundleContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveBundleContent.md index e086b76864adb..0acaafe4cad81 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveBundleContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveBundleContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdrivebundlecontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveBundleContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveFollowingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveFollowingContent.md index ae66ac151b144..7fc897bcd4e32 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveFollowingContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveFollowingContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdrivefollowingcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveFollowingContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemChildContent.md index 724bc20079829..77a140a87ac48 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriveitemchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveItemChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemContent.md index 8f3128a049272..c8136aba7094e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemListItemDriveItemContent.md index 43137fb9e1532..102db419f9f54 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriveitemlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveItemListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemSensitivityLabel.md index 11a690c8f1b34..073bfa120ea6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriveitemsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveItemSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemVersionContent.md index fa1b91e59540c..2a87f10843c3c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveItemVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriveitemversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveItemVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveListItemDriveItemContent.md index d42b1837df920..f90107c8feb16 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdrivelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootChildContent.md index c49c9cfacc50e..c8adf86566313 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriverootchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveRootChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootContent.md index 7dac389eb2c88..5c3e33ba6d610 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriverootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootListItemDriveItemContent.md index 0344e7f94c022..bc60cd6770918 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriverootlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveRootListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootSensitivityLabel.md index 3cc2b75e6fa50..fef85f796fd98 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriverootsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveRootSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootVersionContent.md index 69eb74910820a..df1b1c1a75010 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveRootVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdriverootversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveRootVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveSpecialContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveSpecialContent.md index d8b163cdedb7d..2a0880d9925fb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveSpecialContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgDriveSpecialContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgdrivespecialcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgDriveSpecialContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveBundleContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveBundleContent.md index 4a1ebd6322fbe..adceb980e3580 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveBundleContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveBundleContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdrivebundlecontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveBundleContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveFollowingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveFollowingContent.md index 949ffe9b35038..87b9307e422d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveFollowingContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveFollowingContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdrivefollowingcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveFollowingContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemChildContent.md index 6da3ac090bdb2..66eb1bc44d3a7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriveitemchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveItemChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemContent.md index 9a2301b79f2ad..8149caa8bc265 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemListItemDriveItemContent.md index 516acb34b91f5..0a5af3cc06c98 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriveitemlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveItemListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemSensitivityLabel.md index eb398444f48c4..1655ab0f43abc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriveitemsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveItemSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemVersionContent.md index 9da27aeb6d7a9..8285ea115e5cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveItemVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriveitemversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveItemVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveListItemDriveItemContent.md index b3c75deeb2d9b..b96b6e3577030 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdrivelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootChildContent.md index 5c9b80797c37b..0dd2cbdf88f5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriverootchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveRootChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootContent.md index c23c3a805d7ff..97b7211da1cbc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriverootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootListItemDriveItemContent.md index 235c999178f61..7655dbed0dfe4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriverootlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveRootListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootSensitivityLabel.md index 4848f13f16f89..7c47e38e4c6f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriverootsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveRootSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootVersionContent.md index 94843dde4c38f..28c9ad365ccde 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveRootVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdriverootversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveRootVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveSpecialContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveSpecialContent.md index 97ca1cdf4acf9..358a1973781dd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveSpecialContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgGroupDriveSpecialContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mggroupdrivespecialcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgGroupDriveSpecialContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareDriveItemContent.md index 6b0d7c39d6dd9..cea0a967feafe 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgsharedriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgShareDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareItemContent.md index e61a237a0c4d4..27259787d8804 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgshareitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgShareItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareListItemDriveItemContent.md index 0e9d727d29631..98fdbd70bf645 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgsharelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgShareListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareRootContent.md index b8734600c4ce3..ba76942f76527 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgShareRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mgsharerootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgShareRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveBundleContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveBundleContent.md index 9b6e4df3de438..d4d6bd1a43dc4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveBundleContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveBundleContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdrivebundlecontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveBundleContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveFollowingContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveFollowingContent.md index 59f69faa7a129..d09fc66c5d94d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveFollowingContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveFollowingContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdrivefollowingcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveFollowingContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemChildContent.md index a5b5df3f6ee0d..90608a62fd01d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriveitemchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveItemChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemContent.md index 2a6ea088ca76c..a0da116326a05 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemListItemDriveItemContent.md index cb0a8b35024de..0d26004492d5b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriveitemlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveItemListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemSensitivityLabel.md index 669109e3615aa..c8bbe4542df44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriveitemsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveItemSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemVersionContent.md index db6aefd307e6c..d0fb83303b68a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveItemVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriveitemversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveItemVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveListItemDriveItemContent.md index 57aecbad200dd..695d3c3988d12 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdrivelistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootChildContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootChildContent.md index aca92e58f0ab3..eee7d5411ef56 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootChildContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootChildContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriverootchildcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveRootChildContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootContent.md index e1fda9312fb44..81c7adc025bec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriverootcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveRootContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootListItemDriveItemContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootListItemDriveItemContent.md index c85c5e31c3755..b0a4885667486 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootListItemDriveItemContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootListItemDriveItemContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriverootlistitemdriveitemcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveRootListItemDriveItemContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootSensitivityLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootSensitivityLabel.md index 12a9c7ff95d60..146c856baf2f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriverootsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveRootSensitivityLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootVersionContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootVersionContent.md index cc3048d9a207b..1caadc9c12235 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootVersionContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveRootVersionContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdriverootversioncontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveRootVersionContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveSpecialContent.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveSpecialContent.md index 1399019d03420..6717d76c06597 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveSpecialContent.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Set-MgUserDriveSpecialContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/set-mguserdrivespecialcontent Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserDriveSpecialContent --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveItemPermission.md index 1510f89fc7f13..1efc005ae1cea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mgdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveListContentTypePublished.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveListContentTypePublished.md index 2e9f425d03081..8d7b0bcdd8a3a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveListContentTypePublished.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveListContentTypePublished.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mgdrivelistcontenttypepublished Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgDriveListContentTypePublished --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveRootPermission.md index 31cab7e85f04a..27b47bd86c073 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mgdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveItemPermission.md index c479173a98949..7a19a79633b6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mggroupdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgGroupDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveListContentTypePublished.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveListContentTypePublished.md index 94f3b579197b4..62c713f5aea69 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveListContentTypePublished.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveListContentTypePublished.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mggroupdrivelistcontenttypepublished Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgGroupDriveListContentTypePublished --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveRootPermission.md index 136df241c1e4c..ae316600442c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgGroupDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mggroupdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgGroupDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgShareListContentTypePublished.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgShareListContentTypePublished.md index 37a5c391060c8..1fbb0e7214462 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgShareListContentTypePublished.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgShareListContentTypePublished.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mgsharelistcontenttypepublished Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgShareListContentTypePublished --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveItemPermission.md index d31f189e55c1d..9342d47b1c5f5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mguserdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgUserDriveItemPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveListContentTypePublished.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveListContentTypePublished.md index e4b0ac86f5c43..f5bcabb484c44 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveListContentTypePublished.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveListContentTypePublished.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mguserdrivelistcontenttypepublished Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgUserDriveListContentTypePublished --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveRootPermission.md index 111e14272955f..1c773b29a3938 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Test-MgUserDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/test-mguserdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Test-MgUserDriveRootPermission --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgDriveListContentType.md index a8d5f3cb15d69..4979f68913d2f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/unpublish-mgdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgGroupDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgGroupDriveListContentType.md index 741dd2c0e0982..2ec192dc9dca5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgGroupDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgGroupDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/unpublish-mggroupdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgGroupDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgShareListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgShareListContentType.md index cee8b2c12694b..14e115aa00a35 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgShareListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgShareListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/unpublish-mgsharelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgShareListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgUserDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgUserDriveListContentType.md index d70192184381b..9fdb81c1e28fb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgUserDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Unpublish-MgUserDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/unpublish-mguserdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgUserDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDrive.md index 6eb39deb8d405..606148a777d4c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDrive --- @@ -1117,10 +1117,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1254,7 +1254,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1313,7 +1313,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1322,7 +1322,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1338,27 +1338,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1421,7 +1442,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1448,7 +1469,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1505,15 +1526,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1523,22 +1543,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1550,9 +1574,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1562,7 +1587,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1642,10 +1667,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2026,6 +2053,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2037,6 +2065,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2086,7 +2115,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2157,12 +2186,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2233,12 +2262,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2256,7 +2288,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2264,7 +2296,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2274,7 +2306,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2366,7 +2398,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2416,11 +2448,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2432,14 +2464,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2451,13 +2483,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2731,6 +2763,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3817,13 +3859,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3841,9 +3883,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3938,12 +3981,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3963,6 +4006,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3970,11 +4014,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4022,24 +4069,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4063,7 +4110,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4112,7 +4159,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4173,11 +4220,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4194,10 +4241,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4468,6 +4515,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4506,7 +4561,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4518,6 +4573,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4795,22 +4851,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4943,7 +5009,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4986,7 +5052,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5198,6 +5264,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5253,7 +5321,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5284,11 +5352,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5309,35 +5377,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5493,7 +5561,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5518,7 +5586,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5534,7 +5602,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5594,7 +5662,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5606,7 +5674,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5886,7 +5954,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5900,16 +5968,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5934,6 +6002,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6051,9 +6124,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6067,11 +6140,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6186,7 +6259,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6201,7 +6274,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6277,10 +6350,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6414,7 +6487,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6473,7 +6546,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6482,7 +6555,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6498,27 +6571,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6581,7 +6675,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6608,7 +6702,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6665,15 +6759,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6683,22 +6776,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6710,9 +6807,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6722,7 +6820,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6802,10 +6900,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7186,6 +7286,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7197,6 +7298,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7246,7 +7348,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7317,12 +7419,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7393,12 +7495,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7416,7 +7521,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7424,7 +7529,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7434,7 +7539,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7526,7 +7631,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8088,11 +8193,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8104,14 +8209,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8123,13 +8228,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8388,6 +8493,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8458,13 +8573,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8482,9 +8597,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8579,12 +8695,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8604,6 +8720,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8611,11 +8728,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8663,24 +8783,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8704,7 +8824,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8753,7 +8873,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8814,11 +8934,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8835,10 +8955,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9109,6 +9229,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9147,7 +9275,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9159,6 +9287,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9446,22 +9575,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9594,7 +9733,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9637,7 +9776,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9849,6 +9988,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9904,7 +10045,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9935,11 +10076,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9960,35 +10101,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10144,7 +10285,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10169,7 +10310,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10185,7 +10326,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10245,7 +10386,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10257,7 +10398,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10537,7 +10678,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10551,16 +10692,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10585,6 +10726,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10702,9 +10848,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10718,11 +10864,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10837,7 +10983,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10852,7 +10998,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11436,10 +11582,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11582,7 +11728,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11641,7 +11787,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11650,7 +11796,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11666,27 +11812,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11749,7 +11916,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11776,7 +11943,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11833,15 +12000,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11851,22 +12017,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11878,9 +12048,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11890,7 +12061,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11970,10 +12141,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12354,6 +12527,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12365,6 +12539,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12414,7 +12589,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12485,12 +12660,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12561,12 +12736,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12584,7 +12762,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12592,7 +12770,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12602,7 +12780,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12694,7 +12872,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13001,6 +13179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13884,11 +14072,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13900,14 +14088,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13919,13 +14107,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14201,13 +14389,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14225,9 +14413,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14322,12 +14511,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14347,6 +14536,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14354,11 +14544,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14406,24 +14599,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14447,7 +14640,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14496,7 +14689,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14557,11 +14750,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14578,10 +14771,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14852,6 +15045,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14890,7 +15091,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14902,6 +15103,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15179,22 +15381,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15327,7 +15539,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15370,7 +15582,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15582,6 +15794,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15637,7 +15851,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15668,11 +15882,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15693,35 +15907,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15877,7 +16091,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15902,7 +16116,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15918,7 +16132,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15978,7 +16192,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15990,7 +16204,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16270,7 +16484,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16284,16 +16498,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16318,6 +16532,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16435,9 +16654,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16451,11 +16670,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16570,7 +16789,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16585,7 +16804,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16608,10 +16827,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16745,7 +16964,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16804,7 +17023,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16813,7 +17032,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16829,27 +17048,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16912,7 +17152,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16939,7 +17179,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16996,15 +17236,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17014,22 +17253,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17041,9 +17284,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17053,7 +17297,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17133,10 +17377,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17517,6 +17763,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17528,6 +17775,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17577,7 +17825,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17648,12 +17896,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17724,12 +17972,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17747,7 +17998,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17755,7 +18006,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17765,7 +18016,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17857,7 +18108,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18419,11 +18670,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18435,14 +18686,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18454,13 +18705,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18719,6 +18970,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18789,13 +19050,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18813,9 +19074,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18910,12 +19172,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18935,6 +19197,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18942,11 +19205,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18994,24 +19260,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19035,7 +19301,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19084,7 +19350,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19145,11 +19411,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19166,10 +19432,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19440,6 +19706,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19478,7 +19752,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19490,6 +19764,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19777,22 +20052,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19925,7 +20210,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19968,7 +20253,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20180,6 +20465,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20235,7 +20522,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20266,11 +20553,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20291,35 +20578,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20475,7 +20762,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20500,7 +20787,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20516,7 +20803,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20576,7 +20863,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20588,7 +20875,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20868,7 +21155,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20882,16 +21169,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20916,6 +21203,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21033,9 +21325,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21049,11 +21341,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21168,7 +21460,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21183,7 +21475,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21795,10 +22087,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21932,7 +22224,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21991,7 +22283,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22000,7 +22292,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22016,27 +22308,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22099,7 +22412,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22126,7 +22439,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22183,15 +22496,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22201,22 +22513,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22228,9 +22544,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22240,7 +22557,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22320,10 +22637,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22704,6 +23023,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22715,6 +23035,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22764,7 +23085,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22835,12 +23156,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22911,12 +23232,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22934,7 +23258,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22942,7 +23266,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22952,7 +23276,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23044,7 +23368,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23606,11 +23930,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -23622,14 +23946,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -23641,13 +23965,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -23906,6 +24230,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -23976,13 +24310,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24000,9 +24334,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24097,12 +24432,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24122,6 +24457,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24129,11 +24465,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24181,24 +24520,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24222,7 +24561,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24271,7 +24610,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24332,11 +24671,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24353,10 +24692,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24627,6 +24966,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -24665,7 +25012,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -24677,6 +25024,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24964,22 +25312,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25112,7 +25470,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25155,7 +25513,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25367,6 +25725,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25422,7 +25782,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25453,11 +25813,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -25478,35 +25838,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -25662,7 +26022,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -25687,7 +26047,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -25703,7 +26063,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -25763,7 +26123,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -25775,7 +26135,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26055,7 +26415,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26069,16 +26429,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26103,6 +26463,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26220,9 +26585,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26236,11 +26601,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26355,7 +26720,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26370,7 +26735,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -26954,10 +27319,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27100,7 +27465,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27159,7 +27524,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27168,7 +27533,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27184,27 +27549,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27267,7 +27653,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -27294,7 +27680,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -27351,15 +27737,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -27369,22 +27754,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -27396,9 +27785,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -27408,7 +27798,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -27488,10 +27878,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -27872,6 +28264,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -27883,6 +28276,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -27932,7 +28326,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28003,12 +28397,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28079,12 +28473,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28102,7 +28499,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28110,7 +28507,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28120,7 +28517,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28212,7 +28609,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -28519,6 +28916,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -29402,11 +29809,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -29418,14 +29825,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -29437,13 +29844,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -29719,13 +30126,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -29743,9 +30150,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -29840,12 +30248,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -29865,6 +30273,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -29872,11 +30281,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -29924,24 +30336,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -29965,7 +30377,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30014,7 +30426,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30075,11 +30487,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30096,10 +30508,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -30370,6 +30782,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -30408,7 +30828,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -30420,6 +30840,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -30697,22 +31118,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -30845,7 +31276,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -30888,7 +31319,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31100,6 +31531,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31155,7 +31588,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31186,11 +31619,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31211,35 +31644,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -31395,7 +31828,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -31420,7 +31853,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -31436,7 +31869,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -31496,7 +31929,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -31508,7 +31941,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31788,7 +32221,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -31802,16 +32235,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31836,6 +32269,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31953,9 +32391,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31969,11 +32407,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32088,7 +32526,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32103,7 +32541,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -32126,10 +32564,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -32263,7 +32701,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -32322,7 +32760,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -32331,7 +32769,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -32347,27 +32785,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -32430,7 +32889,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -32457,7 +32916,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -32514,15 +32973,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -32532,22 +32990,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -32559,9 +33021,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -32571,7 +33034,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -32651,10 +33114,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -33035,6 +33500,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -33046,6 +33512,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -33095,7 +33562,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -33166,12 +33633,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -33242,12 +33709,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -33265,7 +33735,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -33273,7 +33743,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -33283,7 +33753,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -33375,7 +33845,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -33682,6 +34152,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -34302,11 +34782,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -34318,14 +34798,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -34337,13 +34817,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -34847,13 +35327,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -34871,9 +35351,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -34968,12 +35449,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -34993,6 +35474,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -35000,11 +35482,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -35052,24 +35537,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -35093,7 +35578,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -35142,7 +35627,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -35203,11 +35688,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -35224,10 +35709,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35498,6 +35983,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -35536,7 +36029,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -35548,6 +36041,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35825,22 +36319,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -35973,7 +36477,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -36016,7 +36520,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -36228,6 +36732,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -36283,7 +36789,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36314,11 +36820,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -36339,35 +36845,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -36523,7 +37029,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -36548,7 +37054,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -36564,7 +37070,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -36624,7 +37130,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -36636,7 +37142,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36916,7 +37422,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -36930,16 +37436,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36964,6 +37470,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37081,9 +37592,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37097,11 +37608,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -37216,7 +37727,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -37231,7 +37742,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -37343,10 +37854,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -37480,7 +37991,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -37539,7 +38050,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -37548,7 +38059,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37564,27 +38075,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -37647,7 +38179,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -37674,7 +38206,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -37731,15 +38263,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -37749,22 +38280,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -37776,9 +38311,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -37788,7 +38324,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -37868,10 +38404,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -38252,6 +38790,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -38263,6 +38802,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -38312,7 +38852,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -38383,12 +38923,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -38459,12 +38999,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -38482,7 +39025,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -38490,7 +39033,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -38500,7 +39043,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -38592,7 +39135,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -39154,11 +39697,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -39170,14 +39713,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -39189,13 +39732,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -39454,6 +39997,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -39524,13 +40077,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -39548,9 +40101,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -39645,12 +40199,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -39670,6 +40224,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -39677,11 +40232,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -39729,24 +40287,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -39770,7 +40328,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -39819,7 +40377,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -39880,11 +40438,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -39901,10 +40459,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -40175,6 +40733,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -40213,7 +40779,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -40225,6 +40791,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -40512,22 +41079,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -40660,7 +41237,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -40703,7 +41280,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -40915,6 +41492,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -40970,7 +41549,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41001,11 +41580,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -41026,35 +41605,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -41210,7 +41789,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -41235,7 +41814,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -41251,7 +41830,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -41311,7 +41890,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -41323,7 +41902,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41603,7 +42182,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -41617,16 +42196,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41651,6 +42230,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41768,9 +42352,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41784,11 +42368,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -41903,7 +42487,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -41918,7 +42502,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -42514,10 +43098,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -42651,7 +43235,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -42710,7 +43294,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -42719,7 +43303,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -42735,27 +43319,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -42818,7 +43423,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -42845,7 +43450,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -42902,15 +43507,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -42920,22 +43524,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -42947,9 +43555,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -42959,7 +43568,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -43039,10 +43648,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -43423,6 +44034,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -43434,6 +44046,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -43483,7 +44096,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -43554,12 +44167,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -43630,12 +44243,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -43653,7 +44269,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -43661,7 +44277,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -43671,7 +44287,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -43763,7 +44379,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -44325,11 +44941,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -44341,14 +44957,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -44360,13 +44976,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -44625,6 +45241,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -44695,13 +45321,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -44719,9 +45345,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -44816,12 +45443,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -44841,6 +45468,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -44848,11 +45476,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -44900,24 +45531,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -44941,7 +45572,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -44990,7 +45621,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -45051,11 +45682,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -45072,10 +45703,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -45346,6 +45977,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -45384,7 +46023,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -45396,6 +46035,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -45683,22 +46323,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -45831,7 +46481,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -45874,7 +46524,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -46086,6 +46736,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -46141,7 +46793,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46172,11 +46824,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -46197,35 +46849,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -46381,7 +47033,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -46406,7 +47058,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -46422,7 +47074,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -46482,7 +47134,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -46494,7 +47146,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46774,7 +47426,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -46788,16 +47440,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46822,6 +47474,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46939,9 +47596,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46955,11 +47612,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -47074,7 +47731,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -47089,7 +47746,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveCreatedByUserMailboxSetting.md index 1e684cb08d323..38e166a3b1d3e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItem.md index 3312bd92ee143..68a820214b976 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItem --- @@ -1835,10 +1835,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1972,7 +1972,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2031,7 +2031,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2040,7 +2040,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2056,27 +2056,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2139,7 +2160,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2166,7 +2187,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2223,15 +2244,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2241,22 +2261,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2268,9 +2292,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2280,7 +2305,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2360,10 +2385,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2744,6 +2771,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2755,6 +2783,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2804,7 +2833,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2875,12 +2904,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2951,12 +2980,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2974,7 +3006,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2982,7 +3014,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2992,7 +3024,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3084,7 +3116,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3609,11 +3641,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3625,14 +3657,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3644,13 +3676,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3909,6 +3941,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3979,13 +4021,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4003,9 +4045,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4100,12 +4143,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4125,6 +4168,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4132,11 +4176,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4184,24 +4231,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4225,7 +4272,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4274,7 +4321,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4335,11 +4382,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4356,10 +4403,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4630,6 +4677,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4668,7 +4723,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4680,6 +4735,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4967,22 +5023,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5115,7 +5181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5158,7 +5224,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5370,6 +5436,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5425,7 +5493,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5456,11 +5524,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5481,35 +5549,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5665,7 +5733,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5690,7 +5758,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5706,7 +5774,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5766,7 +5834,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5778,7 +5846,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6058,7 +6126,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6072,16 +6140,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6106,6 +6174,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6223,9 +6296,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6239,11 +6312,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6358,7 +6431,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6373,7 +6446,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6992,10 +7065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7129,7 +7202,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7188,7 +7261,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7197,7 +7270,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7213,27 +7286,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7296,7 +7390,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7323,7 +7417,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7380,15 +7474,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7398,22 +7491,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7425,9 +7522,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7437,7 +7535,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7517,10 +7615,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7901,6 +8001,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7912,6 +8013,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7961,7 +8063,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8032,12 +8134,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8108,12 +8210,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8131,7 +8236,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8139,7 +8244,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8149,7 +8254,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8241,7 +8346,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8803,11 +8908,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8819,14 +8924,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8838,13 +8943,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9103,6 +9208,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9173,13 +9288,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9197,9 +9312,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9294,12 +9410,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9319,6 +9435,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9326,11 +9443,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9378,24 +9498,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9419,7 +9539,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9468,7 +9588,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9529,11 +9649,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9550,10 +9670,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9824,6 +9944,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9862,7 +9990,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9874,6 +10002,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10161,22 +10290,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10309,7 +10448,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10352,7 +10491,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10564,6 +10703,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10619,7 +10760,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10650,11 +10791,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10675,35 +10816,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10859,7 +11000,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10884,7 +11025,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10900,7 +11041,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10960,7 +11101,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10972,7 +11113,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11252,7 +11393,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11266,16 +11407,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11300,6 +11441,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11417,9 +11563,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11433,11 +11579,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11552,7 +11698,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11567,7 +11713,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12161,10 +12307,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12298,7 +12444,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12357,7 +12503,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12366,7 +12512,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12382,27 +12528,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12465,7 +12632,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12492,7 +12659,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12549,15 +12716,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12567,22 +12733,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12594,9 +12764,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12606,7 +12777,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12686,10 +12857,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13070,6 +13243,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13081,6 +13255,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13130,7 +13305,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13201,12 +13376,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13277,12 +13452,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13300,7 +13478,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13308,7 +13486,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13318,7 +13496,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13410,7 +13588,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13972,11 +14150,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13988,14 +14166,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14007,13 +14185,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14272,6 +14450,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14342,13 +14530,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14366,9 +14554,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14463,12 +14652,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14488,6 +14677,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14495,11 +14685,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14547,24 +14740,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14588,7 +14781,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14637,7 +14830,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14698,11 +14891,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14719,10 +14912,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14993,6 +15186,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15031,7 +15232,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15043,6 +15244,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15330,22 +15532,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15478,7 +15690,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15521,7 +15733,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15733,6 +15945,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15788,7 +16002,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15819,11 +16033,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15844,35 +16058,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16028,7 +16242,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16053,7 +16267,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16069,7 +16283,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16129,7 +16343,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16141,7 +16355,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16421,7 +16635,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16435,16 +16649,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16469,6 +16683,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16586,9 +16805,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16602,11 +16821,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16721,7 +16940,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16736,7 +16955,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17320,10 +17539,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17466,7 +17685,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17525,7 +17744,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17534,7 +17753,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17550,27 +17769,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17633,7 +17873,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17660,7 +17900,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17717,15 +17957,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17735,22 +17974,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17762,9 +18005,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17774,7 +18018,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17854,10 +18098,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18238,6 +18484,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18249,6 +18496,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18298,7 +18546,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18369,12 +18617,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18445,12 +18693,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18468,7 +18719,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18476,7 +18727,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18486,7 +18737,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18578,7 +18829,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18885,6 +19136,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19768,11 +20029,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19784,14 +20045,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19803,13 +20064,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20085,13 +20346,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20109,9 +20370,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20206,12 +20468,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20231,6 +20493,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20238,11 +20501,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20290,24 +20556,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20331,7 +20597,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20380,7 +20646,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20441,11 +20707,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20462,10 +20728,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20736,6 +21002,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20774,7 +21048,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20786,6 +21060,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21063,22 +21338,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21211,7 +21496,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21254,7 +21539,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21466,6 +21751,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21521,7 +21808,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21552,11 +21839,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21577,35 +21864,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21761,7 +22048,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21786,7 +22073,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21802,7 +22089,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21862,7 +22149,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21874,7 +22161,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22154,7 +22441,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22168,16 +22455,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22202,6 +22489,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22319,9 +22611,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22335,11 +22627,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22454,7 +22746,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22469,7 +22761,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22564,10 +22856,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22710,7 +23002,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22769,7 +23061,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22778,7 +23070,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22794,27 +23086,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22877,7 +23190,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22904,7 +23217,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22961,15 +23274,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22979,22 +23291,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -23006,9 +23322,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -23018,7 +23335,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23098,10 +23415,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23482,6 +23801,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23493,6 +23813,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23542,7 +23863,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23613,12 +23934,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23689,12 +24010,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23712,7 +24036,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23720,7 +24044,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23730,7 +24054,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23822,7 +24146,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24129,6 +24453,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -25012,11 +25346,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25028,14 +25362,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25047,13 +25381,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25329,13 +25663,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25353,9 +25687,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25450,12 +25785,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25475,6 +25810,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25482,11 +25818,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25534,24 +25873,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25575,7 +25914,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25624,7 +25963,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25685,11 +26024,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25706,10 +26045,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25980,6 +26319,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -26018,7 +26365,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26030,6 +26377,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26307,22 +26655,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26455,7 +26813,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26498,7 +26856,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26710,6 +27068,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26765,7 +27125,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26796,11 +27156,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26821,35 +27181,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -27005,7 +27365,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27030,7 +27390,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27046,7 +27406,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27106,7 +27466,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27118,7 +27478,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27398,7 +27758,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27412,16 +27772,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27446,6 +27806,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27563,9 +27928,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27579,11 +27944,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27698,7 +28063,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27713,7 +28078,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27736,10 +28101,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27873,7 +28238,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27932,7 +28297,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27941,7 +28306,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27957,27 +28322,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28040,7 +28426,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28067,7 +28453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28124,15 +28510,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28142,22 +28527,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28169,9 +28558,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28181,7 +28571,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28261,10 +28651,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28645,6 +29037,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28656,6 +29049,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28705,7 +29099,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28776,12 +29170,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28852,12 +29246,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28875,7 +29272,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28883,7 +29280,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28893,7 +29290,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28985,7 +29382,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29228,6 +29625,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30121,11 +30528,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30137,14 +30544,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30156,13 +30563,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30438,13 +30845,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30462,9 +30869,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30559,12 +30967,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30584,6 +30992,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30591,11 +31000,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30643,24 +31055,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30684,7 +31096,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30733,7 +31145,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30794,11 +31206,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30815,10 +31227,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31089,6 +31501,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31127,7 +31547,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31139,6 +31559,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31416,22 +31837,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31564,7 +31995,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31607,7 +32038,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31819,6 +32250,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31874,7 +32307,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31905,11 +32338,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31930,35 +32363,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32114,7 +32547,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32139,7 +32572,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32155,7 +32588,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32215,7 +32648,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32227,7 +32660,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32507,7 +32940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32521,16 +32954,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32555,6 +32988,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32672,9 +33110,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32688,11 +33126,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32807,7 +33245,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32822,7 +33260,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32960,6 +33398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemAnalytic.md index d075244dd55d1..958b1cd945be6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemAnalytic --- @@ -609,10 +609,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -746,7 +746,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -805,7 +805,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -814,7 +814,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -830,27 +830,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -913,7 +934,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -940,7 +961,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -997,15 +1018,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1015,22 +1035,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1042,9 +1066,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1054,7 +1079,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1134,10 +1159,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1518,6 +1545,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1529,6 +1557,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1578,7 +1607,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1649,12 +1678,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1725,12 +1754,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1748,7 +1780,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1756,7 +1788,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1766,7 +1798,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -1858,7 +1890,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2389,11 +2421,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2405,14 +2437,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2424,13 +2456,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2689,6 +2721,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2759,13 +2801,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -2783,9 +2825,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -2880,12 +2923,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -2905,6 +2948,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -2912,11 +2956,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -2964,24 +3011,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3005,7 +3052,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3054,7 +3101,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3115,11 +3162,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3136,10 +3183,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3410,6 +3457,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3448,7 +3503,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3460,6 +3515,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3747,22 +3803,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -3895,7 +3961,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -3938,7 +4004,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4150,6 +4216,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4205,7 +4273,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4236,11 +4304,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4261,35 +4329,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4445,7 +4513,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4470,7 +4538,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4486,7 +4554,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4546,7 +4614,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4558,7 +4626,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -4838,7 +4906,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -4852,16 +4920,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4886,6 +4954,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5003,9 +5076,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5019,11 +5092,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5138,7 +5211,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5153,7 +5226,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5773,10 +5846,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -5910,7 +5983,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -5969,7 +6042,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -5978,7 +6051,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -5994,27 +6067,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6077,7 +6171,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6104,7 +6198,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6161,15 +6255,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6179,22 +6272,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6206,9 +6303,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6218,7 +6316,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6298,10 +6396,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6682,6 +6782,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6693,6 +6794,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6742,7 +6844,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6813,12 +6915,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6889,12 +6991,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -6912,7 +7017,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -6920,7 +7025,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -6930,7 +7035,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7022,7 +7127,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7547,11 +7652,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7563,14 +7668,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7582,13 +7687,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -7847,6 +7952,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -7917,13 +8032,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -7941,9 +8056,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8038,12 +8154,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8063,6 +8179,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8070,11 +8187,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8122,24 +8242,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8163,7 +8283,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8212,7 +8332,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8273,11 +8393,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8294,10 +8414,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8568,6 +8688,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8606,7 +8734,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8618,6 +8746,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -8905,22 +9034,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9053,7 +9192,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9096,7 +9235,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9308,6 +9447,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9363,7 +9504,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9394,11 +9535,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9419,35 +9560,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9603,7 +9744,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9628,7 +9769,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9644,7 +9785,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9704,7 +9845,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9716,7 +9857,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9996,7 +10137,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10010,16 +10151,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10044,6 +10185,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10161,9 +10307,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10177,11 +10323,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10296,7 +10442,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10311,7 +10457,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -10954,10 +11100,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11091,7 +11237,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11150,7 +11296,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11159,7 +11305,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11175,27 +11321,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11258,7 +11425,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11285,7 +11452,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11342,15 +11509,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11360,22 +11526,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11387,9 +11557,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11399,7 +11570,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11479,10 +11650,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -11863,6 +12036,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -11874,6 +12048,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -11923,7 +12098,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -11994,12 +12169,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12070,12 +12245,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12093,7 +12271,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12101,7 +12279,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12111,7 +12289,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12203,7 +12381,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12734,11 +12912,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -12750,14 +12928,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -12769,13 +12947,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13034,6 +13212,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13104,13 +13292,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -13128,9 +13316,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -13225,12 +13414,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -13250,6 +13439,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -13257,11 +13447,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -13309,24 +13502,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13350,7 +13543,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13399,7 +13592,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13460,11 +13653,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -13481,10 +13674,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -13755,6 +13948,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -13793,7 +13994,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -13805,6 +14006,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14092,22 +14294,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14240,7 +14452,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14283,7 +14495,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -14495,6 +14707,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -14550,7 +14764,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -14581,11 +14795,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -14606,35 +14820,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -14790,7 +15004,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -14815,7 +15029,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -14831,7 +15045,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -14891,7 +15105,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -14903,7 +15117,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15183,7 +15397,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15197,16 +15411,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15231,6 +15445,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15348,9 +15567,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15364,11 +15583,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -15483,7 +15702,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -15498,7 +15717,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16114,10 +16333,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16251,7 +16470,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16310,7 +16529,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16319,7 +16538,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16335,27 +16554,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16418,7 +16658,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16445,7 +16685,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16502,15 +16742,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16520,22 +16759,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16547,9 +16790,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -16559,7 +16803,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -16639,10 +16883,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17023,6 +17269,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17034,6 +17281,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17083,7 +17331,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17154,12 +17402,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17230,12 +17478,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17253,7 +17504,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17261,7 +17512,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17271,7 +17522,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17363,7 +17614,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -17894,11 +18145,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -17910,14 +18161,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -17929,13 +18180,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18194,6 +18445,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18264,13 +18525,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18288,9 +18549,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18385,12 +18647,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18410,6 +18672,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18417,11 +18680,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18469,24 +18735,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18510,7 +18776,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18559,7 +18825,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18620,11 +18886,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -18641,10 +18907,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18915,6 +19181,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -18953,7 +19227,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -18965,6 +19239,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19252,22 +19527,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19400,7 +19685,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19443,7 +19728,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -19655,6 +19940,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19710,7 +19997,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -19741,11 +20028,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -19766,35 +20053,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -19950,7 +20237,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -19975,7 +20262,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -19991,7 +20278,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20051,7 +20338,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20063,7 +20350,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20343,7 +20630,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20357,16 +20644,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20391,6 +20678,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20508,9 +20800,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20524,11 +20816,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -20643,7 +20935,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -20658,7 +20950,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemAnalyticItemActivityStat.md index a2702d04330f8..f328ae76f244e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemAnalyticItemActivityStat --- @@ -834,10 +834,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -971,7 +971,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1030,7 +1030,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1039,7 +1039,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1055,27 +1055,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1138,7 +1159,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1165,7 +1186,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1222,15 +1243,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1240,22 +1260,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1267,9 +1291,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1279,7 +1304,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1359,10 +1384,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1743,6 +1770,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1754,6 +1782,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1803,7 +1832,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1874,12 +1903,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1950,12 +1979,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1973,7 +2005,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1981,7 +2013,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1991,7 +2023,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2083,7 +2115,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2637,11 +2669,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2653,14 +2685,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2672,13 +2704,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2937,6 +2969,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3007,13 +3049,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3031,9 +3073,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3128,12 +3171,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3153,6 +3196,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3160,11 +3204,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3212,24 +3259,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3253,7 +3300,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3302,7 +3349,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3363,11 +3410,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3384,10 +3431,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3658,6 +3705,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3696,7 +3751,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3708,6 +3763,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3995,22 +4051,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4143,7 +4209,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4186,7 +4252,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4398,6 +4464,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4453,7 +4521,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4484,11 +4552,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4509,35 +4577,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4693,7 +4761,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4718,7 +4786,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4734,7 +4802,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4794,7 +4862,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4806,7 +4874,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5086,7 +5154,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5100,16 +5168,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5134,6 +5202,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5251,9 +5324,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5267,11 +5340,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5386,7 +5459,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5401,7 +5474,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6004,10 +6077,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6141,7 +6214,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6200,7 +6273,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6209,7 +6282,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6225,27 +6298,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6308,7 +6402,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6335,7 +6429,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6392,15 +6486,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6410,22 +6503,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6437,9 +6534,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6449,7 +6547,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6529,10 +6627,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6913,6 +7013,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6924,6 +7025,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6973,7 +7075,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7044,12 +7146,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7120,12 +7222,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7143,7 +7248,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7151,7 +7256,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7161,7 +7266,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7253,7 +7358,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7784,11 +7889,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7800,14 +7905,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7819,13 +7924,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8084,6 +8189,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8154,13 +8269,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8178,9 +8293,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8275,12 +8391,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8300,6 +8416,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8307,11 +8424,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8359,24 +8479,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8400,7 +8520,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8449,7 +8569,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8510,11 +8630,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8531,10 +8651,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8805,6 +8925,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8843,7 +8971,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8855,6 +8983,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9142,22 +9271,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9290,7 +9429,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9333,7 +9472,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9545,6 +9684,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9600,7 +9741,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9631,11 +9772,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9656,35 +9797,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9840,7 +9981,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9865,7 +10006,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9881,7 +10022,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9941,7 +10082,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9953,7 +10094,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10233,7 +10374,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10247,16 +10388,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10281,6 +10422,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10398,9 +10544,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10414,11 +10560,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10533,7 +10679,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10548,7 +10694,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemCreatedByUserMailboxSetting.md index 26ea57c7e11c2..32fc4a6558551 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemLastModifiedByUserMailboxSetting.md index bc87c8724a560..779dfa3d255b0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItem.md index c8a738fe99817..2965ee9e9c202 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemListItem --- @@ -1073,10 +1073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1210,7 +1210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1269,7 +1269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1278,7 +1278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1294,27 +1294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1377,7 +1398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1404,7 +1425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1461,15 +1482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1479,22 +1499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1506,9 +1530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1518,7 +1543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1598,10 +1623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1982,6 +2009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1993,6 +2021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2042,7 +2071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2113,12 +2142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2189,12 +2218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2212,7 +2244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2220,7 +2252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2230,7 +2262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2322,7 +2354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2847,11 +2879,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2863,14 +2895,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2882,13 +2914,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3147,6 +3179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3217,13 +3259,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3241,9 +3283,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3338,12 +3381,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3363,6 +3406,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3370,11 +3414,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3422,24 +3469,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3463,7 +3510,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3512,7 +3559,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3573,11 +3620,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3594,10 +3641,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3868,6 +3915,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3906,7 +3961,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3918,6 +3973,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4205,22 +4261,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4353,7 +4419,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4396,7 +4462,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4608,6 +4674,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4663,7 +4731,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4694,11 +4762,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4719,35 +4787,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4903,7 +4971,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4928,7 +4996,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4944,7 +5012,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5004,7 +5072,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5016,7 +5084,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5296,7 +5364,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5310,16 +5378,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5344,6 +5412,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5461,9 +5534,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5477,11 +5550,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5596,7 +5669,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5611,7 +5684,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6211,10 +6284,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6348,7 +6421,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6407,7 +6480,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6416,7 +6489,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6432,27 +6505,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6515,7 +6609,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6542,7 +6636,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6599,15 +6693,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6617,22 +6710,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6644,9 +6741,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6656,7 +6754,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6736,10 +6834,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7120,6 +7220,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7131,6 +7232,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7180,7 +7282,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7251,12 +7353,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7327,12 +7429,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7350,7 +7455,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7358,7 +7463,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7368,7 +7473,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7460,7 +7565,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7703,6 +7808,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8596,11 +8711,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8612,14 +8727,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8631,13 +8746,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8913,13 +9028,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8937,9 +9052,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9034,12 +9150,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9059,6 +9175,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9066,11 +9183,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9118,24 +9238,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9159,7 +9279,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9208,7 +9328,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9269,11 +9389,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9290,10 +9410,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9564,6 +9684,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9602,7 +9730,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9614,6 +9742,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9891,22 +10020,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10039,7 +10178,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10082,7 +10221,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10294,6 +10433,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10349,7 +10490,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10380,11 +10521,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10405,35 +10546,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10589,7 +10730,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10614,7 +10755,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10630,7 +10771,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10690,7 +10831,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10702,7 +10843,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10982,7 +11123,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10996,16 +11137,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11030,6 +11171,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11147,9 +11293,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11163,11 +11309,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11282,7 +11428,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11297,7 +11443,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11375,10 +11521,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11521,7 +11667,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11580,7 +11726,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11589,7 +11735,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11605,27 +11751,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11688,7 +11855,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11715,7 +11882,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11772,15 +11939,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11790,22 +11956,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11817,9 +11987,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11829,7 +12000,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11909,10 +12080,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12293,6 +12466,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12304,6 +12478,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12353,7 +12528,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12424,12 +12599,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12500,12 +12675,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12523,7 +12701,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12531,7 +12709,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12541,7 +12719,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12633,7 +12811,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12940,6 +13118,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13823,11 +14011,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13839,14 +14027,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13858,13 +14046,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14140,13 +14328,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14164,9 +14352,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14261,12 +14450,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14286,6 +14475,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14293,11 +14483,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14345,24 +14538,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14386,7 +14579,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14435,7 +14628,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14496,11 +14689,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14517,10 +14710,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14791,6 +14984,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14829,7 +15030,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14841,6 +15042,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15118,22 +15320,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15266,7 +15478,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15309,7 +15521,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15521,6 +15733,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15576,7 +15790,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15607,11 +15821,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15632,35 +15846,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15816,7 +16030,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15841,7 +16055,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15857,7 +16071,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15917,7 +16131,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15929,7 +16143,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16209,7 +16423,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16223,16 +16437,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16257,6 +16471,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16374,9 +16593,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16390,11 +16609,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16509,7 +16728,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16524,7 +16743,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16588,10 +16807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16725,7 +16944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16784,7 +17003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16793,7 +17012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16809,27 +17028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16892,7 +17132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16919,7 +17159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16976,15 +17216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16994,22 +17233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17021,9 +17264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17033,7 +17277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17113,10 +17357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17497,6 +17743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17508,6 +17755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17557,7 +17805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17628,12 +17876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17704,12 +17952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17727,7 +17978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17735,7 +17986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17745,7 +17996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17837,7 +18088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18399,11 +18650,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18415,14 +18666,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18434,13 +18685,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18699,6 +18950,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18769,13 +19030,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18793,9 +19054,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18890,12 +19152,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18915,6 +19177,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18922,11 +19185,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18974,24 +19240,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19015,7 +19281,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19064,7 +19330,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19125,11 +19391,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19146,10 +19412,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19420,6 +19686,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19458,7 +19732,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19470,6 +19744,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19757,22 +20032,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19905,7 +20190,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19948,7 +20233,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20160,6 +20445,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20215,7 +20502,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20246,11 +20533,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20271,35 +20558,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20455,7 +20742,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20480,7 +20767,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20496,7 +20783,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20556,7 +20843,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20568,7 +20855,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20848,7 +21135,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20862,16 +21149,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20896,6 +21183,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21013,9 +21305,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21029,11 +21321,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21148,7 +21440,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21163,7 +21455,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21773,10 +22065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21919,7 +22211,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21978,7 +22270,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21987,7 +22279,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22003,27 +22295,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22086,7 +22399,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22113,7 +22426,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22170,15 +22483,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22188,22 +22500,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22215,9 +22531,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22227,7 +22544,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22307,10 +22624,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22691,6 +23010,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22702,6 +23022,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22751,7 +23072,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22822,12 +23143,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22898,12 +23219,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22921,7 +23245,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22929,7 +23253,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22939,7 +23263,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23031,7 +23355,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23338,6 +23662,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24221,11 +24555,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24237,14 +24571,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24256,13 +24590,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24538,13 +24872,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24562,9 +24896,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24659,12 +24994,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24684,6 +25019,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24691,11 +25027,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24743,24 +25082,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24784,7 +25123,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24833,7 +25172,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24894,11 +25233,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24915,10 +25254,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25189,6 +25528,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25227,7 +25574,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25239,6 +25586,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25516,22 +25864,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25664,7 +26022,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25707,7 +26065,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25919,6 +26277,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25974,7 +26334,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26005,11 +26365,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26030,35 +26390,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26214,7 +26574,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26239,7 +26599,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26255,7 +26615,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26315,7 +26675,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26327,7 +26687,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26607,7 +26967,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26621,16 +26981,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26655,6 +27015,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26772,9 +27137,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26788,11 +27153,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26907,7 +27272,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26922,7 +27287,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemCreatedByUserMailboxSetting.md index 7dfdf3c466fc4..c4e268e854b65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemDocumentSetVersion.md index 7f125aac1ba74..b790e774f9413 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemDocumentSetVersionField.md index 46f509b10edcc..b7fc9072d5937 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemField.md index 307a430cd148b..07c8ef9382802 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemLastModifiedByUserMailboxSetting.md index 20bb3d79e9e25..79ffa7d3f3fdc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemlistitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemListItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemVersion.md index 30ea5d60d4eda..6f4c0b3ee3b0e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemVersionField.md index bcb1fda31dfb9..9f24fcf0a56ad 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemPermission.md index 8dfd5f7e69bcf..1cf14cf953cb4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemPermission --- @@ -888,6 +888,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -987,6 +997,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -1007,6 +1027,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemRetentionLabel.md index ca2b0c25c931b..96a5871c17d6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemSubscription.md index 06f774e4d26df..9dd75cdac8186 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemThumbnail.md index fae38ee63982d..7d4466819f844 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemVersion.md index 4808c6cd25284..d3de5f8e286f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveLastModifiedByUserMailboxSetting.md index 54d22e08107d3..61633ff893af1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveList.md index b9c63d479cd4c..a61059b2af3b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveList --- @@ -1079,10 +1079,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1216,7 +1216,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1275,7 +1275,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1284,7 +1284,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1300,27 +1300,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1383,7 +1404,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1410,7 +1431,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1467,15 +1488,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1485,22 +1505,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1512,9 +1536,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1524,7 +1549,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1604,10 +1629,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1988,6 +2015,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1999,6 +2027,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2048,7 +2077,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2119,12 +2148,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2195,12 +2224,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2218,7 +2250,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2226,7 +2258,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2236,7 +2268,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2328,7 +2360,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2635,6 +2667,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3255,11 +3297,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3271,14 +3313,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3290,13 +3332,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3800,13 +3842,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3824,9 +3866,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3921,12 +3964,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3946,6 +3989,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3953,11 +3997,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4005,24 +4052,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4046,7 +4093,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4095,7 +4142,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4156,11 +4203,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4177,10 +4224,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4451,6 +4498,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4489,7 +4544,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4501,6 +4556,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4778,22 +4834,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4926,7 +4992,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4969,7 +5035,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5181,6 +5247,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5236,7 +5304,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5267,11 +5335,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5292,35 +5360,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5476,7 +5544,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5501,7 +5569,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5517,7 +5585,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5577,7 +5645,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5589,7 +5657,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5869,7 +5937,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5883,16 +5951,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5917,6 +5985,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6034,9 +6107,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6050,11 +6123,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6169,7 +6242,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6184,7 +6257,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6631,10 +6704,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6777,7 +6850,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6836,7 +6909,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6845,7 +6918,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6861,27 +6934,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6944,7 +7038,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6971,7 +7065,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7028,15 +7122,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7046,22 +7139,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7073,9 +7170,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7085,7 +7183,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7165,10 +7263,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7549,6 +7649,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7560,6 +7661,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7609,7 +7711,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7680,12 +7782,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7756,12 +7858,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7779,7 +7884,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7787,7 +7892,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7797,7 +7902,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7889,7 +7994,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8196,6 +8301,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9079,11 +9194,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -9095,14 +9210,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -9114,13 +9229,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9396,13 +9511,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9420,9 +9535,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9517,12 +9633,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9542,6 +9658,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9549,11 +9666,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9601,24 +9721,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9642,7 +9762,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9691,7 +9811,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9752,11 +9872,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9773,10 +9893,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -10047,6 +10167,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -10085,7 +10213,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -10097,6 +10225,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10374,22 +10503,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10522,7 +10661,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10565,7 +10704,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10777,6 +10916,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10832,7 +10973,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10863,11 +11004,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10888,35 +11029,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -11072,7 +11213,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -11097,7 +11238,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -11113,7 +11254,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -11173,7 +11314,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -11185,7 +11326,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11465,7 +11606,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11479,16 +11620,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11513,6 +11654,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11630,9 +11776,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11646,11 +11792,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11765,7 +11911,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11780,7 +11926,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11803,10 +11949,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11940,7 +12086,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11999,7 +12145,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12008,7 +12154,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12024,27 +12170,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12107,7 +12274,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12134,7 +12301,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12191,15 +12358,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12209,22 +12375,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12236,9 +12406,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12248,7 +12419,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12328,10 +12499,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12712,6 +12885,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12723,6 +12897,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12772,7 +12947,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12843,12 +13018,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12919,12 +13094,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12942,7 +13120,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12950,7 +13128,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12960,7 +13138,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13052,7 +13230,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13102,11 +13280,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13118,14 +13296,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13137,13 +13315,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13417,6 +13595,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14503,13 +14691,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14527,9 +14715,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14624,12 +14813,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14649,6 +14838,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14656,11 +14846,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14708,24 +14901,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14749,7 +14942,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14798,7 +14991,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14859,11 +15052,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14880,10 +15073,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15154,6 +15347,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15192,7 +15393,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15204,6 +15405,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15481,22 +15683,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15629,7 +15841,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15672,7 +15884,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15884,6 +16096,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15939,7 +16153,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15970,11 +16184,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15995,35 +16209,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16179,7 +16393,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16204,7 +16418,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16220,7 +16434,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16280,7 +16494,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16292,7 +16506,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16572,7 +16786,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16586,16 +16800,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16620,6 +16834,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16737,9 +16956,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16753,11 +16972,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16872,7 +17091,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16887,7 +17106,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16988,10 +17207,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17125,7 +17344,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17184,7 +17403,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17193,7 +17412,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17209,27 +17428,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17292,7 +17532,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17319,7 +17559,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17376,15 +17616,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17394,22 +17633,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17421,9 +17664,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17433,7 +17677,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17513,10 +17757,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17897,6 +18143,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17908,6 +18155,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17957,7 +18205,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18028,12 +18276,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18104,12 +18352,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18127,7 +18378,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18135,7 +18386,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18145,7 +18396,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18237,7 +18488,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18480,6 +18731,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19373,11 +19634,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19389,14 +19650,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19408,13 +19669,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -19690,13 +19951,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -19714,9 +19975,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -19811,12 +20073,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -19836,6 +20098,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -19843,11 +20106,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19895,24 +20161,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19936,7 +20202,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19985,7 +20251,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20046,11 +20312,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20067,10 +20333,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20341,6 +20607,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20379,7 +20653,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20391,6 +20665,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -20668,22 +20943,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -20816,7 +21101,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -20859,7 +21144,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21071,6 +21356,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21126,7 +21413,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21157,11 +21444,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21182,35 +21469,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21366,7 +21653,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21391,7 +21678,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21407,7 +21694,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21467,7 +21754,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21479,7 +21766,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21759,7 +22046,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -21773,16 +22060,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21807,6 +22094,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21924,9 +22216,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21940,11 +22232,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22059,7 +22351,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22074,7 +22366,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -22147,10 +22439,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22293,7 +22585,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22352,7 +22644,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22361,7 +22653,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22377,27 +22669,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22460,7 +22773,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22487,7 +22800,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22544,15 +22857,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22562,22 +22874,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22589,9 +22905,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22601,7 +22918,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22681,10 +22998,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23065,6 +23384,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23076,6 +23396,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23125,7 +23446,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23196,12 +23517,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23272,12 +23593,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23295,7 +23619,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23303,7 +23627,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23313,7 +23637,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23405,7 +23729,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23712,6 +24036,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24595,11 +24929,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24611,14 +24945,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24630,13 +24964,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24912,13 +25246,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24936,9 +25270,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25033,12 +25368,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25058,6 +25393,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25065,11 +25401,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25117,24 +25456,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25158,7 +25497,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25207,7 +25546,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25268,11 +25607,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25289,10 +25628,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25563,6 +25902,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25601,7 +25948,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25613,6 +25960,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25890,22 +26238,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26038,7 +26396,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26081,7 +26439,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26293,6 +26651,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26348,7 +26708,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26379,11 +26739,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26404,35 +26764,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26588,7 +26948,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26613,7 +26973,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26629,7 +26989,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26689,7 +27049,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26701,7 +27061,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26981,7 +27341,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26995,16 +27355,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27029,6 +27389,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27146,9 +27511,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27162,11 +27527,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27281,7 +27646,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27296,7 +27661,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListColumn.md index a648a1366f5b9..944ddeec85a6f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentType.md index d172f2277a926..6e7601bb3e112 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentTypeColumn.md index 29c65c70e0442..c5afc22005d4d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentTypeColumnLink.md index 9b806a3e4e4f4..5f17dbaa79756 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListCreatedByUserMailboxSetting.md index 0d3a96419c6d8..cb711c4bf986d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItem.md index 9bc1d2c39ae85..170d6b5b650b3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListItem --- @@ -1073,10 +1073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1210,7 +1210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1269,7 +1269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1278,7 +1278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1294,27 +1294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1377,7 +1398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1404,7 +1425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1461,15 +1482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1479,22 +1499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1506,9 +1530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1518,7 +1543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1598,10 +1623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1982,6 +2009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1993,6 +2021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2042,7 +2071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2113,12 +2142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2189,12 +2218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2212,7 +2244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2220,7 +2252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2230,7 +2262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2322,7 +2354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2847,11 +2879,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2863,14 +2895,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2882,13 +2914,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3147,6 +3179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3217,13 +3259,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3241,9 +3283,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3338,12 +3381,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3363,6 +3406,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3370,11 +3414,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3422,24 +3469,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3463,7 +3510,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3512,7 +3559,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3573,11 +3620,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3594,10 +3641,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3868,6 +3915,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3906,7 +3961,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3918,6 +3973,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4205,22 +4261,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4353,7 +4419,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4396,7 +4462,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4608,6 +4674,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4663,7 +4731,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4694,11 +4762,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4719,35 +4787,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4903,7 +4971,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4928,7 +4996,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4944,7 +5012,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5004,7 +5072,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5016,7 +5084,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5296,7 +5364,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5310,16 +5378,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5344,6 +5412,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5461,9 +5534,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5477,11 +5550,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5596,7 +5669,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5611,7 +5684,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6211,10 +6284,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6348,7 +6421,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6407,7 +6480,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6416,7 +6489,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6432,27 +6505,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6515,7 +6609,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6542,7 +6636,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6599,15 +6693,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6617,22 +6710,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6644,9 +6741,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6656,7 +6754,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6736,10 +6834,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7120,6 +7220,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7131,6 +7232,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7180,7 +7282,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7251,12 +7353,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7327,12 +7429,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7350,7 +7455,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7358,7 +7463,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7368,7 +7473,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7460,7 +7565,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7703,6 +7808,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8596,11 +8711,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8612,14 +8727,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8631,13 +8746,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8913,13 +9028,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8937,9 +9052,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9034,12 +9150,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9059,6 +9175,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9066,11 +9183,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9118,24 +9238,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9159,7 +9279,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9208,7 +9328,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9269,11 +9389,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9290,10 +9410,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9564,6 +9684,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9602,7 +9730,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9614,6 +9742,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9891,22 +10020,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10039,7 +10178,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10082,7 +10221,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10294,6 +10433,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10349,7 +10490,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10380,11 +10521,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10405,35 +10546,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10589,7 +10730,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10614,7 +10755,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10630,7 +10771,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10690,7 +10831,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10702,7 +10843,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10982,7 +11123,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10996,16 +11137,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11030,6 +11171,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11147,9 +11293,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11163,11 +11309,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11282,7 +11428,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11297,7 +11443,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11375,10 +11521,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11521,7 +11667,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11580,7 +11726,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11589,7 +11735,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11605,27 +11751,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11688,7 +11855,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11715,7 +11882,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11772,15 +11939,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11790,22 +11956,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11817,9 +11987,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11829,7 +12000,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11909,10 +12080,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12293,6 +12466,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12304,6 +12478,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12353,7 +12528,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12424,12 +12599,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12500,12 +12675,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12523,7 +12701,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12531,7 +12709,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12541,7 +12719,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12633,7 +12811,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12940,6 +13118,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13823,11 +14011,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13839,14 +14027,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13858,13 +14046,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14140,13 +14328,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14164,9 +14352,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14261,12 +14450,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14286,6 +14475,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14293,11 +14483,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14345,24 +14538,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14386,7 +14579,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14435,7 +14628,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14496,11 +14689,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14517,10 +14710,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14791,6 +14984,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14829,7 +15030,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14841,6 +15042,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15118,22 +15320,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15266,7 +15478,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15309,7 +15521,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15521,6 +15733,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15576,7 +15790,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15607,11 +15821,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15632,35 +15846,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15816,7 +16030,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15841,7 +16055,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15857,7 +16071,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15917,7 +16131,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15929,7 +16143,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16209,7 +16423,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16223,16 +16437,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16257,6 +16471,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16374,9 +16593,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16390,11 +16609,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16509,7 +16728,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16524,7 +16743,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16588,10 +16807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16725,7 +16944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16784,7 +17003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16793,7 +17012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16809,27 +17028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16892,7 +17132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16919,7 +17159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16976,15 +17216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16994,22 +17233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17021,9 +17264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17033,7 +17277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17113,10 +17357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17497,6 +17743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17508,6 +17755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17557,7 +17805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17628,12 +17876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17704,12 +17952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17727,7 +17978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17735,7 +17986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17745,7 +17996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17837,7 +18088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18399,11 +18650,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18415,14 +18666,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18434,13 +18685,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18699,6 +18950,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18769,13 +19030,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18793,9 +19054,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18890,12 +19152,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18915,6 +19177,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18922,11 +19185,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18974,24 +19240,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19015,7 +19281,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19064,7 +19330,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19125,11 +19391,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19146,10 +19412,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19420,6 +19686,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19458,7 +19732,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19470,6 +19744,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19757,22 +20032,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19905,7 +20190,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19948,7 +20233,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20160,6 +20445,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20215,7 +20502,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20246,11 +20533,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20271,35 +20558,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20455,7 +20742,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20480,7 +20767,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20496,7 +20783,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20556,7 +20843,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20568,7 +20855,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20848,7 +21135,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20862,16 +21149,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20896,6 +21183,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21013,9 +21305,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21029,11 +21321,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21148,7 +21440,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21163,7 +21455,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21773,10 +22065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21919,7 +22211,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21978,7 +22270,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21987,7 +22279,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22003,27 +22295,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22086,7 +22399,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22113,7 +22426,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22170,15 +22483,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22188,22 +22500,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22215,9 +22531,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22227,7 +22544,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22307,10 +22624,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22691,6 +23010,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22702,6 +23022,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22751,7 +23072,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22822,12 +23143,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22898,12 +23219,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22921,7 +23245,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22929,7 +23253,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22939,7 +23263,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23031,7 +23355,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23338,6 +23662,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24221,11 +24555,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24237,14 +24571,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24256,13 +24590,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24538,13 +24872,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24562,9 +24896,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24659,12 +24994,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24684,6 +25019,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24691,11 +25027,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24743,24 +25082,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24784,7 +25123,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24833,7 +25172,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24894,11 +25233,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24915,10 +25254,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25189,6 +25528,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25227,7 +25574,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25239,6 +25586,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25516,22 +25864,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25664,7 +26022,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25707,7 +26065,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25919,6 +26277,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25974,7 +26334,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26005,11 +26365,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26030,35 +26390,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26214,7 +26574,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26239,7 +26599,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26255,7 +26615,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26315,7 +26675,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26327,7 +26687,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26607,7 +26967,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26621,16 +26981,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26655,6 +27015,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26772,9 +27137,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26788,11 +27153,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26907,7 +27272,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26922,7 +27287,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemCreatedByUserMailboxSetting.md index da8cf6ca211b4..d2dd9ae4f8476 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemDocumentSetVersion.md index 4fa4e83246dd7..5e49c9a85f42e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemDocumentSetVersionField.md index 577c3fd48f245..c6c7c1e2c39e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemField.md index 001edc9c5b458..f391b9e5b26de 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemLastModifiedByUserMailboxSetting.md index dd82bee7c20a4..457838c8a0219 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemVersion.md index fdbec917da30b..8f389a4a8f907 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemVersionField.md index b1102c7e73ded..3806c08e2fa24 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListLastModifiedByUserMailboxSetting.md index 22b8624b0f7b1..98322ff0ef026 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListOperation.md index d51fd55b7b6c5..223406fe5f124 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListSubscription.md index bc70c346add60..6c3884ee451ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRoot.md index 0c92af673f6cf..469174b2449c2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRoot --- @@ -1780,10 +1780,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1917,7 +1917,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1976,7 +1976,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1985,7 +1985,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2001,27 +2001,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2084,7 +2105,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2111,7 +2132,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2168,15 +2189,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2186,22 +2206,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2213,9 +2237,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2225,7 +2250,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2305,10 +2330,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2689,6 +2716,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2700,6 +2728,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2749,7 +2778,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2820,12 +2849,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2896,12 +2925,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2919,7 +2951,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2927,7 +2959,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2937,7 +2969,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3029,7 +3061,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3554,11 +3586,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3570,14 +3602,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3589,13 +3621,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3854,6 +3886,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3924,13 +3966,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3948,9 +3990,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4045,12 +4088,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4070,6 +4113,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4077,11 +4121,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4129,24 +4176,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4170,7 +4217,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4219,7 +4266,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4280,11 +4327,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4301,10 +4348,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4575,6 +4622,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4613,7 +4668,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4625,6 +4680,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4912,22 +4968,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5060,7 +5126,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5103,7 +5169,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5315,6 +5381,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5370,7 +5438,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5401,11 +5469,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5426,35 +5494,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5610,7 +5678,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5635,7 +5703,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5651,7 +5719,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5711,7 +5779,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5723,7 +5791,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6003,7 +6071,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6017,16 +6085,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6051,6 +6119,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6168,9 +6241,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6184,11 +6257,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6303,7 +6376,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6318,7 +6391,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6937,10 +7010,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7074,7 +7147,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7133,7 +7206,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7142,7 +7215,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7158,27 +7231,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7241,7 +7335,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7268,7 +7362,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7325,15 +7419,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7343,22 +7436,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7370,9 +7467,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7382,7 +7480,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7462,10 +7560,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7846,6 +7946,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7857,6 +7958,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7906,7 +8008,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7977,12 +8079,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8053,12 +8155,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8076,7 +8181,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8084,7 +8189,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8094,7 +8199,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8186,7 +8291,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8748,11 +8853,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8764,14 +8869,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8783,13 +8888,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9048,6 +9153,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9118,13 +9233,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9142,9 +9257,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9239,12 +9355,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9264,6 +9380,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9271,11 +9388,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9323,24 +9443,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9364,7 +9484,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9413,7 +9533,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9474,11 +9594,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9495,10 +9615,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9769,6 +9889,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9807,7 +9935,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9819,6 +9947,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10106,22 +10235,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10254,7 +10393,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10297,7 +10436,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10509,6 +10648,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10564,7 +10705,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10595,11 +10736,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10620,35 +10761,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10804,7 +10945,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10829,7 +10970,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10845,7 +10986,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10905,7 +11046,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10917,7 +11058,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11197,7 +11338,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11211,16 +11352,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11245,6 +11386,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11362,9 +11508,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11378,11 +11524,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11497,7 +11643,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11512,7 +11658,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12106,10 +12252,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12243,7 +12389,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12302,7 +12448,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12311,7 +12457,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12327,27 +12473,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12410,7 +12577,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12437,7 +12604,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12494,15 +12661,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12512,22 +12678,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12539,9 +12709,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12551,7 +12722,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12631,10 +12802,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13015,6 +13188,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13026,6 +13200,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13075,7 +13250,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13146,12 +13321,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13222,12 +13397,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13245,7 +13423,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13253,7 +13431,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13263,7 +13441,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13355,7 +13533,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13917,11 +14095,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13933,14 +14111,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13952,13 +14130,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14217,6 +14395,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14287,13 +14475,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14311,9 +14499,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14408,12 +14597,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14433,6 +14622,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14440,11 +14630,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14492,24 +14685,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14533,7 +14726,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14582,7 +14775,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14643,11 +14836,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14664,10 +14857,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14938,6 +15131,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14976,7 +15177,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14988,6 +15189,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15275,22 +15477,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15423,7 +15635,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15466,7 +15678,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15678,6 +15890,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15733,7 +15947,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15764,11 +15978,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15789,35 +16003,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15973,7 +16187,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15998,7 +16212,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16014,7 +16228,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16074,7 +16288,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16086,7 +16300,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16366,7 +16580,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16380,16 +16594,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16414,6 +16628,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16531,9 +16750,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16547,11 +16766,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16666,7 +16885,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16681,7 +16900,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17265,10 +17484,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17411,7 +17630,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17470,7 +17689,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17479,7 +17698,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17495,27 +17714,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17578,7 +17818,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17605,7 +17845,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17662,15 +17902,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17680,22 +17919,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17707,9 +17950,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17719,7 +17963,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17799,10 +18043,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18183,6 +18429,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18194,6 +18441,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18243,7 +18491,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18314,12 +18562,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18390,12 +18638,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18413,7 +18664,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18421,7 +18672,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18431,7 +18682,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18523,7 +18774,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18830,6 +19081,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19713,11 +19974,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19729,14 +19990,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19748,13 +20009,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20030,13 +20291,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20054,9 +20315,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20151,12 +20413,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20176,6 +20438,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20183,11 +20446,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20235,24 +20501,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20276,7 +20542,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20325,7 +20591,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20386,11 +20652,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20407,10 +20673,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20681,6 +20947,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20719,7 +20993,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20731,6 +21005,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21008,22 +21283,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21156,7 +21441,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21199,7 +21484,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21411,6 +21696,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21466,7 +21753,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21497,11 +21784,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21522,35 +21809,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21706,7 +21993,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21731,7 +22018,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21747,7 +22034,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21807,7 +22094,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21819,7 +22106,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22099,7 +22386,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22113,16 +22400,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22147,6 +22434,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22264,9 +22556,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22280,11 +22572,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22399,7 +22691,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22414,7 +22706,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22509,10 +22801,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22655,7 +22947,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22714,7 +23006,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22723,7 +23015,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22739,27 +23031,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22822,7 +23135,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22849,7 +23162,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22906,15 +23219,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22924,22 +23236,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22951,9 +23267,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22963,7 +23280,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23043,10 +23360,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23427,6 +23746,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23438,6 +23758,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23487,7 +23808,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23558,12 +23879,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23634,12 +23955,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23657,7 +23981,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23665,7 +23989,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23675,7 +23999,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23767,7 +24091,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24074,6 +24398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24957,11 +25291,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24973,14 +25307,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24992,13 +25326,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25274,13 +25608,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25298,9 +25632,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25395,12 +25730,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25420,6 +25755,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25427,11 +25763,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25479,24 +25818,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25520,7 +25859,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25569,7 +25908,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25630,11 +25969,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25651,10 +25990,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25925,6 +26264,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25963,7 +26310,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25975,6 +26322,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26252,22 +26600,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26400,7 +26758,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26443,7 +26801,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26655,6 +27013,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26710,7 +27070,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26741,11 +27101,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26766,35 +27126,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26950,7 +27310,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26975,7 +27335,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26991,7 +27351,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27051,7 +27411,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27063,7 +27423,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27343,7 +27703,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27357,16 +27717,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27391,6 +27751,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27508,9 +27873,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27524,11 +27889,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27643,7 +28008,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27658,7 +28023,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27681,10 +28046,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27818,7 +28183,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27877,7 +28242,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27886,7 +28251,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27902,27 +28267,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27985,7 +28371,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28012,7 +28398,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28069,15 +28455,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28087,22 +28472,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28114,9 +28503,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28126,7 +28516,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28206,10 +28596,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28590,6 +28982,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28601,6 +28994,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28650,7 +29044,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28721,12 +29115,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28797,12 +29191,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28820,7 +29217,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28828,7 +29225,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28838,7 +29235,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28930,7 +29327,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29173,6 +29570,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30066,11 +30473,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30082,14 +30489,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30101,13 +30508,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30383,13 +30790,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30407,9 +30814,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30504,12 +30912,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30529,6 +30937,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30536,11 +30945,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30588,24 +31000,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30629,7 +31041,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30678,7 +31090,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30739,11 +31151,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30760,10 +31172,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31034,6 +31446,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31072,7 +31492,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31084,6 +31504,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31361,22 +31782,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31509,7 +31940,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31552,7 +31983,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31764,6 +32195,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31819,7 +32252,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31850,11 +32283,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31875,35 +32308,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32059,7 +32492,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32084,7 +32517,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32100,7 +32533,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32160,7 +32593,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32172,7 +32605,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32452,7 +32885,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32466,16 +32899,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32500,6 +32933,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32617,9 +33055,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32633,11 +33071,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32752,7 +33190,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32767,7 +33205,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32905,6 +33343,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootAnalytic.md index 5691d0158abf0..125539aaed89a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootAnalytic --- @@ -581,10 +581,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -718,7 +718,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -777,7 +777,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -786,7 +786,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -802,27 +802,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -885,7 +906,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -912,7 +933,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -969,15 +990,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -987,22 +1007,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1014,9 +1038,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1026,7 +1051,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1106,10 +1131,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1490,6 +1517,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1501,6 +1529,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1550,7 +1579,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1621,12 +1650,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1697,12 +1726,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1720,7 +1752,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1728,7 +1760,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1738,7 +1770,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -1830,7 +1862,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2361,11 +2393,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2377,14 +2409,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2396,13 +2428,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2661,6 +2693,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2731,13 +2773,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -2755,9 +2797,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -2852,12 +2895,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -2877,6 +2920,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -2884,11 +2928,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -2936,24 +2983,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -2977,7 +3024,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3026,7 +3073,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3087,11 +3134,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3108,10 +3155,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3382,6 +3429,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3420,7 +3475,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3432,6 +3487,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3719,22 +3775,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -3867,7 +3933,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -3910,7 +3976,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4122,6 +4188,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4177,7 +4245,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4208,11 +4276,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4233,35 +4301,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4417,7 +4485,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4442,7 +4510,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4458,7 +4526,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4518,7 +4586,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4530,7 +4598,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -4810,7 +4878,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -4824,16 +4892,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4858,6 +4926,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -4975,9 +5048,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -4991,11 +5064,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5110,7 +5183,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5125,7 +5198,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5745,10 +5818,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -5882,7 +5955,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -5941,7 +6014,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -5950,7 +6023,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -5966,27 +6039,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6049,7 +6143,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6076,7 +6170,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6133,15 +6227,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6151,22 +6244,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6178,9 +6275,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6190,7 +6288,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6270,10 +6368,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6654,6 +6754,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6665,6 +6766,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6714,7 +6816,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6785,12 +6887,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6861,12 +6963,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -6884,7 +6989,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -6892,7 +6997,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -6902,7 +7007,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -6994,7 +7099,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7519,11 +7624,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7535,14 +7640,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7554,13 +7659,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -7819,6 +7924,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -7889,13 +8004,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -7913,9 +8028,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8010,12 +8126,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8035,6 +8151,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8042,11 +8159,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8094,24 +8214,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8135,7 +8255,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8184,7 +8304,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8245,11 +8365,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8266,10 +8386,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8540,6 +8660,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8578,7 +8706,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8590,6 +8718,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -8877,22 +9006,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9025,7 +9164,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9068,7 +9207,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9280,6 +9419,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9335,7 +9476,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9366,11 +9507,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9391,35 +9532,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9575,7 +9716,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9600,7 +9741,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9616,7 +9757,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9676,7 +9817,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9688,7 +9829,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9968,7 +10109,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -9982,16 +10123,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10016,6 +10157,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10133,9 +10279,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10149,11 +10295,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10268,7 +10414,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10283,7 +10429,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -10926,10 +11072,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11063,7 +11209,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11122,7 +11268,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11131,7 +11277,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11147,27 +11293,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11230,7 +11397,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11257,7 +11424,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11314,15 +11481,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11332,22 +11498,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11359,9 +11529,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11371,7 +11542,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11451,10 +11622,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -11835,6 +12008,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -11846,6 +12020,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -11895,7 +12070,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -11966,12 +12141,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12042,12 +12217,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12065,7 +12243,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12073,7 +12251,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12083,7 +12261,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12175,7 +12353,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12706,11 +12884,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -12722,14 +12900,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -12741,13 +12919,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13006,6 +13184,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13076,13 +13264,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -13100,9 +13288,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -13197,12 +13386,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -13222,6 +13411,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -13229,11 +13419,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -13281,24 +13474,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13322,7 +13515,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13371,7 +13564,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13432,11 +13625,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -13453,10 +13646,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -13727,6 +13920,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -13765,7 +13966,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -13777,6 +13978,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14064,22 +14266,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14212,7 +14424,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14255,7 +14467,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -14467,6 +14679,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -14522,7 +14736,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -14553,11 +14767,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -14578,35 +14792,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -14762,7 +14976,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -14787,7 +15001,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -14803,7 +15017,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -14863,7 +15077,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -14875,7 +15089,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15155,7 +15369,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15169,16 +15383,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15203,6 +15417,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15320,9 +15539,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15336,11 +15555,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -15455,7 +15674,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -15470,7 +15689,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16086,10 +16305,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16223,7 +16442,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16282,7 +16501,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16291,7 +16510,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16307,27 +16526,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16390,7 +16630,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16417,7 +16657,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16474,15 +16714,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16492,22 +16731,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16519,9 +16762,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -16531,7 +16775,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -16611,10 +16855,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -16995,6 +17241,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17006,6 +17253,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17055,7 +17303,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17126,12 +17374,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17202,12 +17450,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17225,7 +17476,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17233,7 +17484,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17243,7 +17494,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17335,7 +17586,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -17866,11 +18117,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -17882,14 +18133,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -17901,13 +18152,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18166,6 +18417,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18236,13 +18497,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18260,9 +18521,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18357,12 +18619,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18382,6 +18644,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18389,11 +18652,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18441,24 +18707,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18482,7 +18748,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18531,7 +18797,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18592,11 +18858,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -18613,10 +18879,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18887,6 +19153,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -18925,7 +19199,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -18937,6 +19211,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19224,22 +19499,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19372,7 +19657,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19415,7 +19700,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -19627,6 +19912,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19682,7 +19969,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -19713,11 +20000,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -19738,35 +20025,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -19922,7 +20209,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -19947,7 +20234,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -19963,7 +20250,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20023,7 +20310,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20035,7 +20322,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20315,7 +20602,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20329,16 +20616,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20363,6 +20650,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20480,9 +20772,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20496,11 +20788,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -20615,7 +20907,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -20630,7 +20922,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootAnalyticItemActivityStat.md index eb0b7087d66c9..5a89bd7a49c25 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootAnalyticItemActivityStat --- @@ -806,10 +806,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -943,7 +943,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1002,7 +1002,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1011,7 +1011,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1027,27 +1027,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1110,7 +1131,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1137,7 +1158,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1194,15 +1215,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1212,22 +1232,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1239,9 +1263,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1251,7 +1276,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1331,10 +1356,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1715,6 +1742,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1726,6 +1754,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1775,7 +1804,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1846,12 +1875,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1922,12 +1951,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1945,7 +1977,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1953,7 +1985,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1963,7 +1995,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2055,7 +2087,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2609,11 +2641,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2625,14 +2657,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2644,13 +2676,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2909,6 +2941,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2979,13 +3021,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3003,9 +3045,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3100,12 +3143,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3125,6 +3168,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3132,11 +3176,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3184,24 +3231,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3225,7 +3272,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3274,7 +3321,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3335,11 +3382,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3356,10 +3403,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3630,6 +3677,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3668,7 +3723,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3680,6 +3735,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3967,22 +4023,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4115,7 +4181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4158,7 +4224,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4370,6 +4436,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4425,7 +4493,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4456,11 +4524,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4481,35 +4549,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4665,7 +4733,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4690,7 +4758,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4706,7 +4774,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4766,7 +4834,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4778,7 +4846,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5058,7 +5126,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5072,16 +5140,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5106,6 +5174,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5223,9 +5296,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5239,11 +5312,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5358,7 +5431,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5373,7 +5446,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5976,10 +6049,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6113,7 +6186,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6172,7 +6245,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6181,7 +6254,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6197,27 +6270,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6280,7 +6374,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6307,7 +6401,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6364,15 +6458,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6382,22 +6475,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6409,9 +6506,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6421,7 +6519,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6501,10 +6599,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6885,6 +6985,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6896,6 +6997,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6945,7 +7047,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7016,12 +7118,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7092,12 +7194,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7115,7 +7220,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7123,7 +7228,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7133,7 +7238,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7225,7 +7330,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7756,11 +7861,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7772,14 +7877,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7791,13 +7896,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8056,6 +8161,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8126,13 +8241,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8150,9 +8265,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8247,12 +8363,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8272,6 +8388,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8279,11 +8396,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8331,24 +8451,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8372,7 +8492,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8421,7 +8541,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8482,11 +8602,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8503,10 +8623,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8777,6 +8897,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8815,7 +8943,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8827,6 +8955,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9114,22 +9243,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9262,7 +9401,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9305,7 +9444,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9517,6 +9656,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9572,7 +9713,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9603,11 +9744,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9628,35 +9769,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9812,7 +9953,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9837,7 +9978,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9853,7 +9994,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9913,7 +10054,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9925,7 +10066,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10205,7 +10346,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10219,16 +10360,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10253,6 +10394,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10370,9 +10516,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10386,11 +10532,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10505,7 +10651,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10520,7 +10666,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootCreatedByUserMailboxSetting.md index 42bc8f97c64b0..6f71ae33a1f2d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootLastModifiedByUserMailboxSetting.md index 0766fb312e075..c6c4a41a9ca82 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItem.md index 5213d5ce990f2..1679353a605b3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootListItem --- @@ -1046,10 +1046,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1183,7 +1183,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1242,7 +1242,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1251,7 +1251,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1267,27 +1267,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1350,7 +1371,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1377,7 +1398,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1434,15 +1455,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1452,22 +1472,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1479,9 +1503,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1491,7 +1516,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1571,10 +1596,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1955,6 +1982,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1966,6 +1994,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2015,7 +2044,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2086,12 +2115,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2162,12 +2191,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2185,7 +2217,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2193,7 +2225,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2203,7 +2235,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2295,7 +2327,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2820,11 +2852,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2836,14 +2868,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2855,13 +2887,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3120,6 +3152,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3190,13 +3232,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3214,9 +3256,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3311,12 +3354,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3336,6 +3379,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3343,11 +3387,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3395,24 +3442,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3436,7 +3483,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3485,7 +3532,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3546,11 +3593,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3567,10 +3614,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3841,6 +3888,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3879,7 +3934,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3891,6 +3946,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4178,22 +4234,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4326,7 +4392,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4369,7 +4435,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4581,6 +4647,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4636,7 +4704,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4667,11 +4735,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4692,35 +4760,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4876,7 +4944,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4901,7 +4969,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4917,7 +4985,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4977,7 +5045,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4989,7 +5057,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5269,7 +5337,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5283,16 +5351,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5317,6 +5385,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5434,9 +5507,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5450,11 +5523,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5569,7 +5642,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5584,7 +5657,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6184,10 +6257,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6321,7 +6394,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6380,7 +6453,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6389,7 +6462,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6405,27 +6478,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6488,7 +6582,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6515,7 +6609,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6572,15 +6666,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6590,22 +6683,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6617,9 +6714,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6629,7 +6727,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6709,10 +6807,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7093,6 +7193,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7104,6 +7205,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7153,7 +7255,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7224,12 +7326,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7300,12 +7402,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7323,7 +7428,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7331,7 +7436,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7341,7 +7446,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7433,7 +7538,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7676,6 +7781,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8569,11 +8684,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8585,14 +8700,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8604,13 +8719,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8886,13 +9001,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8910,9 +9025,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9007,12 +9123,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9032,6 +9148,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9039,11 +9156,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9091,24 +9211,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9132,7 +9252,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9181,7 +9301,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9242,11 +9362,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9263,10 +9383,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9537,6 +9657,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9575,7 +9703,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9587,6 +9715,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9864,22 +9993,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10012,7 +10151,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10055,7 +10194,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10267,6 +10406,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10322,7 +10463,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10353,11 +10494,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10378,35 +10519,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10562,7 +10703,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10587,7 +10728,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10603,7 +10744,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10663,7 +10804,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10675,7 +10816,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10955,7 +11096,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10969,16 +11110,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11003,6 +11144,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11120,9 +11266,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11136,11 +11282,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11255,7 +11401,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11270,7 +11416,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11348,10 +11494,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11494,7 +11640,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11553,7 +11699,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11562,7 +11708,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11578,27 +11724,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11661,7 +11828,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11688,7 +11855,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11745,15 +11912,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11763,22 +11929,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11790,9 +11960,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11802,7 +11973,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11882,10 +12053,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12266,6 +12439,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12277,6 +12451,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12326,7 +12501,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12397,12 +12572,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12473,12 +12648,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12496,7 +12674,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12504,7 +12682,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12514,7 +12692,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12606,7 +12784,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12913,6 +13091,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13796,11 +13984,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13812,14 +14000,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13831,13 +14019,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14113,13 +14301,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14137,9 +14325,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14234,12 +14423,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14259,6 +14448,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14266,11 +14456,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14318,24 +14511,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14359,7 +14552,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14408,7 +14601,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14469,11 +14662,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14490,10 +14683,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14764,6 +14957,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14802,7 +15003,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14814,6 +15015,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15091,22 +15293,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15239,7 +15451,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15282,7 +15494,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15494,6 +15706,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15549,7 +15763,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15580,11 +15794,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15605,35 +15819,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15789,7 +16003,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15814,7 +16028,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15830,7 +16044,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15890,7 +16104,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15902,7 +16116,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16182,7 +16396,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16196,16 +16410,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16230,6 +16444,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16347,9 +16566,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16363,11 +16582,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16482,7 +16701,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16497,7 +16716,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16561,10 +16780,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16698,7 +16917,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16757,7 +16976,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16766,7 +16985,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16782,27 +17001,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16865,7 +17105,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16892,7 +17132,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16949,15 +17189,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16967,22 +17206,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16994,9 +17237,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17006,7 +17250,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17086,10 +17330,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17470,6 +17716,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17481,6 +17728,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17530,7 +17778,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17601,12 +17849,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17677,12 +17925,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17700,7 +17951,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17708,7 +17959,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17718,7 +17969,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17810,7 +18061,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18372,11 +18623,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18388,14 +18639,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18407,13 +18658,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18672,6 +18923,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18742,13 +19003,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18766,9 +19027,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18863,12 +19125,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18888,6 +19150,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18895,11 +19158,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18947,24 +19213,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18988,7 +19254,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19037,7 +19303,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19098,11 +19364,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19119,10 +19385,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19393,6 +19659,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19431,7 +19705,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19443,6 +19717,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19730,22 +20005,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19878,7 +20163,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19921,7 +20206,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20133,6 +20418,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20188,7 +20475,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20219,11 +20506,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20244,35 +20531,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20428,7 +20715,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20453,7 +20740,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20469,7 +20756,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20529,7 +20816,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20541,7 +20828,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20821,7 +21108,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20835,16 +21122,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20869,6 +21156,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20986,9 +21278,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21002,11 +21294,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21121,7 +21413,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21136,7 +21428,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21746,10 +22038,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21892,7 +22184,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21951,7 +22243,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21960,7 +22252,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -21976,27 +22268,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22059,7 +22372,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22086,7 +22399,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22143,15 +22456,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22161,22 +22473,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22188,9 +22504,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22200,7 +22517,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22280,10 +22597,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22664,6 +22983,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22675,6 +22995,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22724,7 +23045,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22795,12 +23116,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22871,12 +23192,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22894,7 +23218,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22902,7 +23226,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22912,7 +23236,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23004,7 +23328,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23311,6 +23635,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24194,11 +24528,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24210,14 +24544,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24229,13 +24563,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24511,13 +24845,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24535,9 +24869,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24632,12 +24967,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24657,6 +24992,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24664,11 +25000,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24716,24 +25055,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24757,7 +25096,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24806,7 +25145,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24867,11 +25206,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24888,10 +25227,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25162,6 +25501,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25200,7 +25547,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25212,6 +25559,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25489,22 +25837,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25637,7 +25995,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25680,7 +26038,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25892,6 +26250,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25947,7 +26307,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25978,11 +26338,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26003,35 +26363,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26187,7 +26547,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26212,7 +26572,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26228,7 +26588,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26288,7 +26648,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26300,7 +26660,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26580,7 +26940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26594,16 +26954,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26628,6 +26988,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26745,9 +27110,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26761,11 +27126,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26880,7 +27245,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26895,7 +27260,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemCreatedByUserMailboxSetting.md index bb59206f8892c..325b1e58a9b38 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemDocumentSetVersion.md index d4bd03a06e9ce..d520380ba517f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemDocumentSetVersionField.md index 97c42299b3e2d..26ab0653ba16b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemField.md index 6322d7ed55936..a1b2186f0ab3c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemLastModifiedByUserMailboxSetting.md index 779be13f442ad..8f07591e36425 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootlistitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootListItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemVersion.md index 9452fb2afb349..7588706053af1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemVersionField.md index 76e5b6fe34716..0228d324b2511 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootPermission.md index 5b74fd45050a4..91e42cadada22 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootPermission --- @@ -834,6 +834,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -933,6 +943,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -953,6 +973,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootRetentionLabel.md index 60faebd94b3d7..0bc8287da91f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootSubscription.md index 5782e04e26473..2cb0f5f2128e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootThumbnail.md index 53884ebfc455e..cd86a92188967 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootVersion.md index 3b22fa1c67c88..fa0826607e9b7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDrive.md index 9e69b0d311c08..4fabeb7ab457c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDrive --- @@ -1144,10 +1144,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1281,7 +1281,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1340,7 +1340,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1349,7 +1349,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1365,27 +1365,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1448,7 +1469,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1475,7 +1496,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1532,15 +1553,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1550,22 +1570,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1577,9 +1601,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1589,7 +1614,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1669,10 +1694,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2053,6 +2080,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2064,6 +2092,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2113,7 +2142,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2184,12 +2213,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2260,12 +2289,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2283,7 +2315,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2291,7 +2323,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2301,7 +2333,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2393,7 +2425,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2443,11 +2475,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2459,14 +2491,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2478,13 +2510,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2758,6 +2790,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3844,13 +3886,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3868,9 +3910,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3965,12 +4008,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3990,6 +4033,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3997,11 +4041,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4049,24 +4096,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4090,7 +4137,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4139,7 +4186,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4200,11 +4247,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4221,10 +4268,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4495,6 +4542,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4533,7 +4588,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4545,6 +4600,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4822,22 +4878,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4970,7 +5036,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5013,7 +5079,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5225,6 +5291,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5280,7 +5348,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5311,11 +5379,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5336,35 +5404,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5520,7 +5588,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5545,7 +5613,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5561,7 +5629,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5621,7 +5689,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5633,7 +5701,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5913,7 +5981,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5927,16 +5995,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5961,6 +6029,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6078,9 +6151,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6094,11 +6167,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6213,7 +6286,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6228,7 +6301,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6304,10 +6377,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6441,7 +6514,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6500,7 +6573,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6509,7 +6582,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6525,27 +6598,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6608,7 +6702,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6635,7 +6729,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6692,15 +6786,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6710,22 +6803,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6737,9 +6834,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6749,7 +6847,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6829,10 +6927,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7213,6 +7313,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7224,6 +7325,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7273,7 +7375,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7344,12 +7446,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7420,12 +7522,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7443,7 +7548,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7451,7 +7556,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7461,7 +7566,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7553,7 +7658,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8115,11 +8220,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8131,14 +8236,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8150,13 +8255,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8415,6 +8520,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8485,13 +8600,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8509,9 +8624,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8606,12 +8722,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8631,6 +8747,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8638,11 +8755,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8690,24 +8810,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8731,7 +8851,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8780,7 +8900,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8841,11 +8961,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8862,10 +8982,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9136,6 +9256,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9174,7 +9302,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9186,6 +9314,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9473,22 +9602,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9621,7 +9760,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9664,7 +9803,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9876,6 +10015,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9931,7 +10072,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9962,11 +10103,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9987,35 +10128,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10171,7 +10312,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10196,7 +10337,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10212,7 +10353,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10272,7 +10413,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10284,7 +10425,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10564,7 +10705,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10578,16 +10719,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10612,6 +10753,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10729,9 +10875,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10745,11 +10891,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10864,7 +11010,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10879,7 +11025,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11463,10 +11609,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11609,7 +11755,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11668,7 +11814,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11677,7 +11823,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11693,27 +11839,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11776,7 +11943,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11803,7 +11970,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11860,15 +12027,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11878,22 +12044,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11905,9 +12075,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11917,7 +12088,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11997,10 +12168,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12381,6 +12554,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12392,6 +12566,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12441,7 +12616,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12512,12 +12687,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12588,12 +12763,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12611,7 +12789,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12619,7 +12797,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12629,7 +12807,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12721,7 +12899,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13028,6 +13206,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13911,11 +14099,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13927,14 +14115,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13946,13 +14134,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14228,13 +14416,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14252,9 +14440,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14349,12 +14538,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14374,6 +14563,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14381,11 +14571,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14433,24 +14626,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14474,7 +14667,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14523,7 +14716,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14584,11 +14777,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14605,10 +14798,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14879,6 +15072,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14917,7 +15118,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14929,6 +15130,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15206,22 +15408,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15354,7 +15566,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15397,7 +15609,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15609,6 +15821,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15664,7 +15878,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15695,11 +15909,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15720,35 +15934,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15904,7 +16118,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15929,7 +16143,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15945,7 +16159,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16005,7 +16219,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16017,7 +16231,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16297,7 +16511,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16311,16 +16525,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16345,6 +16559,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16462,9 +16681,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16478,11 +16697,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16597,7 +16816,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16612,7 +16831,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16635,10 +16854,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16772,7 +16991,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16831,7 +17050,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16840,7 +17059,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16856,27 +17075,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16939,7 +17179,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16966,7 +17206,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17023,15 +17263,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17041,22 +17280,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17068,9 +17311,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17080,7 +17324,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17160,10 +17404,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17544,6 +17790,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17555,6 +17802,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17604,7 +17852,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17675,12 +17923,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17751,12 +17999,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17774,7 +18025,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17782,7 +18033,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17792,7 +18043,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17884,7 +18135,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18446,11 +18697,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18462,14 +18713,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18481,13 +18732,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18746,6 +18997,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18816,13 +19077,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18840,9 +19101,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18937,12 +19199,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18962,6 +19224,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18969,11 +19232,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19021,24 +19287,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19062,7 +19328,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19111,7 +19377,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19172,11 +19438,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19193,10 +19459,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19467,6 +19733,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19505,7 +19779,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19517,6 +19791,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19804,22 +20079,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19952,7 +20237,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19995,7 +20280,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20207,6 +20492,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20262,7 +20549,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20293,11 +20580,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20318,35 +20605,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20502,7 +20789,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20527,7 +20814,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20543,7 +20830,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20603,7 +20890,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20615,7 +20902,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20895,7 +21182,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20909,16 +21196,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20943,6 +21230,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21060,9 +21352,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21076,11 +21368,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21195,7 +21487,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21210,7 +21502,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21822,10 +22114,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21959,7 +22251,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22018,7 +22310,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22027,7 +22319,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22043,27 +22335,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22126,7 +22439,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22153,7 +22466,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22210,15 +22523,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22228,22 +22540,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22255,9 +22571,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22267,7 +22584,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22347,10 +22664,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22731,6 +23050,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22742,6 +23062,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22791,7 +23112,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22862,12 +23183,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22938,12 +23259,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22961,7 +23285,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22969,7 +23293,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22979,7 +23303,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23071,7 +23395,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23633,11 +23957,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -23649,14 +23973,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -23668,13 +23992,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -23933,6 +24257,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24003,13 +24337,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24027,9 +24361,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24124,12 +24459,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24149,6 +24484,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24156,11 +24492,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24208,24 +24547,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24249,7 +24588,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24298,7 +24637,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24359,11 +24698,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24380,10 +24719,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24654,6 +24993,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -24692,7 +25039,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -24704,6 +25051,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24991,22 +25339,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25139,7 +25497,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25182,7 +25540,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25394,6 +25752,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25449,7 +25809,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25480,11 +25840,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -25505,35 +25865,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -25689,7 +26049,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -25714,7 +26074,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -25730,7 +26090,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -25790,7 +26150,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -25802,7 +26162,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26082,7 +26442,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26096,16 +26456,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26130,6 +26490,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26247,9 +26612,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26263,11 +26628,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26382,7 +26747,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26397,7 +26762,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -26981,10 +27346,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27127,7 +27492,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27186,7 +27551,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27195,7 +27560,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27211,27 +27576,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27294,7 +27680,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -27321,7 +27707,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -27378,15 +27764,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -27396,22 +27781,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -27423,9 +27812,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -27435,7 +27825,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -27515,10 +27905,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -27899,6 +28291,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -27910,6 +28303,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -27959,7 +28353,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28030,12 +28424,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28106,12 +28500,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28129,7 +28526,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28137,7 +28534,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28147,7 +28544,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28239,7 +28636,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -28546,6 +28943,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -29429,11 +29836,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -29445,14 +29852,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -29464,13 +29871,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -29746,13 +30153,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -29770,9 +30177,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -29867,12 +30275,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -29892,6 +30300,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -29899,11 +30308,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -29951,24 +30363,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -29992,7 +30404,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30041,7 +30453,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30102,11 +30514,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30123,10 +30535,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -30397,6 +30809,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -30435,7 +30855,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -30447,6 +30867,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -30724,22 +31145,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -30872,7 +31303,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -30915,7 +31346,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31127,6 +31558,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31182,7 +31615,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31213,11 +31646,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31238,35 +31671,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -31422,7 +31855,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -31447,7 +31880,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -31463,7 +31896,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -31523,7 +31956,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -31535,7 +31968,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31815,7 +32248,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -31829,16 +32262,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31863,6 +32296,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31980,9 +32418,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31996,11 +32434,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32115,7 +32553,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32130,7 +32568,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -32153,10 +32591,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -32290,7 +32728,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -32349,7 +32787,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -32358,7 +32796,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -32374,27 +32812,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -32457,7 +32916,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -32484,7 +32943,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -32541,15 +33000,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -32559,22 +33017,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -32586,9 +33048,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -32598,7 +33061,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -32678,10 +33141,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -33062,6 +33527,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -33073,6 +33539,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -33122,7 +33589,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -33193,12 +33660,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -33269,12 +33736,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -33292,7 +33762,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -33300,7 +33770,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -33310,7 +33780,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -33402,7 +33872,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -33709,6 +34179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -34329,11 +34809,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -34345,14 +34825,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -34364,13 +34844,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -34874,13 +35354,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -34898,9 +35378,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -34995,12 +35476,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -35020,6 +35501,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -35027,11 +35509,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -35079,24 +35564,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -35120,7 +35605,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -35169,7 +35654,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -35230,11 +35715,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -35251,10 +35736,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35525,6 +36010,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -35563,7 +36056,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -35575,6 +36068,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35852,22 +36346,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -36000,7 +36504,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -36043,7 +36547,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -36255,6 +36759,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -36310,7 +36816,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36341,11 +36847,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -36366,35 +36872,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -36550,7 +37056,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -36575,7 +37081,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -36591,7 +37097,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -36651,7 +37157,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -36663,7 +37169,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36943,7 +37449,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -36957,16 +37463,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36991,6 +37497,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37108,9 +37619,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37124,11 +37635,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -37243,7 +37754,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -37258,7 +37769,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -37370,10 +37881,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -37507,7 +38018,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -37566,7 +38077,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -37575,7 +38086,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37591,27 +38102,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -37674,7 +38206,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -37701,7 +38233,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -37758,15 +38290,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -37776,22 +38307,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -37803,9 +38338,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -37815,7 +38351,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -37895,10 +38431,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -38279,6 +38817,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -38290,6 +38829,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -38339,7 +38879,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -38410,12 +38950,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -38486,12 +39026,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -38509,7 +39052,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -38517,7 +39060,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -38527,7 +39070,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -38619,7 +39162,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -39181,11 +39724,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -39197,14 +39740,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -39216,13 +39759,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -39481,6 +40024,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -39551,13 +40104,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -39575,9 +40128,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -39672,12 +40226,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -39697,6 +40251,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -39704,11 +40259,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -39756,24 +40314,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -39797,7 +40355,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -39846,7 +40404,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -39907,11 +40465,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -39928,10 +40486,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -40202,6 +40760,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -40240,7 +40806,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -40252,6 +40818,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -40539,22 +41106,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -40687,7 +41264,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -40730,7 +41307,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -40942,6 +41519,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -40997,7 +41576,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41028,11 +41607,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -41053,35 +41632,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -41237,7 +41816,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -41262,7 +41841,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -41278,7 +41857,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -41338,7 +41917,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -41350,7 +41929,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41630,7 +42209,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -41644,16 +42223,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41678,6 +42257,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41795,9 +42379,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41811,11 +42395,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -41930,7 +42514,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -41945,7 +42529,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -42541,10 +43125,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -42678,7 +43262,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -42737,7 +43321,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -42746,7 +43330,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -42762,27 +43346,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -42845,7 +43450,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -42872,7 +43477,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -42929,15 +43534,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -42947,22 +43551,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -42974,9 +43582,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -42986,7 +43595,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -43066,10 +43675,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -43450,6 +44061,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -43461,6 +44073,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -43510,7 +44123,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -43581,12 +44194,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -43657,12 +44270,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -43680,7 +44296,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -43688,7 +44304,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -43698,7 +44314,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -43790,7 +44406,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -44352,11 +44968,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -44368,14 +44984,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -44387,13 +45003,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -44652,6 +45268,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -44722,13 +45348,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -44746,9 +45372,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -44843,12 +45470,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -44868,6 +45495,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -44875,11 +45503,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -44927,24 +45558,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -44968,7 +45599,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -45017,7 +45648,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -45078,11 +45709,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -45099,10 +45730,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -45373,6 +46004,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -45411,7 +46050,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -45423,6 +46062,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -45710,22 +46350,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -45858,7 +46508,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -45901,7 +46551,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -46113,6 +46763,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -46168,7 +46820,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46199,11 +46851,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -46224,35 +46876,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -46408,7 +47060,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -46433,7 +47085,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -46449,7 +47101,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -46509,7 +47161,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -46521,7 +47173,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46801,7 +47453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -46815,16 +47467,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46849,6 +47501,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46966,9 +47623,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46982,11 +47639,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -47101,7 +47758,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -47116,7 +47773,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveCreatedByUserMailboxSetting.md index ab4b3d0fd0e2e..b7b6b76eb2b4c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItem.md index 0eb13d869d2b2..0b769c4d58798 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItem --- @@ -1835,10 +1835,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1972,7 +1972,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2031,7 +2031,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2040,7 +2040,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2056,27 +2056,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2139,7 +2160,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2166,7 +2187,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2223,15 +2244,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2241,22 +2261,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2268,9 +2292,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2280,7 +2305,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2360,10 +2385,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2744,6 +2771,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2755,6 +2783,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2804,7 +2833,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2875,12 +2904,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2951,12 +2980,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2974,7 +3006,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2982,7 +3014,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2992,7 +3024,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3084,7 +3116,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3609,11 +3641,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3625,14 +3657,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3644,13 +3676,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3909,6 +3941,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3979,13 +4021,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4003,9 +4045,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4100,12 +4143,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4125,6 +4168,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4132,11 +4176,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4184,24 +4231,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4225,7 +4272,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4274,7 +4321,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4335,11 +4382,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4356,10 +4403,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4630,6 +4677,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4668,7 +4723,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4680,6 +4735,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4967,22 +5023,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5115,7 +5181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5158,7 +5224,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5370,6 +5436,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5425,7 +5493,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5456,11 +5524,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5481,35 +5549,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5665,7 +5733,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5690,7 +5758,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5706,7 +5774,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5766,7 +5834,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5778,7 +5846,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6058,7 +6126,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6072,16 +6140,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6106,6 +6174,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6223,9 +6296,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6239,11 +6312,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6358,7 +6431,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6373,7 +6446,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6992,10 +7065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7129,7 +7202,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7188,7 +7261,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7197,7 +7270,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7213,27 +7286,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7296,7 +7390,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7323,7 +7417,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7380,15 +7474,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7398,22 +7491,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7425,9 +7522,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7437,7 +7535,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7517,10 +7615,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7901,6 +8001,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7912,6 +8013,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7961,7 +8063,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8032,12 +8134,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8108,12 +8210,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8131,7 +8236,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8139,7 +8244,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8149,7 +8254,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8241,7 +8346,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8803,11 +8908,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8819,14 +8924,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8838,13 +8943,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9103,6 +9208,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9173,13 +9288,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9197,9 +9312,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9294,12 +9410,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9319,6 +9435,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9326,11 +9443,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9378,24 +9498,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9419,7 +9539,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9468,7 +9588,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9529,11 +9649,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9550,10 +9670,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9824,6 +9944,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9862,7 +9990,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9874,6 +10002,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10161,22 +10290,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10309,7 +10448,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10352,7 +10491,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10564,6 +10703,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10619,7 +10760,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10650,11 +10791,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10675,35 +10816,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10859,7 +11000,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10884,7 +11025,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10900,7 +11041,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10960,7 +11101,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10972,7 +11113,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11252,7 +11393,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11266,16 +11407,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11300,6 +11441,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11417,9 +11563,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11433,11 +11579,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11552,7 +11698,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11567,7 +11713,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12161,10 +12307,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12298,7 +12444,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12357,7 +12503,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12366,7 +12512,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12382,27 +12528,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12465,7 +12632,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12492,7 +12659,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12549,15 +12716,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12567,22 +12733,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12594,9 +12764,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12606,7 +12777,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12686,10 +12857,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13070,6 +13243,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13081,6 +13255,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13130,7 +13305,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13201,12 +13376,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13277,12 +13452,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13300,7 +13478,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13308,7 +13486,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13318,7 +13496,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13410,7 +13588,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13972,11 +14150,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13988,14 +14166,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14007,13 +14185,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14272,6 +14450,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14342,13 +14530,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14366,9 +14554,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14463,12 +14652,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14488,6 +14677,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14495,11 +14685,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14547,24 +14740,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14588,7 +14781,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14637,7 +14830,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14698,11 +14891,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14719,10 +14912,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14993,6 +15186,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15031,7 +15232,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15043,6 +15244,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15330,22 +15532,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15478,7 +15690,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15521,7 +15733,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15733,6 +15945,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15788,7 +16002,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15819,11 +16033,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15844,35 +16058,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16028,7 +16242,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16053,7 +16267,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16069,7 +16283,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16129,7 +16343,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16141,7 +16355,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16421,7 +16635,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16435,16 +16649,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16469,6 +16683,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16586,9 +16805,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16602,11 +16821,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16721,7 +16940,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16736,7 +16955,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17320,10 +17539,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17466,7 +17685,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17525,7 +17744,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17534,7 +17753,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17550,27 +17769,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17633,7 +17873,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17660,7 +17900,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17717,15 +17957,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17735,22 +17974,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17762,9 +18005,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17774,7 +18018,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17854,10 +18098,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18238,6 +18484,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18249,6 +18496,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18298,7 +18546,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18369,12 +18617,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18445,12 +18693,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18468,7 +18719,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18476,7 +18727,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18486,7 +18737,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18578,7 +18829,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18885,6 +19136,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19768,11 +20029,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19784,14 +20045,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19803,13 +20064,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20085,13 +20346,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20109,9 +20370,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20206,12 +20468,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20231,6 +20493,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20238,11 +20501,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20290,24 +20556,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20331,7 +20597,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20380,7 +20646,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20441,11 +20707,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20462,10 +20728,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20736,6 +21002,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20774,7 +21048,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20786,6 +21060,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21063,22 +21338,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21211,7 +21496,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21254,7 +21539,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21466,6 +21751,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21521,7 +21808,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21552,11 +21839,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21577,35 +21864,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21761,7 +22048,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21786,7 +22073,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21802,7 +22089,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21862,7 +22149,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21874,7 +22161,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22154,7 +22441,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22168,16 +22455,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22202,6 +22489,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22319,9 +22611,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22335,11 +22627,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22454,7 +22746,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22469,7 +22761,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22564,10 +22856,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22710,7 +23002,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22769,7 +23061,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22778,7 +23070,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22794,27 +23086,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22877,7 +23190,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22904,7 +23217,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22961,15 +23274,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22979,22 +23291,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -23006,9 +23322,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -23018,7 +23335,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23098,10 +23415,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23482,6 +23801,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23493,6 +23813,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23542,7 +23863,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23613,12 +23934,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23689,12 +24010,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23712,7 +24036,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23720,7 +24044,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23730,7 +24054,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23822,7 +24146,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24129,6 +24453,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -25012,11 +25346,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25028,14 +25362,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25047,13 +25381,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25329,13 +25663,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25353,9 +25687,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25450,12 +25785,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25475,6 +25810,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25482,11 +25818,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25534,24 +25873,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25575,7 +25914,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25624,7 +25963,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25685,11 +26024,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25706,10 +26045,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25980,6 +26319,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -26018,7 +26365,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26030,6 +26377,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26307,22 +26655,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26455,7 +26813,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26498,7 +26856,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26710,6 +27068,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26765,7 +27125,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26796,11 +27156,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26821,35 +27181,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -27005,7 +27365,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27030,7 +27390,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27046,7 +27406,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27106,7 +27466,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27118,7 +27478,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27398,7 +27758,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27412,16 +27772,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27446,6 +27806,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27563,9 +27928,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27579,11 +27944,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27698,7 +28063,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27713,7 +28078,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27736,10 +28101,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27873,7 +28238,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27932,7 +28297,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27941,7 +28306,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27957,27 +28322,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28040,7 +28426,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28067,7 +28453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28124,15 +28510,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28142,22 +28527,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28169,9 +28558,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28181,7 +28571,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28261,10 +28651,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28645,6 +29037,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28656,6 +29049,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28705,7 +29099,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28776,12 +29170,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28852,12 +29246,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28875,7 +29272,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28883,7 +29280,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28893,7 +29290,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28985,7 +29382,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29228,6 +29625,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30121,11 +30528,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30137,14 +30544,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30156,13 +30563,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30438,13 +30845,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30462,9 +30869,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30559,12 +30967,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30584,6 +30992,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30591,11 +31000,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30643,24 +31055,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30684,7 +31096,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30733,7 +31145,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30794,11 +31206,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30815,10 +31227,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31089,6 +31501,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31127,7 +31547,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31139,6 +31559,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31416,22 +31837,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31564,7 +31995,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31607,7 +32038,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31819,6 +32250,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31874,7 +32307,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31905,11 +32338,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31930,35 +32363,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32114,7 +32547,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32139,7 +32572,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32155,7 +32588,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32215,7 +32648,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32227,7 +32660,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32507,7 +32940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32521,16 +32954,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32555,6 +32988,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32672,9 +33110,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32688,11 +33126,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32807,7 +33245,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32822,7 +33260,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32960,6 +33398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemAnalytic.md index c72b2334db55b..24ca4166c2a74 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemAnalytic --- @@ -636,10 +636,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -773,7 +773,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -832,7 +832,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -841,7 +841,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -857,27 +857,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -940,7 +961,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -967,7 +988,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1024,15 +1045,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1042,22 +1062,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1069,9 +1093,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1081,7 +1106,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1161,10 +1186,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1545,6 +1572,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1556,6 +1584,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1605,7 +1634,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1676,12 +1705,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1752,12 +1781,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1775,7 +1807,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1783,7 +1815,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1793,7 +1825,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -1885,7 +1917,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2416,11 +2448,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2432,14 +2464,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2451,13 +2483,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2716,6 +2748,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2786,13 +2828,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -2810,9 +2852,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -2907,12 +2950,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -2932,6 +2975,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -2939,11 +2983,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -2991,24 +3038,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3032,7 +3079,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3081,7 +3128,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3142,11 +3189,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3163,10 +3210,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3437,6 +3484,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3475,7 +3530,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3487,6 +3542,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3774,22 +3830,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -3922,7 +3988,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -3965,7 +4031,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4177,6 +4243,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4232,7 +4300,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4263,11 +4331,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4288,35 +4356,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4472,7 +4540,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4497,7 +4565,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4513,7 +4581,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4573,7 +4641,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4585,7 +4653,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -4865,7 +4933,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -4879,16 +4947,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4913,6 +4981,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5030,9 +5103,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5046,11 +5119,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5165,7 +5238,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5180,7 +5253,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5800,10 +5873,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -5937,7 +6010,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -5996,7 +6069,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6005,7 +6078,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6021,27 +6094,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6104,7 +6198,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6131,7 +6225,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6188,15 +6282,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6206,22 +6299,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6233,9 +6330,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6245,7 +6343,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6325,10 +6423,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6709,6 +6809,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6720,6 +6821,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6769,7 +6871,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6840,12 +6942,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6916,12 +7018,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -6939,7 +7044,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -6947,7 +7052,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -6957,7 +7062,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7049,7 +7154,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7574,11 +7679,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7590,14 +7695,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7609,13 +7714,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -7874,6 +7979,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -7944,13 +8059,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -7968,9 +8083,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8065,12 +8181,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8090,6 +8206,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8097,11 +8214,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8149,24 +8269,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8190,7 +8310,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8239,7 +8359,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8300,11 +8420,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8321,10 +8441,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8595,6 +8715,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8633,7 +8761,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8645,6 +8773,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -8932,22 +9061,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9080,7 +9219,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9123,7 +9262,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9335,6 +9474,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9390,7 +9531,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9421,11 +9562,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9446,35 +9587,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9630,7 +9771,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9655,7 +9796,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9671,7 +9812,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9731,7 +9872,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9743,7 +9884,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10023,7 +10164,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10037,16 +10178,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10071,6 +10212,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10188,9 +10334,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10204,11 +10350,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10323,7 +10469,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10338,7 +10484,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -10981,10 +11127,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11118,7 +11264,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11177,7 +11323,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11186,7 +11332,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11202,27 +11348,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11285,7 +11452,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11312,7 +11479,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11369,15 +11536,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11387,22 +11553,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11414,9 +11584,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11426,7 +11597,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11506,10 +11677,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -11890,6 +12063,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -11901,6 +12075,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -11950,7 +12125,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12021,12 +12196,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12097,12 +12272,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12120,7 +12298,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12128,7 +12306,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12138,7 +12316,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12230,7 +12408,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12761,11 +12939,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -12777,14 +12955,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -12796,13 +12974,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13061,6 +13239,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13131,13 +13319,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -13155,9 +13343,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -13252,12 +13441,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -13277,6 +13466,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -13284,11 +13474,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -13336,24 +13529,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13377,7 +13570,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13426,7 +13619,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13487,11 +13680,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -13508,10 +13701,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -13782,6 +13975,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -13820,7 +14021,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -13832,6 +14033,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14119,22 +14321,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14267,7 +14479,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14310,7 +14522,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -14522,6 +14734,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -14577,7 +14791,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -14608,11 +14822,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -14633,35 +14847,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -14817,7 +15031,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -14842,7 +15056,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -14858,7 +15072,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -14918,7 +15132,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -14930,7 +15144,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15210,7 +15424,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15224,16 +15438,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15258,6 +15472,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15375,9 +15594,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15391,11 +15610,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -15510,7 +15729,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -15525,7 +15744,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16141,10 +16360,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16278,7 +16497,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16337,7 +16556,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16346,7 +16565,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16362,27 +16581,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16445,7 +16685,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16472,7 +16712,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16529,15 +16769,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16547,22 +16786,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16574,9 +16817,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -16586,7 +16830,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -16666,10 +16910,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17050,6 +17296,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17061,6 +17308,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17110,7 +17358,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17181,12 +17429,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17257,12 +17505,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17280,7 +17531,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17288,7 +17539,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17298,7 +17549,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17390,7 +17641,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -17921,11 +18172,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -17937,14 +18188,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -17956,13 +18207,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18221,6 +18472,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18291,13 +18552,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18315,9 +18576,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18412,12 +18674,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18437,6 +18699,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18444,11 +18707,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18496,24 +18762,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18537,7 +18803,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18586,7 +18852,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18647,11 +18913,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -18668,10 +18934,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18942,6 +19208,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -18980,7 +19254,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -18992,6 +19266,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19279,22 +19554,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19427,7 +19712,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19470,7 +19755,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -19682,6 +19967,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19737,7 +20024,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -19768,11 +20055,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -19793,35 +20080,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -19977,7 +20264,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20002,7 +20289,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20018,7 +20305,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20078,7 +20365,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20090,7 +20377,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20370,7 +20657,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20384,16 +20671,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20418,6 +20705,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20535,9 +20827,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20551,11 +20843,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -20670,7 +20962,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -20685,7 +20977,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemAnalyticItemActivityStat.md index 148e5d0be8718..afad2fcc50918 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemAnalyticItemActivityStat --- @@ -861,10 +861,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -998,7 +998,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1057,7 +1057,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1066,7 +1066,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1082,27 +1082,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1165,7 +1186,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1192,7 +1213,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1249,15 +1270,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1267,22 +1287,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1294,9 +1318,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1306,7 +1331,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1386,10 +1411,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1770,6 +1797,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1781,6 +1809,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1830,7 +1859,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1901,12 +1930,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1977,12 +2006,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2000,7 +2032,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2008,7 +2040,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2018,7 +2050,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2110,7 +2142,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2664,11 +2696,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2680,14 +2712,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2699,13 +2731,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2964,6 +2996,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3034,13 +3076,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3058,9 +3100,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3155,12 +3198,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3180,6 +3223,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3187,11 +3231,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3239,24 +3286,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3280,7 +3327,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3329,7 +3376,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3390,11 +3437,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3411,10 +3458,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3685,6 +3732,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3723,7 +3778,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3735,6 +3790,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4022,22 +4078,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4170,7 +4236,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4213,7 +4279,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4425,6 +4491,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4480,7 +4548,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4511,11 +4579,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4536,35 +4604,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4720,7 +4788,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4745,7 +4813,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4761,7 +4829,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4821,7 +4889,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4833,7 +4901,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5113,7 +5181,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5127,16 +5195,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5161,6 +5229,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5278,9 +5351,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5294,11 +5367,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5413,7 +5486,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5428,7 +5501,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6031,10 +6104,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6168,7 +6241,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6227,7 +6300,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6236,7 +6309,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6252,27 +6325,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6335,7 +6429,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6362,7 +6456,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6419,15 +6513,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6437,22 +6530,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6464,9 +6561,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6476,7 +6574,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6556,10 +6654,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6940,6 +7040,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6951,6 +7052,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7000,7 +7102,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7071,12 +7173,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7147,12 +7249,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7170,7 +7275,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7178,7 +7283,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7188,7 +7293,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7280,7 +7385,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7811,11 +7916,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7827,14 +7932,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7846,13 +7951,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8111,6 +8216,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8181,13 +8296,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8205,9 +8320,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8302,12 +8418,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8327,6 +8443,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8334,11 +8451,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8386,24 +8506,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8427,7 +8547,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8476,7 +8596,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8537,11 +8657,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8558,10 +8678,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8832,6 +8952,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8870,7 +8998,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8882,6 +9010,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9169,22 +9298,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9317,7 +9456,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9360,7 +9499,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9572,6 +9711,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9627,7 +9768,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9658,11 +9799,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9683,35 +9824,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9867,7 +10008,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9892,7 +10033,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9908,7 +10049,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9968,7 +10109,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9980,7 +10121,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10260,7 +10401,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10274,16 +10415,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10308,6 +10449,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10425,9 +10571,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10441,11 +10587,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10560,7 +10706,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10575,7 +10721,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemCreatedByUserMailboxSetting.md index 1da184d100b47..69e24642ddca9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemLastModifiedByUserMailboxSetting.md index 0a058b0e5c062..f6888639e7063 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItem.md index 5fee54cbadf69..196e1feabd1d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemListItem --- @@ -1100,10 +1100,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1237,7 +1237,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1296,7 +1296,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1305,7 +1305,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1321,27 +1321,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1404,7 +1425,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1431,7 +1452,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1488,15 +1509,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1506,22 +1526,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1533,9 +1557,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1545,7 +1570,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1625,10 +1650,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2009,6 +2036,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2020,6 +2048,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2069,7 +2098,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2140,12 +2169,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2216,12 +2245,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2239,7 +2271,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2247,7 +2279,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2257,7 +2289,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2349,7 +2381,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2874,11 +2906,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2890,14 +2922,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2909,13 +2941,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3174,6 +3206,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3244,13 +3286,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3268,9 +3310,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3365,12 +3408,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3390,6 +3433,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3397,11 +3441,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3449,24 +3496,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3490,7 +3537,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3539,7 +3586,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3600,11 +3647,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3621,10 +3668,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3895,6 +3942,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3933,7 +3988,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3945,6 +4000,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4232,22 +4288,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4380,7 +4446,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4423,7 +4489,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4635,6 +4701,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4690,7 +4758,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4721,11 +4789,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4746,35 +4814,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4930,7 +4998,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4955,7 +5023,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4971,7 +5039,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5031,7 +5099,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5043,7 +5111,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5323,7 +5391,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5337,16 +5405,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5371,6 +5439,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5488,9 +5561,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5504,11 +5577,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5623,7 +5696,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5638,7 +5711,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6238,10 +6311,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6375,7 +6448,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6434,7 +6507,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6443,7 +6516,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6459,27 +6532,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6542,7 +6636,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6569,7 +6663,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6626,15 +6720,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6644,22 +6737,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6671,9 +6768,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6683,7 +6781,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6763,10 +6861,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7147,6 +7247,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7158,6 +7259,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7207,7 +7309,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7278,12 +7380,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7354,12 +7456,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7377,7 +7482,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7385,7 +7490,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7395,7 +7500,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7487,7 +7592,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7730,6 +7835,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8623,11 +8738,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8639,14 +8754,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8658,13 +8773,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8940,13 +9055,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8964,9 +9079,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9061,12 +9177,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9086,6 +9202,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9093,11 +9210,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9145,24 +9265,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9186,7 +9306,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9235,7 +9355,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9296,11 +9416,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9317,10 +9437,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9591,6 +9711,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9629,7 +9757,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9641,6 +9769,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9918,22 +10047,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10066,7 +10205,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10109,7 +10248,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10321,6 +10460,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10376,7 +10517,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10407,11 +10548,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10432,35 +10573,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10616,7 +10757,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10641,7 +10782,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10657,7 +10798,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10717,7 +10858,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10729,7 +10870,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11009,7 +11150,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11023,16 +11164,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11057,6 +11198,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11174,9 +11320,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11190,11 +11336,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11309,7 +11455,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11324,7 +11470,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11402,10 +11548,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11548,7 +11694,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11607,7 +11753,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11616,7 +11762,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11632,27 +11778,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11715,7 +11882,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11742,7 +11909,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11799,15 +11966,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11817,22 +11983,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11844,9 +12014,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11856,7 +12027,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11936,10 +12107,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12320,6 +12493,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12331,6 +12505,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12380,7 +12555,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12451,12 +12626,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12527,12 +12702,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12550,7 +12728,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12558,7 +12736,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12568,7 +12746,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12660,7 +12838,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12967,6 +13145,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13850,11 +14038,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13866,14 +14054,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13885,13 +14073,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14167,13 +14355,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14191,9 +14379,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14288,12 +14477,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14313,6 +14502,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14320,11 +14510,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14372,24 +14565,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14413,7 +14606,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14462,7 +14655,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14523,11 +14716,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14544,10 +14737,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14818,6 +15011,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14856,7 +15057,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14868,6 +15069,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15145,22 +15347,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15293,7 +15505,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15336,7 +15548,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15548,6 +15760,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15603,7 +15817,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15634,11 +15848,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15659,35 +15873,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15843,7 +16057,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15868,7 +16082,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15884,7 +16098,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15944,7 +16158,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15956,7 +16170,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16236,7 +16450,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16250,16 +16464,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16284,6 +16498,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16401,9 +16620,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16417,11 +16636,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16536,7 +16755,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16551,7 +16770,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16615,10 +16834,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16752,7 +16971,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16811,7 +17030,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16820,7 +17039,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16836,27 +17055,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16919,7 +17159,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16946,7 +17186,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17003,15 +17243,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17021,22 +17260,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17048,9 +17291,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17060,7 +17304,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17140,10 +17384,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17524,6 +17770,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17535,6 +17782,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17584,7 +17832,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17655,12 +17903,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17731,12 +17979,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17754,7 +18005,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17762,7 +18013,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17772,7 +18023,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17864,7 +18115,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18426,11 +18677,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18442,14 +18693,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18461,13 +18712,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18726,6 +18977,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18796,13 +19057,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18820,9 +19081,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18917,12 +19179,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18942,6 +19204,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18949,11 +19212,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19001,24 +19267,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19042,7 +19308,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19091,7 +19357,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19152,11 +19418,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19173,10 +19439,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19447,6 +19713,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19485,7 +19759,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19497,6 +19771,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19784,22 +20059,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19932,7 +20217,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19975,7 +20260,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20187,6 +20472,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20242,7 +20529,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20273,11 +20560,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20298,35 +20585,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20482,7 +20769,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20507,7 +20794,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20523,7 +20810,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20583,7 +20870,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20595,7 +20882,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20875,7 +21162,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20889,16 +21176,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20923,6 +21210,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21040,9 +21332,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21056,11 +21348,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21175,7 +21467,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21190,7 +21482,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21800,10 +22092,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21946,7 +22238,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22005,7 +22297,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22014,7 +22306,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22030,27 +22322,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22113,7 +22426,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22140,7 +22453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22197,15 +22510,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22215,22 +22527,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22242,9 +22558,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22254,7 +22571,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22334,10 +22651,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22718,6 +23037,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22729,6 +23049,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22778,7 +23099,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22849,12 +23170,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22925,12 +23246,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22948,7 +23272,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22956,7 +23280,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22966,7 +23290,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23058,7 +23382,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23365,6 +23689,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24248,11 +24582,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24264,14 +24598,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24283,13 +24617,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24565,13 +24899,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24589,9 +24923,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24686,12 +25021,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24711,6 +25046,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24718,11 +25054,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24770,24 +25109,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24811,7 +25150,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24860,7 +25199,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24921,11 +25260,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24942,10 +25281,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25216,6 +25555,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25254,7 +25601,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25266,6 +25613,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25543,22 +25891,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25691,7 +26049,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25734,7 +26092,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25946,6 +26304,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26001,7 +26361,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26032,11 +26392,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26057,35 +26417,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26241,7 +26601,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26266,7 +26626,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26282,7 +26642,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26342,7 +26702,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26354,7 +26714,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26634,7 +26994,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26648,16 +27008,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26682,6 +27042,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26799,9 +27164,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26815,11 +27180,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26934,7 +27299,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26949,7 +27314,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting.md index 26360b23866f8..3af667d9d14e9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemDocumentSetVersion.md index a65ed62c13dfe..474030d746bd8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemDocumentSetVersionField.md index 49d850f33bcb3..cc14271f9476a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemField.md index fdb875c8b77d7..8ec9e1e63c685 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting.md index 57c5a768a15aa..f2bdc0790caa6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemlistitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemVersion.md index bf0cf8aefed91..012b39135a0b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemVersionField.md index 8fa5a74f73fca..a4e6c189b4f63 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemPermission.md index 290080eced6f2..d618ee31f167e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitempermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemPermission --- @@ -889,6 +889,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -988,6 +998,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -1008,6 +1028,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemRetentionLabel.md index 7bfa4f7935447..04322b7e2d28f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemSubscription.md index efc725711b9fe..71f31bca42747 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemThumbnail.md index e799017eaf71b..f036f01096d8a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemVersion.md index e71a36a6a3016..9b8733d76e6e7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveLastModifiedByUserMailboxSetting.md index 633b4695e744a..632b2fcbfd32b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveList.md index f80d80a60ed06..482aee7958019 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveList --- @@ -1106,10 +1106,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1243,7 +1243,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1302,7 +1302,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1311,7 +1311,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1327,27 +1327,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1410,7 +1431,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1437,7 +1458,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1494,15 +1515,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1512,22 +1532,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1539,9 +1563,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1551,7 +1576,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1631,10 +1656,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2015,6 +2042,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2026,6 +2054,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2075,7 +2104,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2146,12 +2175,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2222,12 +2251,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2245,7 +2277,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2253,7 +2285,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2263,7 +2295,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2355,7 +2387,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2662,6 +2694,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3282,11 +3324,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3298,14 +3340,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3317,13 +3359,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3827,13 +3869,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3851,9 +3893,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3948,12 +3991,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3973,6 +4016,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3980,11 +4024,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4032,24 +4079,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4073,7 +4120,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4122,7 +4169,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4183,11 +4230,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4204,10 +4251,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4478,6 +4525,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4516,7 +4571,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4528,6 +4583,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4805,22 +4861,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4953,7 +5019,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4996,7 +5062,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5208,6 +5274,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5263,7 +5331,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5294,11 +5362,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5319,35 +5387,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5503,7 +5571,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5528,7 +5596,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5544,7 +5612,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5604,7 +5672,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5616,7 +5684,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5896,7 +5964,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5910,16 +5978,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5944,6 +6012,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6061,9 +6134,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6077,11 +6150,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6196,7 +6269,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6211,7 +6284,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6658,10 +6731,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6804,7 +6877,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6863,7 +6936,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6872,7 +6945,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6888,27 +6961,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6971,7 +7065,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6998,7 +7092,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7055,15 +7149,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7073,22 +7166,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7100,9 +7197,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7112,7 +7210,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7192,10 +7290,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7576,6 +7676,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7587,6 +7688,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7636,7 +7738,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7707,12 +7809,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7783,12 +7885,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7806,7 +7911,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7814,7 +7919,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7824,7 +7929,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7916,7 +8021,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8223,6 +8328,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9106,11 +9221,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -9122,14 +9237,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -9141,13 +9256,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9423,13 +9538,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9447,9 +9562,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9544,12 +9660,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9569,6 +9685,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9576,11 +9693,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9628,24 +9748,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9669,7 +9789,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9718,7 +9838,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9779,11 +9899,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9800,10 +9920,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -10074,6 +10194,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -10112,7 +10240,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -10124,6 +10252,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10401,22 +10530,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10549,7 +10688,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10592,7 +10731,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10804,6 +10943,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10859,7 +11000,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10890,11 +11031,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10915,35 +11056,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -11099,7 +11240,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -11124,7 +11265,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -11140,7 +11281,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -11200,7 +11341,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -11212,7 +11353,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11492,7 +11633,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11506,16 +11647,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11540,6 +11681,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11657,9 +11803,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11673,11 +11819,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11792,7 +11938,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11807,7 +11953,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11830,10 +11976,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11967,7 +12113,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12026,7 +12172,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12035,7 +12181,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12051,27 +12197,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12134,7 +12301,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12161,7 +12328,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12218,15 +12385,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12236,22 +12402,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12263,9 +12433,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12275,7 +12446,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12355,10 +12526,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12739,6 +12912,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12750,6 +12924,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12799,7 +12974,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12870,12 +13045,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12946,12 +13121,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12969,7 +13147,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12977,7 +13155,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12987,7 +13165,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13079,7 +13257,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13129,11 +13307,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13145,14 +13323,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13164,13 +13342,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13444,6 +13622,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14530,13 +14718,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14554,9 +14742,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14651,12 +14840,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14676,6 +14865,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14683,11 +14873,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14735,24 +14928,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14776,7 +14969,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14825,7 +15018,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14886,11 +15079,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14907,10 +15100,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15181,6 +15374,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15219,7 +15420,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15231,6 +15432,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15508,22 +15710,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15656,7 +15868,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15699,7 +15911,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15911,6 +16123,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15966,7 +16180,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15997,11 +16211,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -16022,35 +16236,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16206,7 +16420,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16231,7 +16445,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16247,7 +16461,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16307,7 +16521,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16319,7 +16533,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16599,7 +16813,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16613,16 +16827,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16647,6 +16861,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16764,9 +16983,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16780,11 +16999,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16899,7 +17118,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16914,7 +17133,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17015,10 +17234,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17152,7 +17371,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17211,7 +17430,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17220,7 +17439,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17236,27 +17455,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17319,7 +17559,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17346,7 +17586,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17403,15 +17643,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17421,22 +17660,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17448,9 +17691,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17460,7 +17704,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17540,10 +17784,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17924,6 +18170,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17935,6 +18182,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17984,7 +18232,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18055,12 +18303,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18131,12 +18379,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18154,7 +18405,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18162,7 +18413,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18172,7 +18423,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18264,7 +18515,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18507,6 +18758,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19400,11 +19661,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19416,14 +19677,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19435,13 +19696,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -19717,13 +19978,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -19741,9 +20002,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -19838,12 +20100,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -19863,6 +20125,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -19870,11 +20133,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19922,24 +20188,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19963,7 +20229,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20012,7 +20278,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20073,11 +20339,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20094,10 +20360,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20368,6 +20634,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20406,7 +20680,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20418,6 +20692,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -20695,22 +20970,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -20843,7 +21128,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -20886,7 +21171,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21098,6 +21383,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21153,7 +21440,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21184,11 +21471,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21209,35 +21496,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21393,7 +21680,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21418,7 +21705,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21434,7 +21721,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21494,7 +21781,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21506,7 +21793,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21786,7 +22073,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -21800,16 +22087,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21834,6 +22121,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21951,9 +22243,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21967,11 +22259,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22086,7 +22378,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22101,7 +22393,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -22174,10 +22466,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22320,7 +22612,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22379,7 +22671,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22388,7 +22680,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22404,27 +22696,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22487,7 +22800,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22514,7 +22827,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22571,15 +22884,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22589,22 +22901,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22616,9 +22932,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22628,7 +22945,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22708,10 +23025,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23092,6 +23411,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23103,6 +23423,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23152,7 +23473,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23223,12 +23544,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23299,12 +23620,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23322,7 +23646,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23330,7 +23654,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23340,7 +23664,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23432,7 +23756,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23739,6 +24063,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24622,11 +24956,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24638,14 +24972,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24657,13 +24991,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24939,13 +25273,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24963,9 +25297,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25060,12 +25395,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25085,6 +25420,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25092,11 +25428,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25144,24 +25483,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25185,7 +25524,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25234,7 +25573,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25295,11 +25634,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25316,10 +25655,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25590,6 +25929,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25628,7 +25975,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25640,6 +25987,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25917,22 +26265,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26065,7 +26423,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26108,7 +26466,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26320,6 +26678,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26375,7 +26735,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26406,11 +26766,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26431,35 +26791,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26615,7 +26975,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26640,7 +27000,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26656,7 +27016,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26716,7 +27076,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26728,7 +27088,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27008,7 +27368,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27022,16 +27382,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27056,6 +27416,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27173,9 +27538,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27189,11 +27554,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27308,7 +27673,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27323,7 +27688,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListColumn.md index ba3a27a6fcab5..1e105986ce975 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentType.md index d79d2e2b88034..a6d20f510d79a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentTypeColumn.md index 53b5b74ca63c5..14f9cf3477690 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentTypeColumnLink.md index 159d18972d4d0..7f1d59e727201 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListCreatedByUserMailboxSetting.md index b1357bbb35ebb..906357c007447 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItem.md index 7b4a60be1ede3..d79bcbf5d28e8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListItem --- @@ -1100,10 +1100,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1237,7 +1237,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1296,7 +1296,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1305,7 +1305,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1321,27 +1321,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1404,7 +1425,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1431,7 +1452,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1488,15 +1509,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1506,22 +1526,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1533,9 +1557,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1545,7 +1570,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1625,10 +1650,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2009,6 +2036,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2020,6 +2048,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2069,7 +2098,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2140,12 +2169,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2216,12 +2245,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2239,7 +2271,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2247,7 +2279,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2257,7 +2289,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2349,7 +2381,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2874,11 +2906,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2890,14 +2922,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2909,13 +2941,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3174,6 +3206,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3244,13 +3286,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3268,9 +3310,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3365,12 +3408,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3390,6 +3433,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3397,11 +3441,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3449,24 +3496,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3490,7 +3537,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3539,7 +3586,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3600,11 +3647,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3621,10 +3668,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3895,6 +3942,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3933,7 +3988,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3945,6 +4000,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4232,22 +4288,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4380,7 +4446,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4423,7 +4489,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4635,6 +4701,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4690,7 +4758,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4721,11 +4789,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4746,35 +4814,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4930,7 +4998,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4955,7 +5023,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4971,7 +5039,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5031,7 +5099,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5043,7 +5111,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5323,7 +5391,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5337,16 +5405,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5371,6 +5439,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5488,9 +5561,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5504,11 +5577,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5623,7 +5696,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5638,7 +5711,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6238,10 +6311,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6375,7 +6448,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6434,7 +6507,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6443,7 +6516,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6459,27 +6532,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6542,7 +6636,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6569,7 +6663,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6626,15 +6720,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6644,22 +6737,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6671,9 +6768,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6683,7 +6781,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6763,10 +6861,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7147,6 +7247,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7158,6 +7259,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7207,7 +7309,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7278,12 +7380,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7354,12 +7456,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7377,7 +7482,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7385,7 +7490,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7395,7 +7500,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7487,7 +7592,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7730,6 +7835,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8623,11 +8738,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8639,14 +8754,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8658,13 +8773,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8940,13 +9055,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8964,9 +9079,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9061,12 +9177,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9086,6 +9202,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9093,11 +9210,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9145,24 +9265,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9186,7 +9306,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9235,7 +9355,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9296,11 +9416,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9317,10 +9437,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9591,6 +9711,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9629,7 +9757,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9641,6 +9769,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9918,22 +10047,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10066,7 +10205,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10109,7 +10248,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10321,6 +10460,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10376,7 +10517,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10407,11 +10548,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10432,35 +10573,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10616,7 +10757,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10641,7 +10782,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10657,7 +10798,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10717,7 +10858,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10729,7 +10870,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11009,7 +11150,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11023,16 +11164,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11057,6 +11198,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11174,9 +11320,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11190,11 +11336,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11309,7 +11455,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11324,7 +11470,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11402,10 +11548,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11548,7 +11694,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11607,7 +11753,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11616,7 +11762,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11632,27 +11778,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11715,7 +11882,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11742,7 +11909,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11799,15 +11966,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11817,22 +11983,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11844,9 +12014,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11856,7 +12027,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11936,10 +12107,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12320,6 +12493,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12331,6 +12505,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12380,7 +12555,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12451,12 +12626,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12527,12 +12702,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12550,7 +12728,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12558,7 +12736,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12568,7 +12746,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12660,7 +12838,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12967,6 +13145,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13850,11 +14038,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13866,14 +14054,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13885,13 +14073,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14167,13 +14355,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14191,9 +14379,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14288,12 +14477,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14313,6 +14502,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14320,11 +14510,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14372,24 +14565,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14413,7 +14606,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14462,7 +14655,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14523,11 +14716,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14544,10 +14737,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14818,6 +15011,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14856,7 +15057,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14868,6 +15069,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15145,22 +15347,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15293,7 +15505,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15336,7 +15548,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15548,6 +15760,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15603,7 +15817,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15634,11 +15848,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15659,35 +15873,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15843,7 +16057,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15868,7 +16082,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15884,7 +16098,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15944,7 +16158,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15956,7 +16170,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16236,7 +16450,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16250,16 +16464,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16284,6 +16498,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16401,9 +16620,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16417,11 +16636,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16536,7 +16755,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16551,7 +16770,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16615,10 +16834,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16752,7 +16971,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16811,7 +17030,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16820,7 +17039,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16836,27 +17055,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16919,7 +17159,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16946,7 +17186,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17003,15 +17243,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17021,22 +17260,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17048,9 +17291,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17060,7 +17304,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17140,10 +17384,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17524,6 +17770,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17535,6 +17782,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17584,7 +17832,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17655,12 +17903,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17731,12 +17979,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17754,7 +18005,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17762,7 +18013,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17772,7 +18023,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17864,7 +18115,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18426,11 +18677,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18442,14 +18693,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18461,13 +18712,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18726,6 +18977,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18796,13 +19057,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18820,9 +19081,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18917,12 +19179,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18942,6 +19204,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18949,11 +19212,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19001,24 +19267,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19042,7 +19308,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19091,7 +19357,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19152,11 +19418,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19173,10 +19439,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19447,6 +19713,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19485,7 +19759,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19497,6 +19771,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19784,22 +20059,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19932,7 +20217,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19975,7 +20260,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20187,6 +20472,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20242,7 +20529,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20273,11 +20560,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20298,35 +20585,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20482,7 +20769,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20507,7 +20794,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20523,7 +20810,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20583,7 +20870,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20595,7 +20882,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20875,7 +21162,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20889,16 +21176,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20923,6 +21210,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21040,9 +21332,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21056,11 +21348,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21175,7 +21467,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21190,7 +21482,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21800,10 +22092,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21946,7 +22238,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22005,7 +22297,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22014,7 +22306,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22030,27 +22322,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22113,7 +22426,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22140,7 +22453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22197,15 +22510,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22215,22 +22527,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22242,9 +22558,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22254,7 +22571,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22334,10 +22651,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22718,6 +23037,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22729,6 +23049,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22778,7 +23099,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22849,12 +23170,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22925,12 +23246,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22948,7 +23272,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22956,7 +23280,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22966,7 +23290,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23058,7 +23382,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23365,6 +23689,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24248,11 +24582,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24264,14 +24598,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24283,13 +24617,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24565,13 +24899,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24589,9 +24923,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24686,12 +25021,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24711,6 +25046,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24718,11 +25054,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24770,24 +25109,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24811,7 +25150,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24860,7 +25199,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24921,11 +25260,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24942,10 +25281,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25216,6 +25555,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25254,7 +25601,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25266,6 +25613,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25543,22 +25891,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25691,7 +26049,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25734,7 +26092,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25946,6 +26304,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26001,7 +26361,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26032,11 +26392,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26057,35 +26417,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26241,7 +26601,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26266,7 +26626,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26282,7 +26642,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26342,7 +26702,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26354,7 +26714,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26634,7 +26994,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26648,16 +27008,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26682,6 +27042,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26799,9 +27164,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26815,11 +27180,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26934,7 +27299,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26949,7 +27314,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemCreatedByUserMailboxSetting.md index 5f33c5d8c362e..bd3c9ef6b9776 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemDocumentSetVersion.md index 6a9130181ac36..ffa2387ecbc78 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemDocumentSetVersionField.md index 78b7c3bea552a..8ecdb3ed1cced 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemField.md index 0f35e92e85c00..87358db54fe78 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting.md index 590342be93d76..d8e4d0fe6c134 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemVersion.md index 21484b4ba6c87..377bdffd40179 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemVersionField.md index b8c54620cb5ed..0f2796ffd430e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListLastModifiedByUserMailboxSetting.md index eef0c0675581b..fd8e051711e58 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListOperation.md index a933d0c31cef8..a9e79f7f119cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListSubscription.md index e026ce6e348d8..91e3c8b629cd6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdrivelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRoot.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRoot.md index 52d82252ec1b8..0a1f438a01ea7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRoot.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRoot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriveroot Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRoot --- @@ -1807,10 +1807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1944,7 +1944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2003,7 +2003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2012,7 +2012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2028,27 +2028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2111,7 +2132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2138,7 +2159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2195,15 +2216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2213,22 +2233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2240,9 +2264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2252,7 +2277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2332,10 +2357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2716,6 +2743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2727,6 +2755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2776,7 +2805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2847,12 +2876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2923,12 +2952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2946,7 +2978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2954,7 +2986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2964,7 +2996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3056,7 +3088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3581,11 +3613,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3597,14 +3629,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3616,13 +3648,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3881,6 +3913,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3951,13 +3993,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3975,9 +4017,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4072,12 +4115,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4097,6 +4140,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4104,11 +4148,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4156,24 +4203,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4197,7 +4244,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4246,7 +4293,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4307,11 +4354,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4328,10 +4375,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4602,6 +4649,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4640,7 +4695,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4652,6 +4707,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4939,22 +4995,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5087,7 +5153,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5130,7 +5196,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5342,6 +5408,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5397,7 +5465,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5428,11 +5496,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5453,35 +5521,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5637,7 +5705,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5662,7 +5730,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5678,7 +5746,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5738,7 +5806,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5750,7 +5818,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6030,7 +6098,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6044,16 +6112,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6078,6 +6146,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6195,9 +6268,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6211,11 +6284,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6330,7 +6403,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6345,7 +6418,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6964,10 +7037,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7101,7 +7174,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7160,7 +7233,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7169,7 +7242,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7185,27 +7258,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7268,7 +7362,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7295,7 +7389,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7352,15 +7446,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7370,22 +7463,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7397,9 +7494,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7409,7 +7507,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7489,10 +7587,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7873,6 +7973,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7884,6 +7985,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7933,7 +8035,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8004,12 +8106,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8080,12 +8182,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8103,7 +8208,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8111,7 +8216,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8121,7 +8226,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8213,7 +8318,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8775,11 +8880,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8791,14 +8896,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8810,13 +8915,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9075,6 +9180,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9145,13 +9260,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9169,9 +9284,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9266,12 +9382,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9291,6 +9407,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9298,11 +9415,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9350,24 +9470,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9391,7 +9511,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9440,7 +9560,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9501,11 +9621,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9522,10 +9642,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9796,6 +9916,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9834,7 +9962,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9846,6 +9974,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10133,22 +10262,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10281,7 +10420,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10324,7 +10463,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10536,6 +10675,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10591,7 +10732,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10622,11 +10763,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10647,35 +10788,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10831,7 +10972,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10856,7 +10997,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10872,7 +11013,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10932,7 +11073,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10944,7 +11085,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11224,7 +11365,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11238,16 +11379,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11272,6 +11413,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11389,9 +11535,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11405,11 +11551,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11524,7 +11670,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11539,7 +11685,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12133,10 +12279,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12270,7 +12416,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12329,7 +12475,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12338,7 +12484,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12354,27 +12500,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12437,7 +12604,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12464,7 +12631,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12521,15 +12688,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12539,22 +12705,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12566,9 +12736,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12578,7 +12749,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12658,10 +12829,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13042,6 +13215,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13053,6 +13227,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13102,7 +13277,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13173,12 +13348,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13249,12 +13424,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13272,7 +13450,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13280,7 +13458,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13290,7 +13468,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13382,7 +13560,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13944,11 +14122,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13960,14 +14138,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13979,13 +14157,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14244,6 +14422,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14314,13 +14502,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14338,9 +14526,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14435,12 +14624,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14460,6 +14649,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14467,11 +14657,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14519,24 +14712,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14560,7 +14753,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14609,7 +14802,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14670,11 +14863,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14691,10 +14884,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14965,6 +15158,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15003,7 +15204,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15015,6 +15216,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15302,22 +15504,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15450,7 +15662,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15493,7 +15705,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15705,6 +15917,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15760,7 +15974,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15791,11 +16005,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15816,35 +16030,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16000,7 +16214,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16025,7 +16239,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16041,7 +16255,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16101,7 +16315,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16113,7 +16327,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16393,7 +16607,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16407,16 +16621,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16441,6 +16655,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16558,9 +16777,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16574,11 +16793,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16693,7 +16912,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16708,7 +16927,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17292,10 +17511,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17438,7 +17657,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17497,7 +17716,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17506,7 +17725,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17522,27 +17741,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17605,7 +17845,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17632,7 +17872,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17689,15 +17929,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17707,22 +17946,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17734,9 +17977,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17746,7 +17990,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17826,10 +18070,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18210,6 +18456,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18221,6 +18468,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18270,7 +18518,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18341,12 +18589,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18417,12 +18665,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18440,7 +18691,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18448,7 +18699,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18458,7 +18709,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18550,7 +18801,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18857,6 +19108,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19740,11 +20001,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19756,14 +20017,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19775,13 +20036,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20057,13 +20318,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20081,9 +20342,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20178,12 +20440,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20203,6 +20465,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20210,11 +20473,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20262,24 +20528,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20303,7 +20569,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20352,7 +20618,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20413,11 +20679,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20434,10 +20700,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20708,6 +20974,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20746,7 +21020,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20758,6 +21032,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21035,22 +21310,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21183,7 +21468,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21226,7 +21511,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21438,6 +21723,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21493,7 +21780,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21524,11 +21811,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21549,35 +21836,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21733,7 +22020,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21758,7 +22045,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21774,7 +22061,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21834,7 +22121,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21846,7 +22133,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22126,7 +22413,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22140,16 +22427,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22174,6 +22461,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22291,9 +22583,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22307,11 +22599,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22426,7 +22718,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22441,7 +22733,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22536,10 +22828,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22682,7 +22974,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22741,7 +23033,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22750,7 +23042,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22766,27 +23058,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22849,7 +23162,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22876,7 +23189,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22933,15 +23246,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22951,22 +23263,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22978,9 +23294,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22990,7 +23307,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23070,10 +23387,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23454,6 +23773,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23465,6 +23785,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23514,7 +23835,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23585,12 +23906,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23661,12 +23982,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23684,7 +24008,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23692,7 +24016,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23702,7 +24026,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23794,7 +24118,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24101,6 +24425,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24984,11 +25318,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25000,14 +25334,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25019,13 +25353,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25301,13 +25635,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25325,9 +25659,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25422,12 +25757,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25447,6 +25782,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25454,11 +25790,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25506,24 +25845,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25547,7 +25886,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25596,7 +25935,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25657,11 +25996,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25678,10 +26017,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25952,6 +26291,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25990,7 +26337,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26002,6 +26349,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26279,22 +26627,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26427,7 +26785,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26470,7 +26828,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26682,6 +27040,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26737,7 +27097,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26768,11 +27128,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26793,35 +27153,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26977,7 +27337,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27002,7 +27362,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27018,7 +27378,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27078,7 +27438,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27090,7 +27450,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27370,7 +27730,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27384,16 +27744,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27418,6 +27778,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27535,9 +27900,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27551,11 +27916,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27670,7 +28035,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27685,7 +28050,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27708,10 +28073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27845,7 +28210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27904,7 +28269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27913,7 +28278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27929,27 +28294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28012,7 +28398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28039,7 +28425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28096,15 +28482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28114,22 +28499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28141,9 +28530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28153,7 +28543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28233,10 +28623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28617,6 +29009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28628,6 +29021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28677,7 +29071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28748,12 +29142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28824,12 +29218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28847,7 +29244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28855,7 +29252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28865,7 +29262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28957,7 +29354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29200,6 +29597,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30093,11 +30500,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30109,14 +30516,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30128,13 +30535,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30410,13 +30817,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30434,9 +30841,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30531,12 +30939,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30556,6 +30964,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30563,11 +30972,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30615,24 +31027,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30656,7 +31068,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30705,7 +31117,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30766,11 +31178,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30787,10 +31199,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31061,6 +31473,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31099,7 +31519,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31111,6 +31531,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31388,22 +31809,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31536,7 +31967,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31579,7 +32010,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31791,6 +32222,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31846,7 +32279,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31877,11 +32310,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31902,35 +32335,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32086,7 +32519,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32111,7 +32544,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32127,7 +32560,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32187,7 +32620,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32199,7 +32632,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32479,7 +32912,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32493,16 +32926,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32527,6 +32960,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32644,9 +33082,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32660,11 +33098,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32779,7 +33217,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32794,7 +33232,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32932,6 +33370,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootAnalytic.md index 4a4c56374938b..80e959a88f498 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootAnalytic --- @@ -609,10 +609,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -746,7 +746,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -805,7 +805,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -814,7 +814,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -830,27 +830,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -913,7 +934,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -940,7 +961,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -997,15 +1018,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1015,22 +1035,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1042,9 +1066,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1054,7 +1079,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1134,10 +1159,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1518,6 +1545,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1529,6 +1557,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1578,7 +1607,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1649,12 +1678,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1725,12 +1754,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1748,7 +1780,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1756,7 +1788,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1766,7 +1798,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -1858,7 +1890,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2389,11 +2421,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2405,14 +2437,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2424,13 +2456,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2689,6 +2721,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2759,13 +2801,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -2783,9 +2825,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -2880,12 +2923,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -2905,6 +2948,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -2912,11 +2956,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -2964,24 +3011,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3005,7 +3052,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3054,7 +3101,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3115,11 +3162,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3136,10 +3183,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3410,6 +3457,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3448,7 +3503,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3460,6 +3515,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3747,22 +3803,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -3895,7 +3961,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -3938,7 +4004,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4150,6 +4216,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4205,7 +4273,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4236,11 +4304,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4261,35 +4329,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4445,7 +4513,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4470,7 +4538,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4486,7 +4554,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4546,7 +4614,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4558,7 +4626,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -4838,7 +4906,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -4852,16 +4920,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4886,6 +4954,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5003,9 +5076,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5019,11 +5092,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5138,7 +5211,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5153,7 +5226,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5773,10 +5846,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -5910,7 +5983,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -5969,7 +6042,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -5978,7 +6051,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -5994,27 +6067,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6077,7 +6171,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6104,7 +6198,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6161,15 +6255,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6179,22 +6272,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6206,9 +6303,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6218,7 +6316,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6298,10 +6396,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6682,6 +6782,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6693,6 +6794,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6742,7 +6844,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6813,12 +6915,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6889,12 +6991,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -6912,7 +7017,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -6920,7 +7025,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -6930,7 +7035,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7022,7 +7127,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7547,11 +7652,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7563,14 +7668,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7582,13 +7687,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -7847,6 +7952,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -7917,13 +8032,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -7941,9 +8056,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8038,12 +8154,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8063,6 +8179,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8070,11 +8187,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8122,24 +8242,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8163,7 +8283,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8212,7 +8332,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8273,11 +8393,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8294,10 +8414,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8568,6 +8688,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8606,7 +8734,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8618,6 +8746,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -8905,22 +9034,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9053,7 +9192,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9096,7 +9235,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9308,6 +9447,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9363,7 +9504,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9394,11 +9535,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9419,35 +9560,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9603,7 +9744,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9628,7 +9769,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9644,7 +9785,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9704,7 +9845,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9716,7 +9857,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9996,7 +10137,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10010,16 +10151,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10044,6 +10185,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10161,9 +10307,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10177,11 +10323,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10296,7 +10442,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10311,7 +10457,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -10954,10 +11100,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11091,7 +11237,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11150,7 +11296,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11159,7 +11305,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11175,27 +11321,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11258,7 +11425,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11285,7 +11452,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11342,15 +11509,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11360,22 +11526,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11387,9 +11557,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11399,7 +11570,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11479,10 +11650,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -11863,6 +12036,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -11874,6 +12048,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -11923,7 +12098,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -11994,12 +12169,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12070,12 +12245,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12093,7 +12271,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12101,7 +12279,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12111,7 +12289,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12203,7 +12381,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12734,11 +12912,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -12750,14 +12928,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -12769,13 +12947,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13034,6 +13212,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13104,13 +13292,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -13128,9 +13316,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -13225,12 +13414,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -13250,6 +13439,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -13257,11 +13447,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -13309,24 +13502,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13350,7 +13543,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13399,7 +13592,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13460,11 +13653,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -13481,10 +13674,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -13755,6 +13948,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -13793,7 +13994,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -13805,6 +14006,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14092,22 +14294,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14240,7 +14452,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14283,7 +14495,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -14495,6 +14707,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -14550,7 +14764,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -14581,11 +14795,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -14606,35 +14820,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -14790,7 +15004,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -14815,7 +15029,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -14831,7 +15045,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -14891,7 +15105,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -14903,7 +15117,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15183,7 +15397,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15197,16 +15411,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15231,6 +15445,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15348,9 +15567,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15364,11 +15583,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -15483,7 +15702,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -15498,7 +15717,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16114,10 +16333,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16251,7 +16470,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16310,7 +16529,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16319,7 +16538,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16335,27 +16554,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16418,7 +16658,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16445,7 +16685,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16502,15 +16742,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16520,22 +16759,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16547,9 +16790,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -16559,7 +16803,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -16639,10 +16883,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17023,6 +17269,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17034,6 +17281,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17083,7 +17331,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17154,12 +17402,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17230,12 +17478,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17253,7 +17504,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17261,7 +17512,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17271,7 +17522,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17363,7 +17614,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -17894,11 +18145,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -17910,14 +18161,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -17929,13 +18180,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18194,6 +18445,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18264,13 +18525,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18288,9 +18549,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18385,12 +18647,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18410,6 +18672,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18417,11 +18680,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18469,24 +18735,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18510,7 +18776,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18559,7 +18825,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18620,11 +18886,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -18641,10 +18907,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18915,6 +19181,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -18953,7 +19227,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -18965,6 +19239,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19252,22 +19527,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19400,7 +19685,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19443,7 +19728,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -19655,6 +19940,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19710,7 +19997,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -19741,11 +20028,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -19766,35 +20053,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -19950,7 +20237,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -19975,7 +20262,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -19991,7 +20278,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20051,7 +20338,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20063,7 +20350,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20343,7 +20630,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20357,16 +20644,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20391,6 +20678,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20508,9 +20800,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20524,11 +20816,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -20643,7 +20935,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -20658,7 +20950,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootAnalyticItemActivityStat.md index 3d9e0fa2873fa..2188b2eedaa9e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootAnalyticItemActivityStat --- @@ -834,10 +834,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -971,7 +971,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1030,7 +1030,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1039,7 +1039,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1055,27 +1055,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1138,7 +1159,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1165,7 +1186,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1222,15 +1243,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1240,22 +1260,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1267,9 +1291,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1279,7 +1304,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1359,10 +1384,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1743,6 +1770,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1754,6 +1782,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1803,7 +1832,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1874,12 +1903,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1950,12 +1979,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1973,7 +2005,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1981,7 +2013,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1991,7 +2023,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2083,7 +2115,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2637,11 +2669,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2653,14 +2685,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2672,13 +2704,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2937,6 +2969,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3007,13 +3049,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3031,9 +3073,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3128,12 +3171,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3153,6 +3196,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3160,11 +3204,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3212,24 +3259,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3253,7 +3300,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3302,7 +3349,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3363,11 +3410,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3384,10 +3431,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3658,6 +3705,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3696,7 +3751,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3708,6 +3763,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3995,22 +4051,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4143,7 +4209,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4186,7 +4252,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4398,6 +4464,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4453,7 +4521,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4484,11 +4552,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4509,35 +4577,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4693,7 +4761,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4718,7 +4786,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4734,7 +4802,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4794,7 +4862,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4806,7 +4874,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5086,7 +5154,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5100,16 +5168,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5134,6 +5202,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5251,9 +5324,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5267,11 +5340,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5386,7 +5459,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5401,7 +5474,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6004,10 +6077,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6141,7 +6214,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6200,7 +6273,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6209,7 +6282,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6225,27 +6298,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6308,7 +6402,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6335,7 +6429,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6392,15 +6486,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6410,22 +6503,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6437,9 +6534,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6449,7 +6547,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6529,10 +6627,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6913,6 +7013,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6924,6 +7025,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6973,7 +7075,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7044,12 +7146,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7120,12 +7222,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7143,7 +7248,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7151,7 +7256,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7161,7 +7266,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7253,7 +7358,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7784,11 +7889,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7800,14 +7905,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7819,13 +7924,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8084,6 +8189,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8154,13 +8269,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8178,9 +8293,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8275,12 +8391,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8300,6 +8416,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8307,11 +8424,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8359,24 +8479,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8400,7 +8520,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8449,7 +8569,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8510,11 +8630,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8531,10 +8651,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8805,6 +8925,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8843,7 +8971,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8855,6 +8983,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9142,22 +9271,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9290,7 +9429,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9333,7 +9472,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9545,6 +9684,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9600,7 +9741,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9631,11 +9772,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9656,35 +9797,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9840,7 +9981,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9865,7 +10006,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9881,7 +10022,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9941,7 +10082,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9953,7 +10094,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10233,7 +10374,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10247,16 +10388,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10281,6 +10422,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10398,9 +10544,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10414,11 +10560,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10533,7 +10679,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10548,7 +10694,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootCreatedByUserMailboxSetting.md index 6e66fab12016e..ed7db5dc8529e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootLastModifiedByUserMailboxSetting.md index 4aa8412ea2690..b1f9e09dd38b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItem.md index 76cbce786fe17..2af100266f703 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootListItem --- @@ -1073,10 +1073,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1210,7 +1210,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1269,7 +1269,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1278,7 +1278,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1294,27 +1294,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1377,7 +1398,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1404,7 +1425,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1461,15 +1482,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1479,22 +1499,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1506,9 +1530,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1518,7 +1543,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1598,10 +1623,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1982,6 +2009,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1993,6 +2021,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2042,7 +2071,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2113,12 +2142,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2189,12 +2218,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2212,7 +2244,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2220,7 +2252,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2230,7 +2262,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2322,7 +2354,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2847,11 +2879,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2863,14 +2895,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2882,13 +2914,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3147,6 +3179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3217,13 +3259,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3241,9 +3283,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3338,12 +3381,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3363,6 +3406,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3370,11 +3414,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3422,24 +3469,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3463,7 +3510,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3512,7 +3559,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3573,11 +3620,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3594,10 +3641,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3868,6 +3915,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3906,7 +3961,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3918,6 +3973,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4205,22 +4261,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4353,7 +4419,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4396,7 +4462,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4608,6 +4674,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4663,7 +4731,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4694,11 +4762,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4719,35 +4787,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4903,7 +4971,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4928,7 +4996,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4944,7 +5012,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5004,7 +5072,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5016,7 +5084,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5296,7 +5364,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5310,16 +5378,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5344,6 +5412,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5461,9 +5534,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5477,11 +5550,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5596,7 +5669,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5611,7 +5684,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6211,10 +6284,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6348,7 +6421,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6407,7 +6480,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6416,7 +6489,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6432,27 +6505,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6515,7 +6609,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6542,7 +6636,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6599,15 +6693,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6617,22 +6710,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6644,9 +6741,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6656,7 +6754,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6736,10 +6834,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7120,6 +7220,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7131,6 +7232,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7180,7 +7282,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7251,12 +7353,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7327,12 +7429,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7350,7 +7455,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7358,7 +7463,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7368,7 +7473,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7460,7 +7565,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7703,6 +7808,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8596,11 +8711,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8612,14 +8727,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8631,13 +8746,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8913,13 +9028,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8937,9 +9052,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9034,12 +9150,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9059,6 +9175,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9066,11 +9183,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9118,24 +9238,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9159,7 +9279,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9208,7 +9328,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9269,11 +9389,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9290,10 +9410,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9564,6 +9684,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9602,7 +9730,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9614,6 +9742,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9891,22 +10020,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10039,7 +10178,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10082,7 +10221,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10294,6 +10433,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10349,7 +10490,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10380,11 +10521,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10405,35 +10546,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10589,7 +10730,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10614,7 +10755,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10630,7 +10771,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10690,7 +10831,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10702,7 +10843,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10982,7 +11123,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10996,16 +11137,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11030,6 +11171,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11147,9 +11293,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11163,11 +11309,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11282,7 +11428,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11297,7 +11443,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11375,10 +11521,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11521,7 +11667,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11580,7 +11726,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11589,7 +11735,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11605,27 +11751,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11688,7 +11855,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11715,7 +11882,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11772,15 +11939,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11790,22 +11956,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11817,9 +11987,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11829,7 +12000,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11909,10 +12080,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12293,6 +12466,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12304,6 +12478,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12353,7 +12528,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12424,12 +12599,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12500,12 +12675,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12523,7 +12701,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12531,7 +12709,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12541,7 +12719,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12633,7 +12811,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12940,6 +13118,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13823,11 +14011,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13839,14 +14027,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13858,13 +14046,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14140,13 +14328,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14164,9 +14352,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14261,12 +14450,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14286,6 +14475,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14293,11 +14483,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14345,24 +14538,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14386,7 +14579,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14435,7 +14628,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14496,11 +14689,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14517,10 +14710,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14791,6 +14984,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14829,7 +15030,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14841,6 +15042,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15118,22 +15320,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15266,7 +15478,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15309,7 +15521,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15521,6 +15733,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15576,7 +15790,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15607,11 +15821,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15632,35 +15846,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15816,7 +16030,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15841,7 +16055,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15857,7 +16071,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15917,7 +16131,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15929,7 +16143,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16209,7 +16423,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16223,16 +16437,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16257,6 +16471,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16374,9 +16593,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16390,11 +16609,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16509,7 +16728,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16524,7 +16743,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16588,10 +16807,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16725,7 +16944,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16784,7 +17003,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16793,7 +17012,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16809,27 +17028,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16892,7 +17132,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16919,7 +17159,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16976,15 +17216,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16994,22 +17233,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17021,9 +17264,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17033,7 +17277,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17113,10 +17357,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17497,6 +17743,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17508,6 +17755,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17557,7 +17805,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17628,12 +17876,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17704,12 +17952,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17727,7 +17978,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17735,7 +17986,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17745,7 +17996,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17837,7 +18088,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18399,11 +18650,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18415,14 +18666,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18434,13 +18685,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18699,6 +18950,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18769,13 +19030,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18793,9 +19054,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18890,12 +19152,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18915,6 +19177,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18922,11 +19185,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18974,24 +19240,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19015,7 +19281,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19064,7 +19330,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19125,11 +19391,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19146,10 +19412,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19420,6 +19686,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19458,7 +19732,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19470,6 +19744,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19757,22 +20032,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19905,7 +20190,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19948,7 +20233,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20160,6 +20445,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20215,7 +20502,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20246,11 +20533,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20271,35 +20558,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20455,7 +20742,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20480,7 +20767,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20496,7 +20783,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20556,7 +20843,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20568,7 +20855,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20848,7 +21135,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20862,16 +21149,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20896,6 +21183,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21013,9 +21305,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21029,11 +21321,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21148,7 +21440,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21163,7 +21455,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21773,10 +22065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21919,7 +22211,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21978,7 +22270,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21987,7 +22279,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22003,27 +22295,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22086,7 +22399,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22113,7 +22426,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22170,15 +22483,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22188,22 +22500,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22215,9 +22531,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22227,7 +22544,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22307,10 +22624,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22691,6 +23010,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22702,6 +23022,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22751,7 +23072,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22822,12 +23143,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22898,12 +23219,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22921,7 +23245,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22929,7 +23253,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22939,7 +23263,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23031,7 +23355,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23338,6 +23662,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24221,11 +24555,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24237,14 +24571,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24256,13 +24590,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24538,13 +24872,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24562,9 +24896,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24659,12 +24994,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24684,6 +25019,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24691,11 +25027,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24743,24 +25082,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24784,7 +25123,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24833,7 +25172,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24894,11 +25233,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24915,10 +25254,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25189,6 +25528,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25227,7 +25574,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25239,6 +25586,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25516,22 +25864,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25664,7 +26022,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25707,7 +26065,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25919,6 +26277,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25974,7 +26334,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26005,11 +26365,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26030,35 +26390,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26214,7 +26574,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26239,7 +26599,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26255,7 +26615,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26315,7 +26675,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26327,7 +26687,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26607,7 +26967,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26621,16 +26981,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26655,6 +27015,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26772,9 +27137,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26788,11 +27153,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26907,7 +27272,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26922,7 +27287,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting.md index 1e004ce69719f..6e6ba533617a0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootlistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemDocumentSetVersion.md index e82fc3f9f14a5..974aa946c096e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootlistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemDocumentSetVersionField.md index d7bbec5df2caf..af78d7b627c9e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootlistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemField.md index a49542ae9abd0..b3ebbc72ba7d7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootlistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting.md index d4d1dcb48541f..518434f7d4880 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootlistitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemVersion.md index 57d702f2de27f..28157f4d21e36 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootlistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemVersionField.md index d9018ba49df4e..eb1e971ba8685 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootlistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootPermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootPermission.md index 185d0d7506821..4aa4f14d3d83a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootPermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootpermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootPermission --- @@ -861,6 +861,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -960,6 +970,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -980,6 +1000,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootRetentionLabel.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootRetentionLabel.md index f500fc73b74b8..df09256187453 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootRetentionLabel.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootRetentionLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootretentionlabel Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootRetentionLabel --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootSubscription.md index 1980766eebd5f..0cdbf242e0ba8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootThumbnail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootThumbnail.md index cbc135c17ec31..32b77b15c0b9a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootThumbnail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootThumbnail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootthumbnail Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootThumbnail --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootVersion.md index 1c4f460e93c41..09b034efe34a1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgGroupDriveRootVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mggroupdriverootversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgGroupDriveRootVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareCreatedByUserMailboxSetting.md index 33de7a1c78d17..585fcdfa97dc1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareLastModifiedByUserMailboxSetting.md index e78ec6fe970ff..ecf0e7f14ceab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareList.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareList.md index 086b86a16fbd0..d615ed6c77643 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareList.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelist Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareList --- @@ -1079,10 +1079,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1216,7 +1216,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1275,7 +1275,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1284,7 +1284,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1300,27 +1300,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1383,7 +1404,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1410,7 +1431,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1467,15 +1488,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1485,22 +1505,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1512,9 +1536,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1524,7 +1549,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1604,10 +1629,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1988,6 +2015,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1999,6 +2027,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2048,7 +2077,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2119,12 +2148,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2195,12 +2224,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2218,7 +2250,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2226,7 +2258,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2236,7 +2268,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2328,7 +2360,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2635,6 +2667,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3255,11 +3297,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3271,14 +3313,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3290,13 +3332,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3800,13 +3842,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3824,9 +3866,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3921,12 +3964,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3946,6 +3989,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3953,11 +3997,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4005,24 +4052,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4046,7 +4093,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4095,7 +4142,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4156,11 +4203,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4177,10 +4224,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4451,6 +4498,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4489,7 +4544,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4501,6 +4556,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4778,22 +4834,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4926,7 +4992,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4969,7 +5035,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5181,6 +5247,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5236,7 +5304,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5267,11 +5335,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5292,35 +5360,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5476,7 +5544,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5501,7 +5569,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5517,7 +5585,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5577,7 +5645,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5589,7 +5657,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5869,7 +5937,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5883,16 +5951,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5917,6 +5985,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6034,9 +6107,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6050,11 +6123,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6169,7 +6242,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6184,7 +6257,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6631,10 +6704,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6777,7 +6850,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6836,7 +6909,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6845,7 +6918,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6861,27 +6934,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6944,7 +7038,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6971,7 +7065,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7028,15 +7122,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7046,22 +7139,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7073,9 +7170,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7085,7 +7183,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7165,10 +7263,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7549,6 +7649,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7560,6 +7661,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7609,7 +7711,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7680,12 +7782,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7756,12 +7858,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7779,7 +7884,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7787,7 +7892,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7797,7 +7902,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7889,7 +7994,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8196,6 +8301,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9079,11 +9194,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -9095,14 +9210,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -9114,13 +9229,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9396,13 +9511,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9420,9 +9535,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9517,12 +9633,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9542,6 +9658,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9549,11 +9666,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9601,24 +9721,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9642,7 +9762,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9691,7 +9811,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9752,11 +9872,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9773,10 +9893,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -10047,6 +10167,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -10085,7 +10213,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -10097,6 +10225,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10374,22 +10503,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10522,7 +10661,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10565,7 +10704,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10777,6 +10916,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10832,7 +10973,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10863,11 +11004,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10888,35 +11029,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -11072,7 +11213,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -11097,7 +11238,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -11113,7 +11254,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -11173,7 +11314,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -11185,7 +11326,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11465,7 +11606,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11479,16 +11620,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11513,6 +11654,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11630,9 +11776,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11646,11 +11792,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11765,7 +11911,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11780,7 +11926,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11803,10 +11949,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11940,7 +12086,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11999,7 +12145,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12008,7 +12154,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12024,27 +12170,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12107,7 +12274,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12134,7 +12301,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12191,15 +12358,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12209,22 +12375,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12236,9 +12406,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12248,7 +12419,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12328,10 +12499,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12712,6 +12885,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12723,6 +12897,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12772,7 +12947,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12843,12 +13018,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12919,12 +13094,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12942,7 +13120,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12950,7 +13128,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12960,7 +13138,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13052,7 +13230,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13102,11 +13280,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13118,14 +13296,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13137,13 +13315,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13417,6 +13595,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14503,13 +14691,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14527,9 +14715,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14624,12 +14813,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14649,6 +14838,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14656,11 +14846,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14708,24 +14901,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14749,7 +14942,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14798,7 +14991,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14859,11 +15052,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14880,10 +15073,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15154,6 +15347,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15192,7 +15393,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15204,6 +15405,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15481,22 +15683,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15629,7 +15841,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15672,7 +15884,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15884,6 +16096,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15939,7 +16153,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15970,11 +16184,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15995,35 +16209,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16179,7 +16393,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16204,7 +16418,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16220,7 +16434,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16280,7 +16494,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16292,7 +16506,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16572,7 +16786,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16586,16 +16800,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16620,6 +16834,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16737,9 +16956,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16753,11 +16972,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16872,7 +17091,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16887,7 +17106,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16988,10 +17207,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17125,7 +17344,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17184,7 +17403,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17193,7 +17412,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17209,27 +17428,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17292,7 +17532,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17319,7 +17559,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17376,15 +17616,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17394,22 +17633,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17421,9 +17664,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17433,7 +17677,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17513,10 +17757,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17897,6 +18143,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17908,6 +18155,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17957,7 +18205,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18028,12 +18276,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18104,12 +18352,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18127,7 +18378,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18135,7 +18386,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18145,7 +18396,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18237,7 +18488,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18480,6 +18731,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19373,11 +19634,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19389,14 +19650,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19408,13 +19669,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -19690,13 +19951,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -19714,9 +19975,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -19811,12 +20073,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -19836,6 +20098,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -19843,11 +20106,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19895,24 +20161,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19936,7 +20202,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19985,7 +20251,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20046,11 +20312,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20067,10 +20333,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20341,6 +20607,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20379,7 +20653,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20391,6 +20665,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -20668,22 +20943,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -20816,7 +21101,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -20859,7 +21144,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21071,6 +21356,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21126,7 +21413,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21157,11 +21444,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21182,35 +21469,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21366,7 +21653,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21391,7 +21678,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21407,7 +21694,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21467,7 +21754,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21479,7 +21766,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21759,7 +22046,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -21773,16 +22060,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21807,6 +22094,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21924,9 +22216,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21940,11 +22232,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22059,7 +22351,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22074,7 +22366,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -22147,10 +22439,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22293,7 +22585,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22352,7 +22644,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22361,7 +22653,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22377,27 +22669,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22460,7 +22773,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22487,7 +22800,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22544,15 +22857,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22562,22 +22874,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22589,9 +22905,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22601,7 +22918,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22681,10 +22998,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23065,6 +23384,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23076,6 +23396,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23125,7 +23446,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23196,12 +23517,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23272,12 +23593,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23295,7 +23619,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23303,7 +23627,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23313,7 +23637,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23405,7 +23729,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23712,6 +24036,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24595,11 +24929,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24611,14 +24945,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24630,13 +24964,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24912,13 +25246,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24936,9 +25270,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25033,12 +25368,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25058,6 +25393,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25065,11 +25401,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25117,24 +25456,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25158,7 +25497,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25207,7 +25546,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25268,11 +25607,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25289,10 +25628,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25563,6 +25902,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25601,7 +25948,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25613,6 +25960,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25890,22 +26238,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26038,7 +26396,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26081,7 +26439,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26293,6 +26651,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26348,7 +26708,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26379,11 +26739,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26404,35 +26764,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26588,7 +26948,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26613,7 +26973,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26629,7 +26989,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26689,7 +27049,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26701,7 +27061,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26981,7 +27341,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26995,16 +27355,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27029,6 +27389,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27146,9 +27511,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27162,11 +27527,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27281,7 +27646,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27296,7 +27661,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListColumn.md index e3360e2579d03..18333676c15c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistcolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentType.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentType.md index c6007e73eea65..fd1538f31b4cf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentType.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistcontenttype Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListContentType --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentTypeColumn.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentTypeColumn.md index 54649412edf8e..20277aaa7134f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentTypeColumn.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentTypeColumn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistcontenttypecolumn Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListContentTypeColumn --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentTypeColumnLink.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentTypeColumnLink.md index e523ad0c43d61..adb79e2789609 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentTypeColumnLink.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListContentTypeColumnLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistcontenttypecolumnlink Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListContentTypeColumnLink --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListCreatedByUserMailboxSetting.md index 4f0b5bdb7d5d0..78fd68df67676 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItem.md index 376840114ec27..6126feb0b993b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListItem --- @@ -1419,10 +1419,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1556,7 +1556,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1615,7 +1615,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1624,7 +1624,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1640,27 +1640,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1723,7 +1744,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1750,7 +1771,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1807,15 +1828,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1825,22 +1845,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1852,9 +1876,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1864,7 +1889,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1944,10 +1969,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2328,6 +2355,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2339,6 +2367,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2388,7 +2417,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2459,12 +2488,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2535,12 +2564,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2558,7 +2590,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2566,7 +2598,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2576,7 +2608,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2668,7 +2700,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3193,11 +3225,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3209,14 +3241,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3228,13 +3260,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3493,6 +3525,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3563,13 +3605,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3587,9 +3629,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3684,12 +3727,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3709,6 +3752,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3716,11 +3760,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3768,24 +3815,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3809,7 +3856,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3858,7 +3905,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3919,11 +3966,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3940,10 +3987,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4214,6 +4261,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4252,7 +4307,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4264,6 +4319,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4551,22 +4607,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4699,7 +4765,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4742,7 +4808,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4954,6 +5020,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5009,7 +5077,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5040,11 +5108,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5065,35 +5133,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5249,7 +5317,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5274,7 +5342,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5290,7 +5358,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5350,7 +5418,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5362,7 +5430,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5642,7 +5710,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5656,16 +5724,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5690,6 +5758,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5807,9 +5880,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5823,11 +5896,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5942,7 +6015,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5957,7 +6030,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6557,10 +6630,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6694,7 +6767,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6753,7 +6826,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6762,7 +6835,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6778,27 +6851,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6861,7 +6955,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6888,7 +6982,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6945,15 +7039,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6963,22 +7056,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6990,9 +7087,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7002,7 +7100,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7082,10 +7180,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7466,6 +7566,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7477,6 +7578,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7526,7 +7628,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7597,12 +7699,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7673,12 +7775,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7696,7 +7801,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7704,7 +7809,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7714,7 +7819,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7806,7 +7911,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8049,6 +8154,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8942,11 +9057,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8958,14 +9073,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8977,13 +9092,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9259,13 +9374,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9283,9 +9398,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9380,12 +9496,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9405,6 +9521,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9412,11 +9529,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9464,24 +9584,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9505,7 +9625,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9554,7 +9674,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9615,11 +9735,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9636,10 +9756,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9910,6 +10030,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9948,7 +10076,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9960,6 +10088,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10237,22 +10366,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10385,7 +10524,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10428,7 +10567,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10640,6 +10779,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10695,7 +10836,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10726,11 +10867,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10751,35 +10892,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10935,7 +11076,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10960,7 +11101,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10976,7 +11117,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -11036,7 +11177,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -11048,7 +11189,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11328,7 +11469,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11342,16 +11483,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11376,6 +11517,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11493,9 +11639,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11509,11 +11655,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11628,7 +11774,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11643,7 +11789,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11721,10 +11867,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11867,7 +12013,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11926,7 +12072,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11935,7 +12081,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11951,27 +12097,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12034,7 +12201,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12061,7 +12228,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12118,15 +12285,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12136,22 +12302,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12163,9 +12333,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12175,7 +12346,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12255,10 +12426,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12639,6 +12812,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12650,6 +12824,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12699,7 +12874,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12770,12 +12945,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12846,12 +13021,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12869,7 +13047,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12877,7 +13055,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12887,7 +13065,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12979,7 +13157,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13286,6 +13464,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14169,11 +14357,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -14185,14 +14373,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14204,13 +14392,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14486,13 +14674,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14510,9 +14698,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14607,12 +14796,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14632,6 +14821,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14639,11 +14829,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14691,24 +14884,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14732,7 +14925,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14781,7 +14974,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14842,11 +15035,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14863,10 +15056,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15137,6 +15330,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15175,7 +15376,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15187,6 +15388,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15464,22 +15666,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15612,7 +15824,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15655,7 +15867,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15867,6 +16079,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15922,7 +16136,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15953,11 +16167,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15978,35 +16192,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16162,7 +16376,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16187,7 +16401,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16203,7 +16417,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16263,7 +16477,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16275,7 +16489,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16555,7 +16769,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16569,16 +16783,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16603,6 +16817,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16720,9 +16939,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16736,11 +16955,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16855,7 +17074,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16870,7 +17089,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16934,10 +17153,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17071,7 +17290,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17130,7 +17349,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17139,7 +17358,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17155,27 +17374,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17238,7 +17478,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17265,7 +17505,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17322,15 +17562,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17340,22 +17579,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17367,9 +17610,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17379,7 +17623,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17459,10 +17703,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17843,6 +18089,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17854,6 +18101,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17903,7 +18151,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17974,12 +18222,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18050,12 +18298,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18073,7 +18324,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18081,7 +18332,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18091,7 +18342,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18183,7 +18434,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18745,11 +18996,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18761,14 +19012,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18780,13 +19031,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -19045,6 +19296,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19115,13 +19376,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -19139,9 +19400,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -19236,12 +19498,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -19261,6 +19523,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -19268,11 +19531,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19320,24 +19586,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19361,7 +19627,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19410,7 +19676,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19471,11 +19737,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19492,10 +19758,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19766,6 +20032,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19804,7 +20078,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19816,6 +20090,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -20103,22 +20378,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -20251,7 +20536,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -20294,7 +20579,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20506,6 +20791,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20561,7 +20848,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20592,11 +20879,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20617,35 +20904,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20801,7 +21088,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20826,7 +21113,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20842,7 +21129,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20902,7 +21189,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20914,7 +21201,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21194,7 +21481,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -21208,16 +21495,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21242,6 +21529,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21359,9 +21651,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21375,11 +21667,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21494,7 +21786,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21509,7 +21801,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -22119,10 +22411,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22265,7 +22557,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22324,7 +22616,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22333,7 +22625,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22349,27 +22641,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22432,7 +22745,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22459,7 +22772,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22516,15 +22829,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22534,22 +22846,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22561,9 +22877,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22573,7 +22890,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22653,10 +22970,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23037,6 +23356,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23048,6 +23368,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23097,7 +23418,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23168,12 +23489,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23244,12 +23565,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23267,7 +23591,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23275,7 +23599,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23285,7 +23609,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23377,7 +23701,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23684,6 +24008,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24567,11 +24901,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24583,14 +24917,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24602,13 +24936,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24884,13 +25218,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24908,9 +25242,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25005,12 +25340,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25030,6 +25365,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25037,11 +25373,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25089,24 +25428,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25130,7 +25469,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25179,7 +25518,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25240,11 +25579,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25261,10 +25600,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25535,6 +25874,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25573,7 +25920,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25585,6 +25932,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25862,22 +26210,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26010,7 +26368,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26053,7 +26411,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26265,6 +26623,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26320,7 +26680,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26351,11 +26711,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26376,35 +26736,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26560,7 +26920,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26585,7 +26945,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26601,7 +26961,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26661,7 +27021,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26673,7 +27033,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26953,7 +27313,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26967,16 +27327,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27001,6 +27361,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27118,9 +27483,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27134,11 +27499,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27253,7 +27618,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27268,7 +27633,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemCreatedByUserMailboxSetting.md index c5b480db3e6d4..b3fde3f9fd005 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemDocumentSetVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemDocumentSetVersion.md index a2a1d7bebdb7e..2ef34a3872333 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemDocumentSetVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemDocumentSetVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistitemdocumentsetversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListItemDocumentSetVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemDocumentSetVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemDocumentSetVersionField.md index 85ba1e3917f32..db3592f9a6c2d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemDocumentSetVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemDocumentSetVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistitemdocumentsetversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListItemDocumentSetVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemField.md index 6c01fca72d49d..44072d781162f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistitemfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListItemField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemLastModifiedByUserMailboxSetting.md index 8dd6f87651dc7..f9a1a28a549c1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemVersion.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemVersion.md index 9302098645a31..ba1bf7aaab695 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemVersion.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistitemversion Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListItemVersion --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemVersionField.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemVersionField.md index 061203be440c9..125ec8b633bdc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemVersionField.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListItemVersionField.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistitemversionfield Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListItemVersionField --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListLastModifiedByUserMailboxSetting.md index 8ad10790034e4..aea90a29404cb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListOperation.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListOperation.md index 03fb2bfa6a00f..bd5c38322289b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListOperation.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistoperation Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListOperation --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListSubscription.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListSubscription.md index 72ea1fb053477..1b4cf90e41ba3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListSubscription.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareListSubscription.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharelistsubscription Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareListSubscription --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgSharePermission.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgSharePermission.md index f8233e2cd6b91..e97560e00cece 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgSharePermission.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgSharePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgsharepermission Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgSharePermission --- @@ -806,6 +806,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -905,6 +915,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -925,6 +945,16 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareSharedDriveItemSharedDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareSharedDriveItemSharedDriveItem.md index 290d4d8d88440..33ef956343be4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareSharedDriveItemSharedDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgShareSharedDriveItemSharedDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mgshareshareddriveitemshareddriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgShareSharedDriveItemSharedDriveItem --- @@ -1024,10 +1024,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1161,7 +1161,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1220,7 +1220,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1229,7 +1229,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1245,27 +1245,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1328,7 +1349,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1355,7 +1376,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1412,15 +1433,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1430,22 +1450,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1457,9 +1481,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1469,7 +1494,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1549,10 +1574,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1933,6 +1960,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1944,6 +1972,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1993,7 +2022,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2064,12 +2093,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2140,12 +2169,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2163,7 +2195,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2171,7 +2203,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2181,7 +2213,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2273,7 +2305,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2580,6 +2612,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3463,11 +3505,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3479,14 +3521,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3498,13 +3540,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3780,13 +3822,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3804,9 +3846,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3901,12 +3944,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3926,6 +3969,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3933,11 +3977,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3985,24 +4032,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4026,7 +4073,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4075,7 +4122,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4136,11 +4183,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4157,10 +4204,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4431,6 +4478,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4469,7 +4524,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4481,6 +4536,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4758,22 +4814,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4906,7 +4972,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4949,7 +5015,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5161,6 +5227,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5216,7 +5284,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5247,11 +5315,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5272,35 +5340,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5456,7 +5524,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5481,7 +5549,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5497,7 +5565,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5557,7 +5625,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5569,7 +5637,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5849,7 +5917,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5863,16 +5931,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5897,6 +5965,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6014,9 +6087,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6030,11 +6103,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6149,7 +6222,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6164,7 +6237,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6212,10 +6285,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6358,7 +6431,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6417,7 +6490,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6426,7 +6499,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6442,27 +6515,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6525,7 +6619,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6552,7 +6646,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6609,15 +6703,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6627,22 +6720,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6654,9 +6751,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6666,7 +6764,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6746,10 +6844,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7130,6 +7230,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7141,6 +7242,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7190,7 +7292,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7261,12 +7363,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7337,12 +7439,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7360,7 +7465,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7368,7 +7473,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7378,7 +7483,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7470,7 +7575,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7777,6 +7882,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8660,11 +8775,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8676,14 +8791,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8695,13 +8810,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8977,13 +9092,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9001,9 +9116,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9098,12 +9214,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9123,6 +9239,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9130,11 +9247,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9182,24 +9302,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9223,7 +9343,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9272,7 +9392,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9333,11 +9453,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9354,10 +9474,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9628,6 +9748,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9666,7 +9794,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9678,6 +9806,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9955,22 +10084,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10103,7 +10242,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10146,7 +10285,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10358,6 +10497,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10413,7 +10554,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10444,11 +10585,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10469,35 +10610,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10653,7 +10794,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10678,7 +10819,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10694,7 +10835,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10754,7 +10895,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10766,7 +10907,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11046,7 +11187,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11060,16 +11201,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11094,6 +11235,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11211,9 +11357,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11227,11 +11373,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11346,7 +11492,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11361,7 +11507,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -11384,10 +11530,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11521,7 +11667,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11580,7 +11726,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11589,7 +11735,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11605,27 +11751,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11688,7 +11855,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11715,7 +11882,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11772,15 +11939,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11790,22 +11956,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11817,9 +11987,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11829,7 +12000,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11909,10 +12080,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12293,6 +12466,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12304,6 +12478,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12353,7 +12528,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12424,12 +12599,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12500,12 +12675,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12523,7 +12701,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12531,7 +12709,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12541,7 +12719,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12633,7 +12811,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13195,11 +13373,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13211,14 +13389,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13230,13 +13408,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13495,6 +13673,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13565,13 +13753,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -13589,9 +13777,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -13686,12 +13875,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -13711,6 +13900,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -13718,11 +13908,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -13770,24 +13963,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13811,7 +14004,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13860,7 +14053,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13921,11 +14114,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -13942,10 +14135,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14216,6 +14409,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14254,7 +14455,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14266,6 +14467,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14553,22 +14755,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14701,7 +14913,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14744,7 +14956,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -14956,6 +15168,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15011,7 +15225,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15042,11 +15256,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15067,35 +15281,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15251,7 +15465,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15276,7 +15490,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15292,7 +15506,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15352,7 +15566,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15364,7 +15578,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15644,7 +15858,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15658,16 +15872,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15692,6 +15906,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15809,9 +16028,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15825,11 +16044,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -15944,7 +16163,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -15959,7 +16178,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16570,10 +16789,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16707,7 +16926,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16766,7 +16985,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16775,7 +16994,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16791,27 +17010,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16874,7 +17114,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16901,7 +17141,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16958,15 +17198,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16976,22 +17215,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17003,9 +17246,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17015,7 +17259,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17095,10 +17339,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17479,6 +17725,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17490,6 +17737,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17539,7 +17787,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17610,12 +17858,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17686,12 +17934,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17709,7 +17960,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17717,7 +17968,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17727,7 +17978,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17819,7 +18070,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18381,11 +18632,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18397,14 +18648,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18416,13 +18667,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18681,6 +18932,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18751,13 +19012,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18775,9 +19036,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18872,12 +19134,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18897,6 +19159,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18904,11 +19167,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18956,24 +19222,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18997,7 +19263,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19046,7 +19312,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19107,11 +19373,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19128,10 +19394,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19402,6 +19668,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19440,7 +19714,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19452,6 +19726,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19739,22 +20014,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19887,7 +20172,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19930,7 +20215,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20142,6 +20427,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20197,7 +20484,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20228,11 +20515,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20253,35 +20540,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20437,7 +20724,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20462,7 +20749,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20478,7 +20765,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20538,7 +20825,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20550,7 +20837,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20830,7 +21117,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20844,16 +21131,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20878,6 +21165,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20995,9 +21287,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21011,11 +21303,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21130,7 +21422,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21145,7 +21437,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21729,10 +22021,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21875,7 +22167,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -21934,7 +22226,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -21943,7 +22235,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -21959,27 +22251,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22042,7 +22355,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22069,7 +22382,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22126,15 +22439,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22144,22 +22456,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22171,9 +22487,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22183,7 +22500,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22263,10 +22580,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22647,6 +22966,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22658,6 +22978,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22707,7 +23028,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22778,12 +23099,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22854,12 +23175,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22877,7 +23201,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22885,7 +23209,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22895,7 +23219,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -22987,7 +23311,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23294,6 +23618,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24177,11 +24511,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24193,14 +24527,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24212,13 +24546,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24494,13 +24828,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24518,9 +24852,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24615,12 +24950,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24640,6 +24975,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24647,11 +24983,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24699,24 +25038,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24740,7 +25079,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24789,7 +25128,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24850,11 +25189,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24871,10 +25210,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25145,6 +25484,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25183,7 +25530,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25195,6 +25542,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25472,22 +25820,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25620,7 +25978,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25663,7 +26021,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25875,6 +26233,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25930,7 +26290,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25961,11 +26321,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -25986,35 +26346,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26170,7 +26530,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26195,7 +26555,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26211,7 +26571,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26271,7 +26631,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26283,7 +26643,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26563,7 +26923,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26577,16 +26937,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26611,6 +26971,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26728,9 +27093,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26744,11 +27109,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26863,7 +27228,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26878,7 +27243,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -26901,10 +27266,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27038,7 +27403,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27097,7 +27462,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27106,7 +27471,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27122,27 +27487,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27205,7 +27591,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -27232,7 +27618,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -27289,15 +27675,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -27307,22 +27692,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -27334,9 +27723,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -27346,7 +27736,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -27426,10 +27816,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -27810,6 +28202,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -27821,6 +28214,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -27870,7 +28264,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -27941,12 +28335,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28017,12 +28411,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28040,7 +28437,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28048,7 +28445,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28058,7 +28455,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28150,7 +28547,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -28457,6 +28854,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -29077,11 +29484,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -29093,14 +29500,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -29112,13 +29519,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -29622,13 +30029,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -29646,9 +30053,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -29743,12 +30151,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -29768,6 +30176,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -29775,11 +30184,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -29827,24 +30239,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -29868,7 +30280,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -29917,7 +30329,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -29978,11 +30390,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -29999,10 +30411,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -30273,6 +30685,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -30311,7 +30731,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -30323,6 +30743,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -30600,22 +31021,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -30748,7 +31179,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -30791,7 +31222,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31003,6 +31434,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31058,7 +31491,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31089,11 +31522,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31114,35 +31547,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -31298,7 +31731,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -31323,7 +31756,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -31339,7 +31772,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -31399,7 +31832,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -31411,7 +31844,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31691,7 +32124,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -31705,16 +32138,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31739,6 +32172,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31856,9 +32294,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31872,11 +32310,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -31991,7 +32429,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32006,7 +32444,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32061,10 +32499,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -32198,7 +32636,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -32257,7 +32695,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -32266,7 +32704,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -32282,27 +32720,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -32365,7 +32824,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -32392,7 +32851,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -32449,15 +32908,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -32467,22 +32925,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -32494,9 +32956,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -32506,7 +32969,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -32586,10 +33049,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -32970,6 +33435,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -32981,6 +33447,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -33030,7 +33497,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -33101,12 +33568,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -33177,12 +33644,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -33200,7 +33670,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -33208,7 +33678,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -33218,7 +33688,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -33310,7 +33780,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -33553,6 +34023,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -34446,11 +34926,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -34462,14 +34942,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -34481,13 +34961,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -34763,13 +35243,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -34787,9 +35267,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -34884,12 +35365,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -34909,6 +35390,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -34916,11 +35398,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -34968,24 +35453,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -35009,7 +35494,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -35058,7 +35543,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -35119,11 +35604,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -35140,10 +35625,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35414,6 +35899,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -35452,7 +35945,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -35464,6 +35957,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35741,22 +36235,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -35889,7 +36393,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -35932,7 +36436,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -36144,6 +36648,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -36199,7 +36705,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36230,11 +36736,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -36255,35 +36761,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -36439,7 +36945,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -36464,7 +36970,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -36480,7 +36986,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -36540,7 +37046,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -36552,7 +37058,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36832,7 +37338,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -36846,16 +37352,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36880,6 +37386,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36997,9 +37508,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37013,11 +37524,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -37132,7 +37643,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -37147,7 +37658,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -37267,6 +37778,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -37352,10 +37873,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -37489,7 +38010,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -37548,7 +38069,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -37557,7 +38078,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37573,27 +38094,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -37656,7 +38198,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -37683,7 +38225,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -37740,15 +38282,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -37758,22 +38299,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -37785,9 +38330,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -37797,7 +38343,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -37877,10 +38423,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -38261,6 +38809,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -38272,6 +38821,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -38321,7 +38871,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -38392,12 +38942,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -38468,12 +39018,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -38491,7 +39044,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -38499,7 +39052,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -38509,7 +39062,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -38601,7 +39154,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -39163,11 +39716,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -39179,14 +39732,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -39198,13 +39751,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -39463,6 +40016,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -39533,13 +40096,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -39557,9 +40120,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -39654,12 +40218,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -39679,6 +40243,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -39686,11 +40251,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -39738,24 +40306,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -39779,7 +40347,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -39828,7 +40396,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -39889,11 +40457,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -39910,10 +40478,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -40184,6 +40752,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -40222,7 +40798,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -40234,6 +40810,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -40521,22 +41098,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -40669,7 +41256,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -40712,7 +41299,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -40924,6 +41511,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -40979,7 +41568,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41010,11 +41599,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -41035,35 +41624,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -41219,7 +41808,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -41244,7 +41833,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -41260,7 +41849,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -41320,7 +41909,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -41332,7 +41921,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41612,7 +42201,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -41626,16 +42215,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41660,6 +42249,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41777,9 +42371,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41793,11 +42387,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -41912,7 +42506,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -41927,7 +42521,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -42512,10 +43106,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -42649,7 +43243,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -42708,7 +43302,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -42717,7 +43311,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -42733,27 +43327,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -42816,7 +43431,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -42843,7 +43458,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -42900,15 +43515,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -42918,22 +43532,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -42945,9 +43563,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -42957,7 +43576,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -43037,10 +43656,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -43421,6 +44042,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -43432,6 +44054,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -43481,7 +44104,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -43552,12 +44175,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -43628,12 +44251,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -43651,7 +44277,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -43659,7 +44285,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -43669,7 +44295,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -43761,7 +44387,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -44068,6 +44694,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -44951,11 +45587,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -44967,14 +45603,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -44986,13 +45622,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [GivenName ]: The given name (first name) of the user. @@ -45002,13 +45638,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -45026,9 +45662,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -45123,12 +45760,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -45148,6 +45785,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -45155,11 +45793,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -45207,24 +45848,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -45248,7 +45889,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -45297,7 +45938,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -45358,11 +45999,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -45379,10 +46020,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -45816,6 +46457,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -45854,7 +46503,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -45866,6 +46515,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -46143,22 +46793,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -46291,7 +46951,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -46334,7 +46994,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -46546,6 +47206,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -46601,7 +47263,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46632,11 +47294,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -46657,35 +47319,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -46841,7 +47503,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -46866,7 +47528,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -46882,7 +47544,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -46942,7 +47604,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -46954,7 +47616,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -47234,7 +47896,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -47248,16 +47910,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -47282,6 +47944,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -47399,9 +48066,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -47415,11 +48082,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -47534,7 +48201,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -47549,7 +48216,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDrive.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDrive.md index ab0e868d57e7c..78dfe05cc7caa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDrive.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDrive.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mguserdrive Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserDrive --- @@ -1144,10 +1144,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1281,7 +1281,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1340,7 +1340,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1349,7 +1349,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1365,27 +1365,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1448,7 +1469,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1475,7 +1496,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1532,15 +1553,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1550,22 +1570,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1577,9 +1601,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1589,7 +1614,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1669,10 +1694,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2053,6 +2080,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2064,6 +2092,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2113,7 +2142,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2184,12 +2213,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2260,12 +2289,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2283,7 +2315,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2291,7 +2323,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2301,7 +2333,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2393,7 +2425,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2443,11 +2475,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2459,14 +2491,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2478,13 +2510,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2758,6 +2790,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3844,13 +3886,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3868,9 +3910,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3965,12 +4008,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3990,6 +4033,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3997,11 +4041,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4049,24 +4096,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4090,7 +4137,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4139,7 +4186,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4200,11 +4247,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4221,10 +4268,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4495,6 +4542,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4533,7 +4588,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4545,6 +4600,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4822,22 +4878,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4970,7 +5036,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5013,7 +5079,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5225,6 +5291,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5280,7 +5348,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5311,11 +5379,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5336,35 +5404,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5520,7 +5588,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5545,7 +5613,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5561,7 +5629,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5621,7 +5689,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5633,7 +5701,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5913,7 +5981,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5927,16 +5995,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5961,6 +6029,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6078,9 +6151,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6094,11 +6167,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6213,7 +6286,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6228,7 +6301,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6304,10 +6377,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6441,7 +6514,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6500,7 +6573,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6509,7 +6582,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6525,27 +6598,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6608,7 +6702,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6635,7 +6729,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6692,15 +6786,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6710,22 +6803,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6737,9 +6834,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6749,7 +6847,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6829,10 +6927,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7213,6 +7313,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7224,6 +7325,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7273,7 +7375,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7344,12 +7446,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7420,12 +7522,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7443,7 +7548,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7451,7 +7556,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7461,7 +7566,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7553,7 +7658,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8115,11 +8220,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8131,14 +8236,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8150,13 +8255,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8415,6 +8520,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8485,13 +8600,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8509,9 +8624,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8606,12 +8722,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8631,6 +8747,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8638,11 +8755,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8690,24 +8810,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8731,7 +8851,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8780,7 +8900,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8841,11 +8961,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8862,10 +8982,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9136,6 +9256,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9174,7 +9302,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9186,6 +9314,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9473,22 +9602,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9621,7 +9760,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9664,7 +9803,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9876,6 +10015,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9931,7 +10072,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9962,11 +10103,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9987,35 +10128,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10171,7 +10312,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10196,7 +10337,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10212,7 +10353,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10272,7 +10413,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10284,7 +10425,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10564,7 +10705,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10578,16 +10719,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10612,6 +10753,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10729,9 +10875,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10745,11 +10891,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10864,7 +11010,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10879,7 +11025,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11463,10 +11609,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11609,7 +11755,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11668,7 +11814,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11677,7 +11823,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11693,27 +11839,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11776,7 +11943,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11803,7 +11970,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11860,15 +12027,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11878,22 +12044,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11905,9 +12075,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11917,7 +12088,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11997,10 +12168,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12381,6 +12554,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12392,6 +12566,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12441,7 +12616,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12512,12 +12687,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12588,12 +12763,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12611,7 +12789,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12619,7 +12797,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12629,7 +12807,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12721,7 +12899,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13028,6 +13206,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13911,11 +14099,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13927,14 +14115,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13946,13 +14134,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14228,13 +14416,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14252,9 +14440,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14349,12 +14538,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14374,6 +14563,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14381,11 +14571,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14433,24 +14626,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14474,7 +14667,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14523,7 +14716,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14584,11 +14777,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14605,10 +14798,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14879,6 +15072,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14917,7 +15118,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14929,6 +15130,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15206,22 +15408,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15354,7 +15566,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15397,7 +15609,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15609,6 +15821,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15664,7 +15878,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15695,11 +15909,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15720,35 +15934,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15904,7 +16118,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15929,7 +16143,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15945,7 +16159,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16005,7 +16219,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16017,7 +16231,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16297,7 +16511,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16311,16 +16525,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16345,6 +16559,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16462,9 +16681,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16478,11 +16697,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16597,7 +16816,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16612,7 +16831,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16635,10 +16854,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16772,7 +16991,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16831,7 +17050,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16840,7 +17059,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16856,27 +17075,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16939,7 +17179,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16966,7 +17206,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17023,15 +17263,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17041,22 +17280,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17068,9 +17311,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17080,7 +17324,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17160,10 +17404,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17544,6 +17790,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17555,6 +17802,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17604,7 +17852,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17675,12 +17923,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17751,12 +17999,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17774,7 +18025,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17782,7 +18033,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17792,7 +18043,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17884,7 +18135,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18446,11 +18697,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18462,14 +18713,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18481,13 +18732,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18746,6 +18997,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18816,13 +19077,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18840,9 +19101,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18937,12 +19199,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18962,6 +19224,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18969,11 +19232,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19021,24 +19287,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19062,7 +19328,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19111,7 +19377,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19172,11 +19438,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19193,10 +19459,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19467,6 +19733,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19505,7 +19779,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19517,6 +19791,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19804,22 +20079,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19952,7 +20237,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19995,7 +20280,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20207,6 +20492,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20262,7 +20549,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20293,11 +20580,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20318,35 +20605,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20502,7 +20789,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20527,7 +20814,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20543,7 +20830,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20603,7 +20890,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20615,7 +20902,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20895,7 +21182,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20909,16 +21196,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20943,6 +21230,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21060,9 +21352,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21076,11 +21368,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21195,7 +21487,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21210,7 +21502,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21822,10 +22114,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21959,7 +22251,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22018,7 +22310,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22027,7 +22319,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22043,27 +22335,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22126,7 +22439,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22153,7 +22466,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22210,15 +22523,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22228,22 +22540,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22255,9 +22571,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22267,7 +22584,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22347,10 +22664,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22731,6 +23050,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22742,6 +23062,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22791,7 +23112,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22862,12 +23183,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22938,12 +23259,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22961,7 +23285,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22969,7 +23293,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22979,7 +23303,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23071,7 +23395,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23633,11 +23957,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -23649,14 +23973,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -23668,13 +23992,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -23933,6 +24257,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24003,13 +24337,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24027,9 +24361,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24124,12 +24459,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24149,6 +24484,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24156,11 +24492,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24208,24 +24547,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24249,7 +24588,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24298,7 +24637,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24359,11 +24698,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24380,10 +24719,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24654,6 +24993,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -24692,7 +25039,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -24704,6 +25051,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -24991,22 +25339,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25139,7 +25497,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25182,7 +25540,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25394,6 +25752,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25449,7 +25809,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25480,11 +25840,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -25505,35 +25865,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -25689,7 +26049,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -25714,7 +26074,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -25730,7 +26090,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -25790,7 +26150,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -25802,7 +26162,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26082,7 +26442,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26096,16 +26456,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26130,6 +26490,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26247,9 +26612,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26263,11 +26628,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26382,7 +26747,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26397,7 +26762,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -26981,10 +27346,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27127,7 +27492,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27186,7 +27551,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27195,7 +27560,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27211,27 +27576,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -27294,7 +27680,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -27321,7 +27707,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -27378,15 +27764,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -27396,22 +27781,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -27423,9 +27812,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -27435,7 +27825,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -27515,10 +27905,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -27899,6 +28291,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -27910,6 +28303,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -27959,7 +28353,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28030,12 +28424,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28106,12 +28500,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28129,7 +28526,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28137,7 +28534,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28147,7 +28544,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28239,7 +28636,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -28546,6 +28943,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -29429,11 +29836,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -29445,14 +29852,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -29464,13 +29871,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -29746,13 +30153,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -29770,9 +30177,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -29867,12 +30275,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -29892,6 +30300,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -29899,11 +30308,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -29951,24 +30363,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -29992,7 +30404,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30041,7 +30453,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30102,11 +30514,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30123,10 +30535,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -30397,6 +30809,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -30435,7 +30855,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -30447,6 +30867,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -30724,22 +31145,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -30872,7 +31303,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -30915,7 +31346,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31127,6 +31558,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31182,7 +31615,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31213,11 +31646,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31238,35 +31671,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -31422,7 +31855,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -31447,7 +31880,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -31463,7 +31896,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -31523,7 +31956,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -31535,7 +31968,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31815,7 +32248,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -31829,16 +32262,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31863,6 +32296,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31980,9 +32418,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -31996,11 +32434,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32115,7 +32553,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32130,7 +32568,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -32153,10 +32591,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -32290,7 +32728,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -32349,7 +32787,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -32358,7 +32796,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -32374,27 +32812,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -32457,7 +32916,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -32484,7 +32943,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -32541,15 +33000,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -32559,22 +33017,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -32586,9 +33048,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -32598,7 +33061,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -32678,10 +33141,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -33062,6 +33527,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -33073,6 +33539,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -33122,7 +33589,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -33193,12 +33660,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -33269,12 +33736,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -33292,7 +33762,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -33300,7 +33770,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -33310,7 +33780,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -33402,7 +33872,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -33709,6 +34179,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -34329,11 +34809,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -34345,14 +34825,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -34364,13 +34844,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -34874,13 +35354,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -34898,9 +35378,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -34995,12 +35476,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -35020,6 +35501,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -35027,11 +35509,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -35079,24 +35564,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -35120,7 +35605,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -35169,7 +35654,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -35230,11 +35715,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -35251,10 +35736,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35525,6 +36010,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -35563,7 +36056,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -35575,6 +36068,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -35852,22 +36346,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -36000,7 +36504,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -36043,7 +36547,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -36255,6 +36759,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -36310,7 +36816,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36341,11 +36847,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -36366,35 +36872,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -36550,7 +37056,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -36575,7 +37081,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -36591,7 +37097,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -36651,7 +37157,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -36663,7 +37169,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -36943,7 +37449,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -36957,16 +37463,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -36991,6 +37497,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37108,9 +37619,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -37124,11 +37635,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -37243,7 +37754,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -37258,7 +37769,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -37370,10 +37881,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -37507,7 +38018,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -37566,7 +38077,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -37575,7 +38086,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -37591,27 +38102,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -37674,7 +38206,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -37701,7 +38233,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -37758,15 +38290,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -37776,22 +38307,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -37803,9 +38338,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -37815,7 +38351,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -37895,10 +38431,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -38279,6 +38817,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -38290,6 +38829,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -38339,7 +38879,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -38410,12 +38950,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -38486,12 +39026,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -38509,7 +39052,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -38517,7 +39060,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -38527,7 +39070,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -38619,7 +39162,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -39181,11 +39724,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -39197,14 +39740,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -39216,13 +39759,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -39481,6 +40024,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -39551,13 +40104,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -39575,9 +40128,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -39672,12 +40226,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -39697,6 +40251,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -39704,11 +40259,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -39756,24 +40314,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -39797,7 +40355,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -39846,7 +40404,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -39907,11 +40465,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -39928,10 +40486,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -40202,6 +40760,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -40240,7 +40806,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -40252,6 +40818,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -40539,22 +41106,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -40687,7 +41264,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -40730,7 +41307,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -40942,6 +41519,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -40997,7 +41576,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41028,11 +41607,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -41053,35 +41632,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -41237,7 +41816,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -41262,7 +41841,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -41278,7 +41857,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -41338,7 +41917,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -41350,7 +41929,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41630,7 +42209,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -41644,16 +42223,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -41678,6 +42257,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41795,9 +42379,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -41811,11 +42395,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -41930,7 +42514,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -41945,7 +42529,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -42541,10 +43125,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -42678,7 +43262,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -42737,7 +43321,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -42746,7 +43330,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -42762,27 +43346,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -42845,7 +43450,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -42872,7 +43477,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -42929,15 +43534,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -42947,22 +43551,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -42974,9 +43582,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -42986,7 +43595,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -43066,10 +43675,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -43450,6 +44061,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -43461,6 +44073,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -43510,7 +44123,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -43581,12 +44194,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -43657,12 +44270,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -43680,7 +44296,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -43688,7 +44304,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -43698,7 +44314,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -43790,7 +44406,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -44352,11 +44968,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -44368,14 +44984,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -44387,13 +45003,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -44652,6 +45268,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -44722,13 +45348,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -44746,9 +45372,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -44843,12 +45470,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -44868,6 +45495,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -44875,11 +45503,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -44927,24 +45558,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -44968,7 +45599,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -45017,7 +45648,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -45078,11 +45709,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -45099,10 +45730,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -45373,6 +46004,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -45411,7 +46050,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -45423,6 +46062,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -45710,22 +46350,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -45858,7 +46508,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -45901,7 +46551,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -46113,6 +46763,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -46168,7 +46820,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46199,11 +46851,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -46224,35 +46876,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -46408,7 +47060,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -46433,7 +47085,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -46449,7 +47101,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -46509,7 +47161,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -46521,7 +47173,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46801,7 +47453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -46815,16 +47467,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -46849,6 +47501,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46966,9 +47623,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -46982,11 +47639,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -47101,7 +47758,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -47116,7 +47773,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveCreatedByUserMailboxSetting.md index f0d0954d9068a..be1b53375ae08 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mguserdrivecreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserDriveCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItem.md index 23e32951ceb50..f326e0c0273bc 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mguserdriveitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserDriveItem --- @@ -1835,10 +1835,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1972,7 +1972,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -2031,7 +2031,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -2040,7 +2040,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -2056,27 +2056,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2139,7 +2160,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -2166,7 +2187,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2223,15 +2244,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -2241,22 +2261,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -2268,9 +2292,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -2280,7 +2305,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -2360,10 +2385,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2744,6 +2771,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2755,6 +2783,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2804,7 +2833,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2875,12 +2904,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2951,12 +2980,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2974,7 +3006,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2982,7 +3014,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2992,7 +3024,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -3084,7 +3116,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -3609,11 +3641,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -3625,14 +3657,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -3644,13 +3676,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3909,6 +3941,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3979,13 +4021,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -4003,9 +4045,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -4100,12 +4143,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -4125,6 +4168,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -4132,11 +4176,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -4184,24 +4231,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4225,7 +4272,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -4274,7 +4321,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -4335,11 +4382,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -4356,10 +4403,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -4630,6 +4677,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -4668,7 +4723,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -4680,6 +4735,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4967,22 +5023,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -5115,7 +5181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -5158,7 +5224,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -5370,6 +5436,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -5425,7 +5493,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5456,11 +5524,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -5481,35 +5549,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -5665,7 +5733,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -5690,7 +5758,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -5706,7 +5774,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5766,7 +5834,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5778,7 +5846,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6058,7 +6126,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -6072,16 +6140,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6106,6 +6174,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6223,9 +6296,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -6239,11 +6312,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -6358,7 +6431,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -6373,7 +6446,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6992,10 +7065,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -7129,7 +7202,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -7188,7 +7261,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -7197,7 +7270,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -7213,27 +7286,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -7296,7 +7390,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -7323,7 +7417,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -7380,15 +7474,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -7398,22 +7491,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -7425,9 +7522,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -7437,7 +7535,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -7517,10 +7615,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7901,6 +8001,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7912,6 +8013,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7961,7 +8063,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -8032,12 +8134,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -8108,12 +8210,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -8131,7 +8236,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -8139,7 +8244,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -8149,7 +8254,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -8241,7 +8346,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -8803,11 +8908,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8819,14 +8924,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8838,13 +8943,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -9103,6 +9208,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -9173,13 +9288,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -9197,9 +9312,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9294,12 +9410,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9319,6 +9435,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9326,11 +9443,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9378,24 +9498,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9419,7 +9539,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9468,7 +9588,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9529,11 +9649,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9550,10 +9670,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9824,6 +9944,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9862,7 +9990,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9874,6 +10002,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -10161,22 +10290,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10309,7 +10448,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10352,7 +10491,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10564,6 +10703,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10619,7 +10760,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10650,11 +10791,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10675,35 +10816,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10859,7 +11000,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10884,7 +11025,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10900,7 +11041,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10960,7 +11101,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10972,7 +11113,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11252,7 +11393,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11266,16 +11407,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11300,6 +11441,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11417,9 +11563,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11433,11 +11579,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11552,7 +11698,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11567,7 +11713,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -12161,10 +12307,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -12298,7 +12444,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -12357,7 +12503,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -12366,7 +12512,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -12382,27 +12528,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -12465,7 +12632,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -12492,7 +12659,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12549,15 +12716,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -12567,22 +12733,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -12594,9 +12764,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -12606,7 +12777,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -12686,10 +12857,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -13070,6 +13243,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -13081,6 +13255,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -13130,7 +13305,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -13201,12 +13376,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -13277,12 +13452,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -13300,7 +13478,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -13308,7 +13486,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -13318,7 +13496,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -13410,7 +13588,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -13972,11 +14150,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13988,14 +14166,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -14007,13 +14185,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14272,6 +14450,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -14342,13 +14530,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14366,9 +14554,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14463,12 +14652,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14488,6 +14677,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14495,11 +14685,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14547,24 +14740,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14588,7 +14781,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14637,7 +14830,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14698,11 +14891,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14719,10 +14912,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14993,6 +15186,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -15031,7 +15232,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -15043,6 +15244,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15330,22 +15532,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15478,7 +15690,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15521,7 +15733,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15733,6 +15945,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15788,7 +16002,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15819,11 +16033,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15844,35 +16058,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -16028,7 +16242,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -16053,7 +16267,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -16069,7 +16283,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -16129,7 +16343,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -16141,7 +16355,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16421,7 +16635,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16435,16 +16649,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16469,6 +16683,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16586,9 +16805,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16602,11 +16821,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16721,7 +16940,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16736,7 +16955,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -17320,10 +17539,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -17466,7 +17685,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -17525,7 +17744,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -17534,7 +17753,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -17550,27 +17769,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -17633,7 +17873,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -17660,7 +17900,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17717,15 +17957,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17735,22 +17974,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17762,9 +18005,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17774,7 +18018,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17854,10 +18098,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -18238,6 +18484,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -18249,6 +18496,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -18298,7 +18546,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -18369,12 +18617,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -18445,12 +18693,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -18468,7 +18719,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -18476,7 +18727,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -18486,7 +18737,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -18578,7 +18829,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18885,6 +19136,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -19768,11 +20029,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -19784,14 +20045,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -19803,13 +20064,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -20085,13 +20346,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -20109,9 +20370,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -20206,12 +20468,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -20231,6 +20493,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -20238,11 +20501,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -20290,24 +20556,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -20331,7 +20597,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -20380,7 +20646,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -20441,11 +20707,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -20462,10 +20728,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -20736,6 +21002,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -20774,7 +21048,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -20786,6 +21060,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -21063,22 +21338,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -21211,7 +21496,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -21254,7 +21539,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -21466,6 +21751,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -21521,7 +21808,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -21552,11 +21839,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -21577,35 +21864,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -21761,7 +22048,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -21786,7 +22073,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -21802,7 +22089,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -21862,7 +22149,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -21874,7 +22161,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22154,7 +22441,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -22168,16 +22455,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -22202,6 +22489,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22319,9 +22611,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -22335,11 +22627,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -22454,7 +22746,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -22469,7 +22761,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -22564,10 +22856,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -22710,7 +23002,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22769,7 +23061,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22778,7 +23070,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22794,27 +23086,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22877,7 +23190,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22904,7 +23217,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22961,15 +23274,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22979,22 +23291,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -23006,9 +23322,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -23018,7 +23335,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -23098,10 +23415,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -23482,6 +23801,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -23493,6 +23813,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -23542,7 +23863,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -23613,12 +23934,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -23689,12 +24010,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -23712,7 +24036,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -23720,7 +24044,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -23730,7 +24054,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23822,7 +24146,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -24129,6 +24453,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -25012,11 +25346,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -25028,14 +25362,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -25047,13 +25381,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -25329,13 +25663,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -25353,9 +25687,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -25450,12 +25785,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -25475,6 +25810,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -25482,11 +25818,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -25534,24 +25873,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -25575,7 +25914,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -25624,7 +25963,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -25685,11 +26024,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -25706,10 +26045,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25980,6 +26319,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -26018,7 +26365,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -26030,6 +26377,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -26307,22 +26655,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -26455,7 +26813,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26498,7 +26856,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -26710,6 +27068,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26765,7 +27125,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26796,11 +27156,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26821,35 +27181,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -27005,7 +27365,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -27030,7 +27390,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -27046,7 +27406,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -27106,7 +27466,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -27118,7 +27478,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27398,7 +27758,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -27412,16 +27772,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -27446,6 +27806,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27563,9 +27928,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27579,11 +27944,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -27698,7 +28063,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -27713,7 +28078,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -27736,10 +28101,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -27873,7 +28238,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -27932,7 +28297,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -27941,7 +28306,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -27957,27 +28322,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -28040,7 +28426,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -28067,7 +28453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -28124,15 +28510,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -28142,22 +28527,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -28169,9 +28558,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -28181,7 +28571,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -28261,10 +28651,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -28645,6 +29037,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -28656,6 +29049,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -28705,7 +29099,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -28776,12 +29170,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -28852,12 +29246,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -28875,7 +29272,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -28883,7 +29280,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -28893,7 +29290,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -28985,7 +29382,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -29228,6 +29625,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -30121,11 +30528,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -30137,14 +30544,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -30156,13 +30563,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -30438,13 +30845,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -30462,9 +30869,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -30559,12 +30967,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -30584,6 +30992,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -30591,11 +31000,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -30643,24 +31055,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -30684,7 +31096,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -30733,7 +31145,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -30794,11 +31206,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -30815,10 +31227,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31089,6 +31501,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -31127,7 +31547,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -31139,6 +31559,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -31416,22 +31837,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -31564,7 +31995,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -31607,7 +32038,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -31819,6 +32250,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -31874,7 +32307,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -31905,11 +32338,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -31930,35 +32363,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -32114,7 +32547,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -32139,7 +32572,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -32155,7 +32588,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -32215,7 +32648,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -32227,7 +32660,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32507,7 +32940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -32521,16 +32954,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -32555,6 +32988,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32672,9 +33110,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -32688,11 +33126,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -32807,7 +33245,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -32822,7 +33260,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -32960,6 +33398,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemAnalytic.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemAnalytic.md index 3fdf432021548..84830e9e08382 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemAnalytic.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mguserdriveitemanalytic Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserDriveItemAnalytic --- @@ -636,10 +636,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -773,7 +773,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -832,7 +832,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -841,7 +841,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -857,27 +857,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -940,7 +961,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -967,7 +988,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1024,15 +1045,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1042,22 +1062,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1069,9 +1093,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1081,7 +1106,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1161,10 +1186,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1545,6 +1572,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1556,6 +1584,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1605,7 +1634,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1676,12 +1705,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1752,12 +1781,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -1775,7 +1807,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -1783,7 +1815,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -1793,7 +1825,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -1885,7 +1917,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2416,11 +2448,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2432,14 +2464,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2451,13 +2483,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2716,6 +2748,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -2786,13 +2828,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -2810,9 +2852,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -2907,12 +2950,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -2932,6 +2975,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -2939,11 +2983,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -2991,24 +3038,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3032,7 +3079,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3081,7 +3128,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3142,11 +3189,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3163,10 +3210,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3437,6 +3484,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3475,7 +3530,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3487,6 +3542,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -3774,22 +3830,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -3922,7 +3988,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -3965,7 +4031,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4177,6 +4243,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4232,7 +4300,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4263,11 +4331,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4288,35 +4356,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4472,7 +4540,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4497,7 +4565,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4513,7 +4581,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4573,7 +4641,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4585,7 +4653,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -4865,7 +4933,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -4879,16 +4947,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4913,6 +4981,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5030,9 +5103,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5046,11 +5119,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5165,7 +5238,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5180,7 +5253,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -5800,10 +5873,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -5937,7 +6010,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -5996,7 +6069,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6005,7 +6078,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6021,27 +6094,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6104,7 +6198,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6131,7 +6225,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6188,15 +6282,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6206,22 +6299,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6233,9 +6330,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6245,7 +6343,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6325,10 +6423,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6709,6 +6809,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6720,6 +6821,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -6769,7 +6871,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -6840,12 +6942,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -6916,12 +7018,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -6939,7 +7044,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -6947,7 +7052,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -6957,7 +7062,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7049,7 +7154,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7574,11 +7679,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7590,14 +7695,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7609,13 +7714,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -7874,6 +7979,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -7944,13 +8059,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -7968,9 +8083,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8065,12 +8181,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8090,6 +8206,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8097,11 +8214,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8149,24 +8269,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8190,7 +8310,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8239,7 +8359,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8300,11 +8420,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8321,10 +8441,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8595,6 +8715,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8633,7 +8761,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8645,6 +8773,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -8932,22 +9061,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9080,7 +9219,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9123,7 +9262,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9335,6 +9474,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9390,7 +9531,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9421,11 +9562,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9446,35 +9587,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9630,7 +9771,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9655,7 +9796,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9671,7 +9812,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9731,7 +9872,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9743,7 +9884,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10023,7 +10164,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10037,16 +10178,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10071,6 +10212,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10188,9 +10334,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10204,11 +10350,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10323,7 +10469,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10338,7 +10484,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -10981,10 +11127,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11118,7 +11264,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11177,7 +11323,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11186,7 +11332,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11202,27 +11348,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11285,7 +11452,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11312,7 +11479,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11369,15 +11536,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11387,22 +11553,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11414,9 +11584,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11426,7 +11597,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11506,10 +11677,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -11890,6 +12063,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -11901,6 +12075,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -11950,7 +12125,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12021,12 +12196,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12097,12 +12272,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12120,7 +12298,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12128,7 +12306,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12138,7 +12316,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12230,7 +12408,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12761,11 +12939,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -12777,14 +12955,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -12796,13 +12974,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -13061,6 +13239,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13131,13 +13319,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -13155,9 +13343,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -13252,12 +13441,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -13277,6 +13466,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -13284,11 +13474,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -13336,24 +13529,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13377,7 +13570,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -13426,7 +13619,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -13487,11 +13680,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -13508,10 +13701,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -13782,6 +13975,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -13820,7 +14021,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -13832,6 +14033,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -14119,22 +14321,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -14267,7 +14479,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -14310,7 +14522,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -14522,6 +14734,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -14577,7 +14791,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -14608,11 +14822,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -14633,35 +14847,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -14817,7 +15031,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -14842,7 +15056,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -14858,7 +15072,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -14918,7 +15132,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -14930,7 +15144,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15210,7 +15424,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -15224,16 +15438,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15258,6 +15472,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15375,9 +15594,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -15391,11 +15610,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -15510,7 +15729,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -15525,7 +15744,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -16141,10 +16360,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16278,7 +16497,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16337,7 +16556,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16346,7 +16565,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16362,27 +16581,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16445,7 +16685,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16472,7 +16712,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -16529,15 +16769,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -16547,22 +16786,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -16574,9 +16817,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -16586,7 +16830,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -16666,10 +16910,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17050,6 +17296,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17061,6 +17308,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17110,7 +17358,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17181,12 +17429,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17257,12 +17505,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17280,7 +17531,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17288,7 +17539,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17298,7 +17549,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17390,7 +17641,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -17921,11 +18172,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -17937,14 +18188,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -17956,13 +18207,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18221,6 +18472,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18291,13 +18552,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18315,9 +18576,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18412,12 +18674,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18437,6 +18699,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18444,11 +18707,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -18496,24 +18762,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -18537,7 +18803,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -18586,7 +18852,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -18647,11 +18913,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -18668,10 +18934,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18942,6 +19208,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -18980,7 +19254,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -18992,6 +19266,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19279,22 +19554,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19427,7 +19712,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19470,7 +19755,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -19682,6 +19967,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19737,7 +20024,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -19768,11 +20055,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -19793,35 +20080,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -19977,7 +20264,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20002,7 +20289,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20018,7 +20305,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20078,7 +20365,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20090,7 +20377,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20370,7 +20657,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20384,16 +20671,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20418,6 +20705,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20535,9 +20827,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20551,11 +20843,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -20670,7 +20962,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -20685,7 +20977,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemAnalyticItemActivityStat.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemAnalyticItemActivityStat.md index ec375dba3e339..c693c42a9bfc2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemAnalyticItemActivityStat.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemAnalyticItemActivityStat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mguserdriveitemanalyticitemactivitystat Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserDriveItemAnalyticItemActivityStat --- @@ -861,10 +861,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -998,7 +998,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1057,7 +1057,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1066,7 +1066,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1082,27 +1082,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1165,7 +1186,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1192,7 +1213,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1249,15 +1270,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1267,22 +1287,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1294,9 +1318,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1306,7 +1331,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1386,10 +1411,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -1770,6 +1797,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -1781,6 +1809,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -1830,7 +1859,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -1901,12 +1930,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -1977,12 +2006,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2000,7 +2032,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2008,7 +2040,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2018,7 +2050,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2110,7 +2142,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2664,11 +2696,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2680,14 +2712,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2699,13 +2731,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -2964,6 +2996,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3034,13 +3076,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3058,9 +3100,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3155,12 +3198,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3180,6 +3223,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3187,11 +3231,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3239,24 +3286,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3280,7 +3327,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3329,7 +3376,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3390,11 +3437,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3411,10 +3458,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3685,6 +3732,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3723,7 +3778,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3735,6 +3790,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4022,22 +4078,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4170,7 +4236,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4213,7 +4279,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4425,6 +4491,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4480,7 +4548,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4511,11 +4579,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4536,35 +4604,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4720,7 +4788,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4745,7 +4813,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4761,7 +4829,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -4821,7 +4889,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -4833,7 +4901,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5113,7 +5181,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5127,16 +5195,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5161,6 +5229,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5278,9 +5351,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5294,11 +5367,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5413,7 +5486,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5428,7 +5501,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6031,10 +6104,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6168,7 +6241,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6227,7 +6300,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6236,7 +6309,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6252,27 +6325,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6335,7 +6429,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6362,7 +6456,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6419,15 +6513,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6437,22 +6530,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6464,9 +6561,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6476,7 +6574,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6556,10 +6654,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -6940,6 +7040,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -6951,6 +7052,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7000,7 +7102,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7071,12 +7173,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7147,12 +7249,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7170,7 +7275,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7178,7 +7283,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7188,7 +7293,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7280,7 +7385,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7811,11 +7916,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -7827,14 +7932,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -7846,13 +7951,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8111,6 +8216,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8181,13 +8296,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8205,9 +8320,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -8302,12 +8418,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -8327,6 +8443,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -8334,11 +8451,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -8386,24 +8506,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -8427,7 +8547,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -8476,7 +8596,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -8537,11 +8657,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -8558,10 +8678,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -8832,6 +8952,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -8870,7 +8998,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -8882,6 +9010,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9169,22 +9298,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -9317,7 +9456,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -9360,7 +9499,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -9572,6 +9711,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9627,7 +9768,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -9658,11 +9799,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -9683,35 +9824,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -9867,7 +10008,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -9892,7 +10033,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -9908,7 +10049,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -9968,7 +10109,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -9980,7 +10121,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10260,7 +10401,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -10274,16 +10415,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10308,6 +10449,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10425,9 +10571,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10441,11 +10587,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -10560,7 +10706,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -10575,7 +10721,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemCreatedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemCreatedByUserMailboxSetting.md index 50fb772f4b76d..a57ab7c9262e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemCreatedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemCreatedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mguserdriveitemcreatedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserDriveItemCreatedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemLastModifiedByUserMailboxSetting.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemLastModifiedByUserMailboxSetting.md index a1d65bcbc1df5..a5cda177d8736 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemLastModifiedByUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemLastModifiedByUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mguserdriveitemlastmodifiedbyusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserDriveItemLastModifiedByUserMailboxSetting --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemListItem.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemListItem.md index c60355f567669..9484e8b967f55 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemListItem.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Files/Update-MgUserDriveItemListItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Files-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.files/update-mguserdriveitemlistitem Locale: en-US Module Name: Microsoft.Graph.Files -ms.date: 02/20/2026 +ms.date: 05/22/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserDriveItemListItem --- @@ -1100,10 +1100,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -1237,7 +1237,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -1296,7 +1296,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -1305,7 +1305,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -1321,27 +1321,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -1404,7 +1425,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -1431,7 +1452,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -1488,15 +1509,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -1506,22 +1526,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -1533,9 +1557,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -1545,7 +1570,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -1625,10 +1650,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -2009,6 +2036,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -2020,6 +2048,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -2069,7 +2098,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -2140,12 +2169,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -2216,12 +2245,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -2239,7 +2271,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -2247,7 +2279,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -2257,7 +2289,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -2349,7 +2381,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -2874,11 +2906,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -2890,14 +2922,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -2909,13 +2941,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -3174,6 +3206,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -3244,13 +3286,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -3268,9 +3310,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -3365,12 +3408,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -3390,6 +3433,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -3397,11 +3441,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -3449,24 +3496,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -3490,7 +3537,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -3539,7 +3586,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -3600,11 +3647,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -3621,10 +3668,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -3895,6 +3942,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -3933,7 +3988,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -3945,6 +4000,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -4232,22 +4288,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -4380,7 +4446,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -4423,7 +4489,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -4635,6 +4701,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -4690,7 +4758,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -4721,11 +4789,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -4746,35 +4814,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -4930,7 +4998,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -4955,7 +5023,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -4971,7 +5039,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -5031,7 +5099,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -5043,7 +5111,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5323,7 +5391,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -5337,16 +5405,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -5371,6 +5439,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5488,9 +5561,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -5504,11 +5577,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -5623,7 +5696,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -5638,7 +5711,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -6238,10 +6311,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -6375,7 +6448,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -6434,7 +6507,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -6443,7 +6516,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -6459,27 +6532,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -6542,7 +6636,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -6569,7 +6663,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -6626,15 +6720,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -6644,22 +6737,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -6671,9 +6768,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -6683,7 +6781,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -6763,10 +6861,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -7147,6 +7247,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -7158,6 +7259,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -7207,7 +7309,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -7278,12 +7380,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -7354,12 +7456,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -7377,7 +7482,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -7385,7 +7490,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -7395,7 +7500,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -7487,7 +7592,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -7730,6 +7835,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -8623,11 +8738,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -8639,14 +8754,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -8658,13 +8773,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -8940,13 +9055,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -8964,9 +9079,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -9061,12 +9177,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -9086,6 +9202,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -9093,11 +9210,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -9145,24 +9265,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -9186,7 +9306,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -9235,7 +9355,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -9296,11 +9416,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -9317,10 +9437,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9591,6 +9711,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -9629,7 +9757,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -9641,6 +9769,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -9918,22 +10047,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -10066,7 +10205,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -10109,7 +10248,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -10321,6 +10460,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10376,7 +10517,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -10407,11 +10548,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -10432,35 +10573,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -10616,7 +10757,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -10641,7 +10782,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -10657,7 +10798,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -10717,7 +10858,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -10729,7 +10870,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11009,7 +11150,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -11023,16 +11164,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -11057,6 +11198,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11174,9 +11320,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -11190,11 +11336,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -11309,7 +11455,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -11324,7 +11470,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -11402,10 +11548,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -11548,7 +11694,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -11607,7 +11753,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -11616,7 +11762,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -11632,27 +11778,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -11715,7 +11882,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -11742,7 +11909,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11799,15 +11966,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -11817,22 +11983,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -11844,9 +12014,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -11856,7 +12027,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -11936,10 +12107,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -12320,6 +12493,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -12331,6 +12505,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -12380,7 +12555,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -12451,12 +12626,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -12527,12 +12702,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -12550,7 +12728,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -12558,7 +12736,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -12568,7 +12746,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -12660,7 +12838,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -12967,6 +13145,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -13850,11 +14038,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -13866,14 +14054,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -13885,13 +14073,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -14167,13 +14355,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -14191,9 +14379,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -14288,12 +14477,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -14313,6 +14502,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -14320,11 +14510,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -14372,24 +14565,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14413,7 +14606,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -14462,7 +14655,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -14523,11 +14716,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -14544,10 +14737,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14818,6 +15011,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -14856,7 +15057,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -14868,6 +15069,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -15145,22 +15347,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -15293,7 +15505,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15336,7 +15548,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -15548,6 +15760,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15603,7 +15817,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15634,11 +15848,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -15659,35 +15873,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -15843,7 +16057,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -15868,7 +16082,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -15884,7 +16098,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -15944,7 +16158,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -15956,7 +16170,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16236,7 +16450,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -16250,16 +16464,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16284,6 +16498,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16401,9 +16620,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16417,11 +16636,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -16536,7 +16755,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -16551,7 +16770,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? @@ -16615,10 +16834,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -16752,7 +16971,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -16811,7 +17030,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -16820,7 +17039,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -16836,27 +17055,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -16919,7 +17159,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -16946,7 +17186,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -17003,15 +17243,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -17021,22 +17260,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -17048,9 +17291,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -17060,7 +17304,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -17140,10 +17384,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -17524,6 +17770,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -17535,6 +17782,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -17584,7 +17832,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -17655,12 +17903,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -17731,12 +17979,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -17754,7 +18005,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -17762,7 +18013,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -17772,7 +18023,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -17864,7 +18115,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -18426,11 +18677,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -18442,14 +18693,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -18461,13 +18712,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -18726,6 +18977,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -18796,13 +19057,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -18820,9 +19081,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -18917,12 +19179,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -18942,6 +19204,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -18949,11 +19212,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -19001,24 +19267,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -19042,7 +19308,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -19091,7 +19357,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -19152,11 +19418,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -19173,10 +19439,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -19447,6 +19713,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -19485,7 +19759,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -19497,6 +19771,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -19784,22 +20059,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -19932,7 +20217,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -19975,7 +20260,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -20187,6 +20472,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -20242,7 +20529,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20273,11 +20560,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -20298,35 +20585,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -20482,7 +20769,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -20507,7 +20794,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -20523,7 +20810,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -20583,7 +20870,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -20595,7 +20882,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -20875,7 +21162,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -20889,16 +21176,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -20923,6 +21210,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21040,9 +21332,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -21056,11 +21348,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -21175,7 +21467,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -21190,7 +21482,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? [CreatedDateTime ]: Date and time of item creation. @@ -21800,10 +22092,10 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for the user to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when a user is created. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [Activities ]: The user's activities across devices. Read-only. @@ -21946,7 +22238,7 @@ Read-only. [AgeGroup ]: Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [AgreementAcceptances ]: The user's terms of use acceptance statuses. Read-only. @@ -22005,7 +22297,7 @@ Supports $filter (eq only). This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0). [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. @@ -22014,7 +22306,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AssignedPlans ]: The plans that are assigned to the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq and not). [AssignedDateTime ]: The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. @@ -22030,27 +22322,48 @@ For a complete list of GUIDs and their equivalent friendly service names, see Pr [Id ]: The unique identifier for an entity. Read-only. [EmailMethods ]: The email address registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication using an external identity provider. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (e.g. -make and model) of the authenticator. - [AttestationCertificates ]: The attestation certificate(s) attached to this security key. + [AaGuid ]: Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator. + [AttestationCertificates ]: The attestation certificate or certificates attached to this passkey. [AttestationLevel ]: attestationLevel - [CreatedDateTime ]: The timestamp when this key was registered to the user. [DisplayName ]: The display name of the key as given by the user. - [Model ]: The manufacturer-assigned model of the FIDO2 security key. + [Model ]: The manufacturer-assigned model of the FIDO2 passkey. + [PasskeyType ]: passkeyType + [PublicKeyCredential ]: webauthnPublicKeyCredential + [(Any) ]: This indicates any property can be added to this object. + [ClientExtensionResults ]: webauthnAuthenticationExtensionsClientOutputs + [(Any) ]: This indicates any property can be added to this object. + [Id ]: + [Response ]: webauthnAuthenticatorAttestationResponse + [(Any) ]: This indicates any property can be added to this object. + [AttestationObject ]: + [ClientDataJson ]: [Methods ]: Represents all authentication methods registered to a user. [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. [MicrosoftAuthenticatorMethods ]: The details of the Microsoft Authenticator app registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this app was registered. -This property is null if the device isn't registered for passwordless Phone Sign-In. [Device ]: device [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Date and time when this object was deleted. @@ -22113,7 +22426,7 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsRooted ]: true if the device is rooted or jail-broken. This property can only be updated by Intune. [ManagementType ]: The management channel of the device. @@ -22140,7 +22453,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -22197,15 +22510,14 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [StatusDetail ]: Details about the status of the operation. [PasswordMethods ]: Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password. - [Id ]: The unique identifier for an entity. + [CreatedDateTime ]: Represents the date and time when an entity was created. Read-only. - [CreatedDateTime ]: The date and time when this password was last updated. -This property is currently not populated. + [Id ]: The unique identifier for an entity. Read-only. -The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. -For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Password ]: For security, the password is always returned as null from a LIST or GET operation. [PhoneMethods ]: The phone numbers registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [PhoneNumber ]: The phone number to text or call for authentication. @@ -22215,22 +22527,26 @@ Numbers are rejected when creating or updating if they don't match the required [PhoneType ]: authenticationPhoneType [SmsSignInState ]: authenticationMethodSignInState [PlatformCredentialMethods ]: Represents a platform credential instance registered to a user on Mac OS. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Platform Credential Key was registered. [Device ]: device [DisplayName ]: The name of the device on which Platform Credential is registered. [KeyStrength ]: authenticationMethodKeyStrength [Platform ]: authenticationMethodPlatform [SoftwareOathMethods ]: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. [SecretKey ]: The secret key of the method. Always returns null. [TemporaryAccessPassMethods ]: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time when the Temporary Access Pass was created. [IsUsable ]: The state of the authentication method that indicates whether it's currently usable by the user. [IsUsableOnce ]: Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime. @@ -22242,9 +22558,10 @@ Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, On [TemporaryAccessPass ]: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. [WindowsHelloForBusinessMethods ]: Represents the Windows Hello for Business authentication method registered to a user for authentication. + [CreatedDateTime ]: Represents the date and time when an entity was created. +Read-only. [Id ]: The unique identifier for an entity. Read-only. - [CreatedDateTime ]: The date and time that this Windows Hello for Business key was registered. [Device ]: device [DisplayName ]: The name of the device on which Windows Hello for Business is registered [KeyStrength ]: authenticationMethodKeyStrength @@ -22254,7 +22571,7 @@ Read-only. [Birthday ]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. @@ -22334,10 +22651,12 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z It's in text format. [Calendar ]: calendar [CancelledOccurrences ]: Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. -Instances in a recurring series that are canceled are called canceled occurences.Returned only on $select in a Get operation which specifies the ID (seriesMasterId property value) of a series master event. +Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. +Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event. [End ]: dateTimeTimeZone [ExceptionOccurrences ]: Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. -Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. +Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. +Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. [Extensions ]: The collection of open extensions defined for the event. Nullable. [HasAttachments ]: Set to true if the event has attachments. @@ -22718,6 +23037,7 @@ ID of the parent chat message or root chat message of the thread. Only applies to channel chat messages, not chat messages in a chat. [WebUrl ]: Read-only. Link to the message in Microsoft Teams. + [MigrationMode ]: migrationMode [OnlineMeetingInfo ]: teamworkOnlineMeetingInfo [(Any) ]: This indicates any property can be added to this object. [CalendarEventId ]: The identifier of the calendar event associated with the meeting. @@ -22729,6 +23049,7 @@ For example, if a user changes their display name the API might show the new val [Id ]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [UserIdentityType ]: teamworkUserIdentityType + [OriginalCreatedDateTime ]: [PermissionGrants ]: A collection of permissions granted to apps for the chat. [DeletedDateTime ]: Date and time when this object was deleted. Always null when the object hasn't been deleted. @@ -22778,7 +23099,7 @@ The URL should be treated as an opaque blob, and not parsed. Read-only. [City ]: The city where the user is located. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot [(Any) ]: This indicates any property can be added to this object. @@ -22849,12 +23170,12 @@ For more information on username policies, see Password policies and account res Read-only. [CompanyName ]: The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. -The maximum length is 64 characters.Returned only on $select. +The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [ConsentProvidedForMinor ]: Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, and in). [ContactFolders ]: The user's contacts folders. Read-only. @@ -22925,12 +23246,15 @@ Read-only. Read-only. [Width ]: The width of the photo. Read-only. + [PrimaryEmailAddress ]: emailAddress [Profession ]: The contact's profession. + [SecondaryEmailAddress ]: emailAddress [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the contact. Read-only. Nullable. [SpouseName ]: The name of the contact's spouse/partner. [Surname ]: The contact's surname. + [TertiaryEmailAddress ]: emailAddress [Title ]: The contact's title. [YomiCompanyName ]: The phonetic Japanese company name of the contact. [YomiGivenName ]: The phonetic Japanese given name (first name) of the contact. @@ -22948,7 +23272,7 @@ Read-only. Nullable. [Country ]: The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CreatedDateTime ]: The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. @@ -22956,7 +23280,7 @@ Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [CreatedObjects ]: Directory objects that the user created. Read-only. @@ -22966,7 +23290,7 @@ As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). -Read-only.Returned only on $select. +Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in). [CustomSecurityAttributes ]: customSecurityAttributeValue [(Any) ]: This indicates any property can be added to this object. @@ -23058,7 +23382,7 @@ Location value is specific for concretetype of the policyLocation - policyLocat Read-only. [Department ]: The name of the department in which the user works. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). [DeviceEnrollmentLimit ]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. @@ -23365,6 +23689,16 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity.For drive items, the display name might not always be available or up to date. @@ -24248,11 +24582,11 @@ Required. Required. [Status ]: courseStatus [EmployeeHireDate ]: The date and time when the user was hired or will start work in a future hire. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [EmployeeLeaveDateTime ]: The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. @@ -24264,14 +24598,14 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith). [Events ]: The user's events. Default is to show Events under the Default Calendar. @@ -24283,13 +24617,13 @@ Supports $expand. Nullable. [ExternalUserState ]: For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [ExternalUserStateChangeDateTime ]: Shows the timestamp for the latest change to the externalUserState property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , in). [FaxNumber ]: The fax number of the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [FollowedSites ]: [CreatedBy ]: identitySet @@ -24565,13 +24899,13 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq) with limitations. [Issuer ]: Specifies the issuer of the identity, for example facebook.com. 512 character limit. @@ -24589,9 +24923,10 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityParentId ]: [ImAddresses ]: The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith). [InferenceClassification ]: inferenceClassification [(Any) ]: This indicates any property can be added to this object. @@ -24686,12 +25021,12 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for the user to describe their interests. -Returned only on $select. +Requires $select to retrieve. [IsManagementRestricted ]: true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsResourceAccount ]: Don't use – reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. @@ -24711,6 +25046,7 @@ Timestamp at which the channel was created. The maximum length is 50 characters. [Email ]: The email address for sending messages to the channel. Read-only. + [EnabledApps ]: A collection of enabled apps in the channel. [FilesFolder ]: driveItem [IsArchived ]: Indicates whether the channel is archived. Read-only. @@ -24718,11 +25054,14 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType [Messages ]: A collection of all the messages in the channel. A navigation property. Nullable. + [MigrationMode ]: migrationMode + [OriginalCreatedDateTime ]: [SharedWithTeams ]: A collection of teams with which a channel is shared. [DisplayName ]: The name of the team. [Team ]: team @@ -24770,24 +25109,24 @@ Read-only. If this list is nonempty, then only users or groups listed here are allowed to post. [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles granted to a group for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24811,7 +25150,7 @@ Nullable. [Id ]: The unique identifier for an entity. Read-only. [CcRecipients ]: The Cc: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [HasAttachments ]: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. [IsLocked ]: Indicates if the thread is locked. @@ -24860,7 +25199,7 @@ Nullable. [Preview ]: A short summary from the body of the latest post in this conversation. Returned by default. [ToRecipients ]: The To: recipients for the thread. -Returned only on $select. +Requires $select to retrieve. [Topic ]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. @@ -24921,11 +25260,11 @@ See an example. Supports $filter (eq). [HideFromAddressLists ]: True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [IsArchived ]: When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. @@ -24942,10 +25281,10 @@ Supports $filter (eq, ne, not). If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. -Returned only on $select. +Requires $select to retrieve. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -25216,6 +25555,14 @@ For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + [ResourceBehaviorOptions ]: Specifies the group behaviors that can be set for a Microsoft 365 group during creation. +This property can be set only as part of creation (POST). +For the list of possible values, see Microsoft 365 group behaviors and provisioning options. + [ResourceProvisioningOptions ]: Specifies the group resources that are associated with the Microsoft 365 group. +The possible value is Team. +For more information, see Microsoft 365 group behaviors and provisioning options. +Returned by default. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required. Returned by default. @@ -25254,7 +25601,7 @@ Nullable. Immutable. Read-only. [UnseenCount ]: Count of conversations that received new posts since the signed-in user last visited the group. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. @@ -25266,6 +25613,7 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. + [WelcomeMessageEnabled ]: [GuestSettings ]: teamGuestSettings [(Any) ]: This indicates any property can be added to this object. [AllowCreateUpdateChannels ]: If set to true, guests can add and update channels. @@ -25543,22 +25891,32 @@ This URL should be treated as an opaque blob, and not parsed. [LastPasswordChangeDateTime ]: The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. -Returned only on $select. - [AssignedByGroup ]: - [DisabledPlans ]: - [Error ]: - [LastUpdatedDateTime ]: - [SkuId ]: - [State ]: +Requires $select to retrieve. + [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. +If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. +Read-Only. + [DisabledPlans ]: The service plans that are disabled in this assignment. +Read-Only. + [Error ]: License assignment failure error. +If the license is assigned successfully, this field will be Null. +Read-Only. +The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. +For more information on how to identify and resolve license assignment errors, see here. + [LastUpdatedDateTime ]: The timestamp when the state of the license assignment was last updated. + [SkuId ]: The unique identifier for the SKU. +Read-Only. + [State ]: Indicate the current state of this assignment. +Read-Only. +The possible values are Active, ActiveWithError, Disabled, and Error. [LicenseDetails ]: A collection of this user's license details. Read-only. [Id ]: The unique identifier for an entity. @@ -25691,7 +26049,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25734,7 +26092,7 @@ Nullable. [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [MailboxSettings ]: mailboxSettings [(Any) ]: This indicates any property can be added to this object. @@ -25946,6 +26304,8 @@ $Search is not supported. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26001,7 +26361,7 @@ Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Oauth2PermissionGrants ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26032,11 +26392,11 @@ Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [OnPremisesDistinguishedName ]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesDomainName ]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [(Any) ]: This indicates any property can be added to this object. [ExtensionAttribute1 ]: First customizable extension attribute. @@ -26057,35 +26417,35 @@ Returned only on $select. [OnPremisesImmutableId ]: This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesLastSyncDateTime ]: Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesProvisioningErrors ]: Errors when using Microsoft synchronization product during provisioning. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [OnPremisesSamAccountName ]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [OnPremisesSecurityIdentifier ]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq including on null values). [OnPremisesSyncBehavior ]: onPremisesSyncBehavior [OnPremisesSyncEnabled ]: true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). [OnPremisesUserPrincipalName ]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith). [Onenote ]: onenote [OnlineMeetings ]: Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. @@ -26241,7 +26601,7 @@ Read-only. [OtherMails ]: A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). [Outlook ]: outlookUser [(Any) ]: This indicates any property can be added to this object. @@ -26266,7 +26626,7 @@ Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. -Returned only on $select. +Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). [PasswordProfile ]: passwordProfile @@ -26282,7 +26642,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for the user to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [People ]: People that are relevant to the user. Read-only. Nullable. @@ -26342,7 +26702,7 @@ Returns the plannerPlans shared with the user. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredDataLocation ]: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. @@ -26354,7 +26714,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26634,7 +26994,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisionedPlans ]: The plans that are provisioned for the user. Read-only. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le). [CapabilityStatus ]: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. @@ -26648,16 +27008,16 @@ The proxy address prefixed with SMTP (capitalized) is the primary proxy address, For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). [RegisteredDevices ]: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26682,6 +27042,11 @@ This setting is read-only and can only be changed by administrators in the Share When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve. + [Exchange ]: exchangeSettings + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [PrimaryMailboxId ]: [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26799,9 +27164,9 @@ Applications get an error when using an invalid refresh or session token to acqu If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. -Returned only on $select. +Requires $select to retrieve. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26815,11 +27180,11 @@ Read-only. Supports $expand. [State ]: The state or province in the user's address. Maximum length is 128 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [StreetAddress ]: The street address of the user's place of business. Maximum length is 1,024 characters. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [Surname ]: The user's surname (family name or last name). Maximum length is 64 characters. @@ -26934,7 +27299,7 @@ Nullable. Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [UserPrincipalName ]: The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. @@ -26949,7 +27314,7 @@ Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. [UserType ]: A string value that can be used to classify user types in your directory. The possible values are Member and Guest. -Returned only on $select. +Requires $select to retrieve. Supports {"code":"deadline_exceeded","msg":"operation timed out"}